Log in

View Full Version : Upgrade Database Error!!!


tiklaveizle.net
03-19-2012, 01:58 PM
Database error in vBulletin 3.8.7:

Invalid SQL:
SELECT SUM(filesize) AS size FROM attachment;

MySQL Error : Unknown column 'filesize' in 'field list'
Error Number : 1054
Request Date : Monday, March 19th 2012 @ 01:47:16 PM
Error Date : Monday, March 19th 2012 @ 01:47:16 PM
Script : http://tiklaveizle.net/admincp/index.php?do=home
Referrer : http://tiklaveizle.net/admincp/index.php?do=nav
IP Address : 82.222.133.136
Username : airbander
Classname : vB_Database
MySQL Version : 5.1.57




3.8.x upgrade 4.x....but database error :((( pls help me?


~~~~~~~~~~~~~~



inlinemod.php ;




Database error in vBulletin 3.8.7:

Invalid SQL:

SELECT
attachment.attachmentid,
attachment.userid,
post.postid,
post.threadid,
post.dateline AS post_dateline,
post.userid AS post_userid,
thread.forumid,
editlog.hashistory
FROM attachment AS attachment
LEFT JOIN post AS post ON (post.postid = attachment.postid)
LEFT JOIN thread AS thread ON (thread.threadid = post.threadid)
LEFT JOIN editlog AS editlog ON (editlog.postid = post.postid)
WHERE attachment.postid IN (1832216,0);

MySQL Error : Unknown column 'attachment.postid' in 'where clause'
Error Number : 1054
Request Date : Monday, March 19th 2012 @ 01:51:00 PM
Error Date : Monday, March 19th 2012 @ 01:51:00 PM
Script : http://tiklaveizle.net/inlinemod.php?t=679752&p=&postids=1832216
Referrer : http://tiklaveizle.net/inlinemod.php?threadid=679752&p=
IP Address : 82.222.133.136
Username : airbander
Classname : vB_Database
MySQL Version : 5.1.57




~~~~~~~~~~~~~


was trying to upgrade all of them. how to fix it

--------------- Added 1332176344 at 1332176344 ---------------

help?

Lynne
03-19-2012, 06:04 PM
vB4 does not have a field attachment.postid. You cannot just upload vB4.x files and run them using a vB3.8 database without running the upgrade.php script.