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: Fatal error after 4.2.2 upgrade in CMS articles translation

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

    Lightbulb Fatal error after 4.2.2 upgrade in CMS articles translation

    After upgrade to 4.2.2 everything seems to be translated except cms articles

    only front page in cms is translated , others generate redirect error

    default english:

    Trusted source for Bodybuilding information - Standing Barbell Curls


    translated german with error:

    http://www.muscleadvice.com/de/conte...d=/content.php

    The page isn't redirecting properly
    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    This problem can sometimes be caused by disabling or refusing to accept
    cookies.



    any idea?
    Last edited by vforum; 19-09-11 at 12:08.

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

    Default

    I see what is going on. Please give me your full .htaccess file - we will check does rules are OK. If yes then we will have to check it on place, but first lets check .htaccess

  3. #3
    Junior Member
    Join Date
    Jul 2011
    Posts
    11

    Default

    Code:
    # Use PHP5 Single php.ini as default
    ErrorDocument 403 /403.html
    ErrorDocument 404 /404.html
    
    RewriteEngine on
    RewriteBase  /
    
    #RewriteCond %{SERVER_NAME} ^muscleadvice.com$
    #RewriteRule ^(.*)$ http://www.MuscleAdvice.com/$1 [R=301,L,QSA]
    
    
    
    # vbSEO Sitemap
    # RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    # END
    
    # vBET
    # RULES for SEO translation links with vBSEO (have to be included before all rules to vbseo.php)
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L,R=301]
    
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]
    
    
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
    # vBET End
    Last edited by vforum; 19-09-11 at 21:58.

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

    Default

    I see no issue in .htaccess. Please PM me access details to your Admin CP and FTP - I will check it and correct it on place.

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

    Default

    Done. You had wrong setting for: Link Type
    Please note that when you update you do not have to reinstall. And reinstall is even not advised, because you loose your cache and whole your previous configuration.

    Please check does everything is OK now and confirm.

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

    Default

    Confirmed in PM - issue solved

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
  •