Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 1 of 1

Thread: IMPORTANT for SDL BeGlobal users - changed result format.

  1. #1
    MichaƂ Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default IMPORTANT for SDL BeGlobal users - changed result format.

    We found in our logs, that SDL BeGlobal changed result format for translations.

    Because of this change vBET was not able to appropriately collect translations and those was repeated just like for other provider errors, but SDL BeGlobal is counting it as normally handled request. So if you are in sandbox, then you are loosing free quota. If you are out of sandbox, then you are loosing money (consider to send them complaint in such case). We are still in sandbox for SDL BeGlobal until expenses limits will be available for this API.

    For quick fix (for booth vBET 3.8.0 and vBET 4.7.0) please:
    1. Open file includes/vbenterprisetranslator_class_translator.php
    2. Find:
    Code:
    preg_match_all('/"(.*?)"/s', substr($result, 0, strpos($result, '],"partialTranslation')), $unwrappedResult, PREG_SET_ORDER, strpos($result, ':['));
    3. Replace by:
    Code:
    preg_match_all('/"(.*?)"/s', $result, $unwrappedResult, PREG_SET_ORDER, strpos($result, ':['));
    This will be included in next release.
    Last edited by vBET; 15-12-13 at 23:18.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •