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

Thread: strpos(): Offset not contained in string in ..../includes/vbenterprisetranslator_functions.php on line 435

  1. #1
    Junior Member
    Join Date
    May 2011
    Posts
    11

    Default strpos(): Offset not contained in string in ..../includes/vbenterprisetranslator_functions.php on line 435


  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Hi. I checked some other pages on your forum and as I see the bug is related to content of this specific page. We will try to reproduce it on our test server. If we will not be able to reproduce it we will contact you and solve the issue on your side.

  3. #3
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Hi again. I found the line of code in repository and we already have fix for it, but it is not released yet.

    For quick fix:
    1. Open file /includes/vbenterprisetranslator_functions.php
    2. Change:
    Code:
    $closePosition = strpos($outputPart, '>',$openPosition + 1);
    To:
    Code:
    $closePosition = @strpos($outputPart, '>',$openPosition + 1);
    Please tell do you need more help with this issue or is it solved

  4. #4
    Junior Member
    Join Date
    May 2011
    Posts
    11

    Default

    Text automatically translated from: Polish to: English
    Translated text
    When I do it comes up a blank page.
    Original text

  5. #5
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Text automatically translated from: Polish to: English
    Translated text
    Look, please, on PM
    Original text

  6. #6
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Text automatically translated from: Polish to: English
    Translated text
    I checked on your forum-it's not a bug vBET, just not completed correctly the installation procedure and did not set the configuration, respectively, by what native iconv function returns an empty string, trying to convert text from utf-8 to utf-8. I do not know why exactly in this place, but it did happen. You have not changed '-8 ' for ' 8 ', which is clearly described in the installation instructions.
    Problem solved.

    By the way, I suggest you:
    -enable the Apertium-is free without limits
    -enable translation of Microsoft-is free to certain limits and you can create an account with them, where after crossing the limit translations to shut down until the end of the period.
    Original text

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
  •