Results 1 to 8 of 8

Blank Pages

This is a discussion on Blank Pages within the Troubleshooting forums, part of the vBSEO SEO Plugin category; After uploading the 3.1.0 vBSEO files in binary mode, all my forum pages turn blank. Please advise and let me ...

  1. #1
    Senior Member
    Real Name
    Adam
    Join Date
    Oct 2006
    Location
    AZ
    Posts
    109
    Liked
    0 times

    Blank Pages

    After uploading the 3.1.0 vBSEO files in binary mode, all my forum pages turn blank. Please advise and let me know how to proceed with the upgrade!

    I had to re-upload the 3.0.0 files to get the forum back online.

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    BINARY mode is no longer needed, since the files are no longer encrypted.

    Did you follow all steps to the upgrade?

  3. #3
    Senior Member
    Real Name
    Adam
    Join Date
    Oct 2006
    Location
    AZ
    Posts
    109
    Liked
    0 times
    Hi Keith,

    I appreciate your fast response.

    Here are the steps I have followed so far:
    1. Back up vBSEO settings
    2. Upload the contents of the 'upload' folder into the forum root

    After uploading all the filies (I originally uploaded them in auto mode), I could not view the forum or any admin page on the site.
    Last edited by MoMan; 11-16-2007 at 07:28 PM.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    replied to your PM.

  5. #5
    Junior Member
    Real Name
    call me insane
    Join Date
    Aug 2006
    Posts
    17
    Liked
    0 times
    post the solution in public!

  6. #6
    Member
    Real Name
    francisco
    Join Date
    Dec 2007
    Posts
    37
    Liked
    0 times
    post the solution in public!

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please try to modify functions_vbseo.php file.
    FIND:
    PHP Code:
    include_once 'functions_vbseo_pre.php';
    include_once 
    'functions_vbseo_url.php';
    include_once 
    'functions_vbseo_createurl.php';
    include_once 
    'functions_vbseo_db.php';
    include_once 
    'functions_vbseo_vb.php';
    include_once 
    'functions_vbseo_seo.php';
    include_once 
    'functions_vbseo_misc.php';
    include_once 
    'functions_vbseo_crr.php';
    include_once 
    'functions_vbseo_cache.php';
    include_once 
    'functions_vbseo_hook.php';
    include_once 
    'functions_vbseo_startup.php'
    REPLACE WITH:
    PHP Code:
        include_once dirname(__FILE__) . '/functions_vbseo_pre.php';
        include_once 
    VBSEO_DIRNAME '/functions_vbseo_url.php';
        include_once 
    VBSEO_DIRNAME '/functions_vbseo_createurl.php';
        include_once 
    VBSEO_DIRNAME '/functions_vbseo_db.php';
        include_once 
    VBSEO_DIRNAME '/functions_vbseo_vb.php';
        include_once 
    VBSEO_DIRNAME '/functions_vbseo_seo.php';
        include_once 
    VBSEO_DIRNAME '/functions_vbseo_misc.php';
        include_once 
    VBSEO_DIRNAME '/functions_vbseo_crr.php';
        include_once 
    VBSEO_DIRNAME '/functions_vbseo_cache.php';
        include_once 
    VBSEO_DIRNAME '/functions_vbseo_hook.php';
        include_once 
    VBSEO_DIRNAME '/functions_vbseo_startup.php'

  8. #8
    Junior Member
    Real Name
    maitre-jean
    Join Date
    Feb 2007
    Posts
    6
    Liked
    0 times
    i have the same problem and it works great! thanks!

Similar Threads

  1. Vbseo Map sorunu
    By kuru in forum Türkçe
    Replies: 13
    Last Post: 09-17-2007, 12:39 PM
  2. NEWBIE HERE with Issues On Vbseo Sitemap Do Hicky
    By DieselMinded in forum General Discussion
    Replies: 70
    Last Post: 08-24-2007, 03:32 AM
  3. vbseo_sitemap'te aldığım bir hata
    By Kaiser_Dealxa in forum Türkçe
    Replies: 4
    Last Post: 06-26-2007, 05:19 AM
  4. Sitemap alırken hata alıyorum :(
    By erhanerhan_5 in forum Türkçe
    Replies: 9
    Last Post: 11-15-2006, 08:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •