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: Translated pages blank - not redirecting to translated URL

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

    Default Translated pages blank - not redirecting to translated URL

    After updating to 4.2.2 I'm getting blank translated pages. I believe this is because the translated URL's are not properly redirecting. The behavior is different when logged in vs not logged in.


    For example: http://cellphoneforums.net/sports/t8...ey-soccer.html
    Translated page is blank when logged in: http://cellphoneforums.net/es/sports...ey-soccer.html
    When not logged in translated page is redirected to: http://cellphoneforums.net/es/sports...C3%BAtbol.html
    If page is accessed directly when logged in, it works.
    If not logged in you cannot access original English page when clicking on flag: http://cellphoneforums.net/sports/t8...C3%BAtbol.html

  2. #2
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    The issue is integration vBET with vBSEO.
    To fix this:
    1. Open file /vbseo/includes/functions_vbseo_url.php
    2. Find code:
      PHP Code:
      if (isset($_REQUEST['language'])) {
      require_once(
      DIR'/includes/vbenterprisetranslator_functions_url_tracking.php');
      $fulluri vbet_createURLForAddressNoReplace($_REQUEST['language'], $fulluri);        

    3. PUT AFTER it this code:
      PHP Code:
      header ("Location: $fulluri"); 
    4. Save the file.

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

    Default

    Ah, it's always something simple. Thanks!

  4. #4
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    I'm glad I could help you.

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
  •