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

Thread: Strange error!?

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

    Question Strange error!?

    When you go to this link on my forum: Windows 7 Themes - CreativX

    You will see this at the top of the page:

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

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

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

    Please advise. Thanks.

  2. #2
    Retired ;)
    Join Date
    Aug 2011
    Posts
    441

    Default

    Hi
    It is just an warning -it should not affect your forum please edit file:
    /includes/vbenterprisetranslator_functions.php

    find line 395:
    PHP Code:
    $closePosition strpos($outputPart'>',$openPosition 1); 
    and change into:
    PHP Code:
    $closePosition = @strpos($outputPart'>',$openPosition 1); 

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

    Default

    Thank you. That did it.

  4. #4
    Retired ;)
    Join Date
    Aug 2011
    Posts
    441

    Default

    Happy to help you for any other issues please post in new threads

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
  •