2005-12-15, 12:58 PM
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in ***********/inc/db_mysql.php on line 151
mySQL error: 1054
Unknown column 'a.donecon' in 'where clause'
Query: SELECT a.*, p.uid AS puid, p.dateline FROM mybb_attachments a LEFT JOIN mybb_posts p ON (p.pid=a.pid) WHERE a.donecon!='1' ORDER BY a.aid ASC LIMIT 50
I'm upgrading from RC4 to 1.0. I have uploaded new files (except settings.php and config.php). I deleted all old files.
I can't get rid of this error. Did I do something wrong?
mySQL error: 1054
Unknown column 'a.donecon' in 'where clause'
Query: SELECT a.*, p.uid AS puid, p.dateline FROM mybb_attachments a LEFT JOIN mybb_posts p ON (p.pid=a.pid) WHERE a.donecon!='1' ORDER BY a.aid ASC LIMIT 50
I'm upgrading from RC4 to 1.0. I have uploaded new files (except settings.php and config.php). I deleted all old files.
I can't get rid of this error. Did I do something wrong?