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.
Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: White pages on login and moving posts.

  1. #11
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    ahh sorry for that.
    I can reproduce it on my test forum when I try to log in from translated page.
    So I will fix it on my test forum. now I am working on solution.

    Please ask your moderators what will happen when they try to log in from normal page and what will happen when they try to log in from translated page.

  2. #12
    Senior Member
    Join Date
    May 2010
    Posts
    257

    Default

    From normal page it does not happen. Sorry, I also did not realize it only happens from translated pages. But I am happy that we are moving into the right direction. Let me know when you found a solution.

    Thank you!

  3. #13
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    ok I found it. Call to undefined function.

    Quick solution for you:
    1. open, make a copy and edit this file: forums/includes/vbenterprisetranslator_functions_hooks.php
    2. Find:
    PHP Code:
    vbet_handleTextDirection($_REQUEST['language']); 
    3. Paste BEFORE that:
    PHP Code:
    require_once(DIR'/includes/vbenterprisetranslator_functions_lang.php'); 
    4. save and upload file.

    Please test it and confirm. If this will fix your issue - I will move this thread to Bug section.
    Confirm it because I tested this issue on my test forum with newest file (with another function).
    If this still not work - please reproduce this issue on your forum, look into your forum log files with errors and find Call to undefined function error from today (and paste this message here) Thanks

    For vB4 - fixed and will be included in the next relase.
    Last edited by kamilkurczak; 03-11-10 at 10:32.

  4. #14
    Senior Member
    Join Date
    May 2010
    Posts
    257

    Default

    Sorry Kamil. But what should I find? at nr 2 you say Find: and then EDITED???

  5. #15
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    Please look now in to my previous post.

  6. #16
    Senior Member
    Join Date
    May 2010
    Posts
    257

    Default

    OK, just tested it. And it is working great now man!! No more white pages!

    You da man!!

    Thank you very very much Kamil.

  7. #17
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    Thanks for your confirmation. Will be included in to the next relase.

Page 2 of 2 FirstFirst 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
  •