קויפן איצט! פֿעיִקייטן דאָוונלאָאַדס
Page 2 פון 2 ערשטערערשטער 12
רעזולטאַטן 11-13 פון 13

פֿאָדעם: נאָך געטינג פּוסט איבערזעצונגען

  1. # 11
    וובוללעטין ענטערפּרייז טראַנסלאַטאָר (וובעט) סטאַף
    באַהעפטן טאָג
    אויגוסט 2011
    הודעות
    431

    ניט ויסצאָלן

    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 11:04.

  2. # 12
    עלטער מעמבער
    באַהעפטן טאָג
    סעפטעמבער 2010
    הודעות
    248

    ניט ויסצאָלן

    Thanks for that, which file was that implemented in? I'll report back with any further issues

    Thanks again!

  3. #13
    וובוללעטין ענטערפּרייז טראַנסלאַטאָר (וובעט) סטאַף
    באַהעפטן טאָג
    אויגוסט 2011
    הודעות
    431

    ניט ויסצאָלן

    I edited my previous post

Page 2 פון 2 ערשטערערשטער 12

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
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27