Results 1 to 6 of 6

Forum crashed after upgrade

This is a discussion on Forum crashed after upgrade within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hello; I just upgraded my vbseo from gold to 3.1.0. But after I uploaded the files to the forum root ...

  1. #1
    Member odin's Avatar
    Real Name
    Murat Çelebi
    Join Date
    Sep 2006
    Location
    Bursa
    Posts
    46
    Liked
    0 times

    Forum crashed after upgrade

    Hello;
    I just upgraded my vbseo from gold to 3.1.0. But after I uploaded the files to the forum root folder. I wasnt able to reach my admincp. Why could this happen. Thanx for the assistance.

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

    you can temporarily remove vBSEO files (.htaccess and includes/functions_vbseo.php) to disable vBSEO and get your forum back running.
    Then you can open a support ticket for troubleshooting.

  3. #3
    Member odin's Avatar
    Real Name
    Murat Çelebi
    Join Date
    Sep 2006
    Location
    Bursa
    Posts
    46
    Liked
    0 times
    I uploaded the VBSEO 3.0 gold version back and it is working fine right now. But wondering what the problem is? Could anyone look at my support ticket pls ?

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

  5. #5
    Junior Member
    Real Name
    Rick
    Join Date
    Aug 2007
    Posts
    11
    Liked
    0 times
    What fixed the issue?? I had the same problem.


    I opened a ticket, and removed the files to get the site back up..

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

    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'

Similar Threads

  1. The vBSEO LinkBacks User Guide - vBSEO 3.0 GOLD
    By Joe Ward in forum General Discussion
    Replies: 49
    Last Post: 09-20-2011, 07:10 PM

Posting Permissions

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