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 10 of 13

Thread: Still getting blank translations

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Retired ;)
    Join Date
    Aug 2011
    Posts
    441

    Default

    I've found and implemented solution for your issue:

    In file vbenterprisetranslator_class_translator.php (line 312), I founded:
    PHP Code:
    if (strpos($result,'Quota Exceeded')) { 
    And I did replace it with:

    PHP Code:
    if ((strpos($result,'Quota Exceeded')) || (strpos($result,'Limit Exceeded'))) { 
    Please let mi know if this helps
    Last edited by r.dziadusz; 09-12-11 at 12:04.

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
  •