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

vBSEO fields missing in Forums table after install?

This is a discussion on vBSEO fields missing in Forums table after install? within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I can't fully debug this tonight but I got an ugly SQL error when I tried to add a new ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Bug Reporting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 02-21-2007, 01:39 AM
Junior Member
vBulletin Hacker
 
Real Name: Ken
Join Date: Apr 2006
Posts: 15
vBSEO fields missing in Forums table after install?

I can't fully debug this tonight but I got an ugly SQL error when I tried to add a new forum in my site after installing vBSEO just over a week ago.

The error indicates my database is missing some fields...

Here is the error:

Quote:
Database error in vBulletin 3.6.0:
Invalid SQL:
INSERT INTO ts4msforum
(title_clean, title, description_clean, description, link, displayorder, parentid, daysprune, defaultsortfield, defaultsortorder, showprivate, newpostemail, newthreademail, options, styleid, password, vbbux_perview, vbbux_perthread, vbbux_perreply, vbpforumoptions, vbp_cangetaccesscost, vbp_cangiveaccesscost, vbp_candenyaccesscost, vbp_cangetpasswordcost, vbseo_moderatepingbacks, vbseo_moderatetrackbacks, vbseo_moderaterefbacks)
VALUES
('VRI Exchange Opportunities', 'VRI Exchange Opportunities', '', '', '', 1, 44, -1, 'lastpost', 'desc', 0, '', '', 89799, 0, '', 1, 15, 5, 0, 0, 0, 0, 0, 1, 1, 1);
MySQL Error : Unknown column 'vbseo_moderatepingbacks' in 'field list'
Error Number : 1054
Date : Tuesday, February 20th 2007 @ 11:23:31 PM
Script : Timeshare Forums - Timeshare Forums at TimeshareForums.com....
Referrer : http://www.timeshareforums.com/forums......
IP Address : ..............
Username : Quarterbore
Classname : vb_database
The error does reproduce...

I looked at my install code and the vrsion 3.0.0. RC3 code is there and includes the following:

PHP Code:
if (!$db->query_first("SHOW COLUMNS FROM " TABLE_PREFIX "forum LIKE 'vbseo_moderatepingbacks'"))
 
$db->query_write("ALTER TABLE " TABLE_PREFIX "forum ADD COLUMN vbseo_moderatepingbacks INT UNSIGNED NOT NULL DEFAULT '1'"); 
I looked in my database and it does NOT have any of the vBSEO fileds in this table including:
  • vbseo_moderatepingbacks
  • vbseo_moderatetrackbacks
  • vbseo_moderaterefbacks
Funny, vBSEO seems to be working without them but I have no idea why they didn't install with the script but I will manually add the fields when I get a chance but it's after midnight and I need to work tomorrow so tomorrow is another day... I figured I would report this in case there is some strange server quark that caused this and I hope to figure that out...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 02-21-2007, 01:54 AM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,266
Install the latest vBSEO, RC8. RC3 is quite outdated.
__________________
Keith Cohen / 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.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 02-21-2007, 01:48 PM
Junior Member
vBulletin Hacker
 
Real Name: Ken
Join Date: Apr 2006
Posts: 15
The version I have installed is: 3.0.0 RC8 The install code that adds these fields (in thr product file) is the RC3 install code!

I need to work on this mre tonight but this is on a live site so I need to make sure I have time to deal with any surprises if I go to reinstall

The easiest for me would be to just add the tables from the install code as that way I know it will not cause my site issues but I have no idea why it wasn't there in the first place?

I will work on it tonight...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 02-21-2007, 01:56 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,266
You should be able to uninstall and reinstall the XML product file to correct it.
__________________
Keith Cohen / 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.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 02-21-2007, 02:03 PM
Junior Member
vBulletin Hacker
 
Real Name: Ken
Join Date: Apr 2006
Posts: 15
Well, uninstalling will also remove all my settings and my site has really taken off with this on there... I don't mind spending a little time and my report here was in case there was something strange with teh download but I traced the XML file and it looks fins so it must have just been a server burp.

My forums database is quite huge so who knows but I play things very carefully with a live community and this is my biggest one that has the issue!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 02-21-2007, 02:14 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,266
Uninstalling the XML product won't remove any settings. Your settings are stored in the config_vbseo.php file and your site's datastore.
__________________
Keith Cohen / 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.


My Personal Sites: My Blog | GPS Discussion Forum
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
vBSEO 2.2.0 Released - Google/Yahoo Sitemap Compatible Juan Muriente vBSEO Announcements 58 11-17-2005 11:49 PM


All times are GMT -4. The time now is 09:15 PM.


Powered by vBulletin Version 3.8.0 Beta 4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.