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.
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 ...
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.
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.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
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 ?
Replied to your ticket.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
What fixed the issue?? I had the same problem.
I opened a ticket, and removed the files to get the site back up..
Hello,
please try to modify functions_vbseo.php file:
FIND:
REPLACE WITH: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';
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';
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!