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:
The error does reproduce...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
I looked at my install code and the vrsion 3.0.0. RC3 code is there and includes the following:
I looked in my database and it does NOT have any of the vBSEO fileds in this table including: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'");
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...
- vbseo_moderatepingbacks
- vbseo_moderatetrackbacks
- vbseo_moderaterefbacks







Reply With Quote