vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

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 ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 12-02-2007, 08:43 PM
odin's Avatar
Member
Big Board Administrator
 
Real Name: Murat Çelebi
Join Date: Sep 2006
Location: Bursa
Posts: 45
Send a message via ICQ to odin Send a message via MSN to odin Send a message via Yahoo to odin
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 12-02-2007, 09:22 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,923
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.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 12-02-2007, 10:32 PM
odin's Avatar
Member
Big Board Administrator
 
Real Name: Murat Çelebi
Join Date: Sep 2006
Location: Bursa
Posts: 45
Send a message via ICQ to odin Send a message via MSN to odin Send a message via Yahoo to odin
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 ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 12-02-2007, 10:57 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,923
Replied to your ticket.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 12-08-2007, 12:49 PM
Junior Member
Big Board Administrator
 
Real Name: Rick
Join Date: Aug 2007
Posts: 10
What fixed the issue?? I had the same problem.


I opened a ticket, and removed the files to get the site back up..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 12-09-2007, 08:12 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,923
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'
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
The vBSEO LinkBacks User Guide - vBSEO 3.0 GOLD Joe Ward General Discussion 25 06-05-2008 12:04 PM


All times are GMT -4. The time now is 03:31 AM.


Powered by vBulletin Version 3.8.0 Release Candidate 2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.