cory_booth
11-16-2009, 08:40 AM
Well after 48 hours or so, it seems everything is working alright.
Yep, its a bit messy and some of the layout is messed up, but overall things seem to be working.
However I do get one reoccuring database error.
I see a table missing, but I also see this coming from unregistered.
I checked my backup - yep table is there.
Table is not in the VB4 database.
So are these errors simply search engine caches or do I need to dig up the install scripts and find this table?
Database error in vBulletin 4.0.0 Beta 3:
Invalid SQL:
SELECT tagsearch.tagid, tag.tagtext, COUNT(*) AS searchcount
FROM vb_blog_tagsearch AS tagsearch
INNER JOIN aquia_tag AS tag ON (tagsearch.tagid = tag.tagid)
WHERE tagsearch.dateline > 1255774814
GROUP BY tagsearch.tagid, tag.tagtext
ORDER BY searchcount DESC
LIMIT 70;
MySQL Error : Table 'vb_vbulletin.vb_blog_tagsearch' doesn't exist
Error Number : 1146
Request Date : Monday, November 16th 2009 @ 03:20:14 AM
Error Date : Monday, November 16th 2009 @ 03:20:14 AM
Script : http://mysite.com/blog_search.php?bc624b45eadc23680ed9f99eb8a2da2bdo =search
Referrer :
IP Address : 119.63.199.30
Username : Unregistered
Classname : vB_Database_MySQLi
MySQL Version :
Yep, its a bit messy and some of the layout is messed up, but overall things seem to be working.
However I do get one reoccuring database error.
I see a table missing, but I also see this coming from unregistered.
I checked my backup - yep table is there.
Table is not in the VB4 database.
So are these errors simply search engine caches or do I need to dig up the install scripts and find this table?
Database error in vBulletin 4.0.0 Beta 3:
Invalid SQL:
SELECT tagsearch.tagid, tag.tagtext, COUNT(*) AS searchcount
FROM vb_blog_tagsearch AS tagsearch
INNER JOIN aquia_tag AS tag ON (tagsearch.tagid = tag.tagid)
WHERE tagsearch.dateline > 1255774814
GROUP BY tagsearch.tagid, tag.tagtext
ORDER BY searchcount DESC
LIMIT 70;
MySQL Error : Table 'vb_vbulletin.vb_blog_tagsearch' doesn't exist
Error Number : 1146
Request Date : Monday, November 16th 2009 @ 03:20:14 AM
Error Date : Monday, November 16th 2009 @ 03:20:14 AM
Script : http://mysite.com/blog_search.php?bc624b45eadc23680ed9f99eb8a2da2bdo =search
Referrer :
IP Address : 119.63.199.30
Username : Unregistered
Classname : vB_Database_MySQLi
MySQL Version :