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.
Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Troubl with vbseo integration - HELP

  1. #1

    Default Trouble with vbseo integration - HELP

    I upgraded vbet to the latest version today - 4.4.3 and then I decided to use vbseo integration.

    I followed all the steps... and now, the forum page has gone blank. I have disabled vbseo, so the forum page is back again. Did I just mess something up while integrating it with vbseo?

    Thanks for any response,

    GMan
    Last edited by gopalmm2; 16-10-11 at 15:14.

  2. #2

    Default

    UPDATE - I checked all changes and everything seems good. I redid the integration from the start... I have no clue why the page appreas blank.

    Thanks...

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

    Default

    Hi
    Firstly please check out if you upload content from upload-once, also could you show me your .htaccess file?

  4. #4

    Default

    I re-uploaded the upload-once contents and over-wrote the files just now, but that didn't fix it, unfortunately... the thing that worries me is that it doesn't give me an error to troubleshoot it with - just a blank page!

    Here is my .htaccess contents:
    Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /
    
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    
    RewriteCond %{QUERY_STRING} (hl=|language=)(zh-TW|zh-CN|..)
    RewriteRule ^(.*)$ http://%{HTTP_HOST}/%2/$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 ^(.+)$ vbseo.php [L,QSA]
    Thank you for responding.

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

    Default

    Your .htaccess file is wrong, you should put new rules before vbseo rules, please follow the description from here: http://www.vbenterprisetranslator.co...tegration.html
    You have to move it just after this line:
    Code:
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

  6. #6

    Default

    OK, thank you so much! So I did make a mess after all. I am able to turn vbseo on now, but there is another issue. Whenever I click on a translation flag, it does not translate.. gives me a half-page like this:


    Any ideas?

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

    Default

    Did you upload all vBET files, please check it, and if you have all content uploaded, please make sure you have it all configurated properly.
    If it doesn't help please re-upload all files and redo changes
    If it didn't work after all, please PM your access detail i can check it on place
    Last edited by r.dziadusz; 17-10-11 at 20:30.

  8. #8

    Default

    Thanks. I have sent you a PM. I redid everything, but same results.

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

    Default

    PM received

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

    Default

    I've also niticed you miss one line in your .htaccess, please use this
    Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /
    
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    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]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    
    RewriteCond %{QUERY_STRING} (hl=|language=)(zh-TW|zh-CN|..)
    RewriteRule ^(.*)$ http://%{HTTP_HOST}/%2/$1? [L,R=301]
    
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    And I don't get access from you, i will be able to check it just after you send me those

Page 1 of 2 12 LastLast

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
  •