Hmmm...'lastthread' is a standard field in the forum table and it was in 3.0.5 as well. If you are missing this field, then this would also account for this error. I'd be worried about why it is missing though.
Check the database with phpMyAdmin and make sure this field is in fact missing. If so, backup your database first, then run this query to recreate this field:
ALTER TABLE forum ADD lastthread CHAR(250) NOT NULL;
You'll need to update the thread and forum counters after doing this.
Announcement
Collapse
No announcement yet.
Error upgrading from 3.05 to 3.06
Collapse
X
-
This error means that you did not upload all the vB 3.0.6 files. Reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server.
Leave a comment:
-
Error upgrading from 3.05 to 3.06
Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /forums/includes/db_mysql.php on line 389
Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.') in /forums/includes/db_mysql.php on line 389
Database error in vBulletin 3.0.6:
Invalid SQL:
SELECT forum.forumid, lastpost, lastposter, lastthread, lastthreadid, lasticonid, threadcount, replycount
FROM forum AS forum
mysql error: Unknown column 'lastthread' in 'field list'
mysql error number: 1054
Date: Wednesday 19th of January 2005 12:54:14 PMTags: None
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Leave a comment: