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

Thread: Some strange problem.

  1. #1
    Senior Member
    Join Date
    May 2010
    Posts
    257

    Question Some strange problem.

    When trying to go to this thread:

    Background windows transparent?

    I get the following, twice at the top of my page, and the rest of the page does not open. Please advise.

    Warning
    : strpos() [function.strpos]: Offset not contained in string in [path]/includes/vbenterprisetranslator_functions.php on line 408

    Thanks.



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

    Default

    hello, I have solution for you - NOT TESTED YET - so please make a copy of edited file!

    1. open and make a copy of this file:
    forum root/inlcludes/vbenterprisetranslator_functions.php
    2. in this file find:
    PHP Code:
    $closePosition strpos($outputPart'>',$openPosition 1); 
    3. and replace with:
    PHP Code:
    if(strlen($outputPart) > 1)
        {
            
    $closePosition strpos($outputPart'>',$openPosition 1);
        }
        else 
    $closePosition false
    4. save a file and test it.

    secondly - please give me a hint how to reproduce this issue on my test forum, may be this is a bug.

    Thanks

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

    Default

    no answer - solved. If not, please write here and I will open this thread again.
    Thanks

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

    Default

    My apologies for the late reply. I made the changes. But it made no difference. And I don't know how to reproduce it, it happens only in this thread. Thanks.

    I still get this:

    Warning: strpos() [function.strpos]: Offset not contained in string in [path]/includes/vbenterprisetranslator_functions.php on line 410

    Warning: strpos() [function.strpos]: Offset not contained in string in [path]/includes/vbenterprisetranslator_functions.php on line 410



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

    Default

    hmm try to clear cache for this language and test it again. If still nothing - I will check it once again

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

    Default

    Sorry Kamil, but how do I clear the cache for one language? Thanks for the help!

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

    Default

    just go to admincp->vBET cache->cache cleaner, select one language and select Clean Guest Cache Files and continue

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
  •