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: "This webpage has a redirect loop" with guests

  1. #1
    Senior Member
    Join Date
    Dec 2009
    Posts
    276

    Default "This webpage has a redirect loop" with guests

    I'm getting an error lately that I can't figure out. It only happens with guests and Chrome the error as "This webpage has a redirect loop". It seems that it only happens with pages that have yet to be translated. Here is an example: http://cellphoneforums.net/de/******...-magazine.html

    The same page but in English: Galaxy Note 3: Disable "My Magazine"?

    Any ideas?

  2. #2
    Senior Member
    Join Date
    Dec 2009
    Posts
    276

    Default

    I did some further digging and I believe this has something to do with no cache providers being available. When the guest cache is turned off the same pages no longer produce a redirect error.
    Last edited by tavenger5; 02-11-13 at 02:28.

  3. #3
    Senior Member
    Join Date
    Dec 2009
    Posts
    276

    Default

    After updating the the latest version and hooking up yandex, I turned the guest cache back on. Now that yandex is enabled things are translating and pages are not getting caught in a redirect loop.

    This error definitely happens when there are no translation providers available, the page hasn't been translated, and the guest cache is on.

  4. #4
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    Thank you for reporting. We will investigate this issue on our test forum.

  5. #5
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    Quick fix for this issue:
    • Open file includes/vbenterprisetranslator_functions_vbseo.php
    • Find code:
      PHP Code:
      function vbet_vbseo_filter_replace_text($text$allowchars null$filter_stop_words true$reversable false) {
      if(isset(
      $GLOBALS['FIX_EMAILS'])) {
      return 
      vbseo_filter_replace_text ($text$allowchars$filter_stop_words$reversable);
      }
      static 
      $executed 0;
      $language vbet_translateAndPrepareTitle($text$executed);
      $executed 1
    • Replace it to code:
      PHP Code:
      function vbet_vbseo_filter_replace_text($text$allowchars null$filter_stop_words true$reversable false) {
      if(isset(
      $GLOBALS['FIX_EMAILS'])) {
      return 
      vbseo_filter_replace_text ($text$allowchars$filter_stop_words$reversable);
      }
      static 
      $executed 0;
      $language vbet_translateAndPrepareTitle($text$executed>1);
      $executed += 1

    This issue will be fixed in the next release.

  6. #6
    Banned
    Join Date
    May 2014
    Posts
    1

    Default

    there is no such txt .. please tell me on which line it is located

  7. #7
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    The location of these lines of code in each version is different.
    This fix was added to vBET. The easiest way is if you update your vBET to the latest version.

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
  •