Just upgraded from RC2 to RC3 this morning, and installed AWS shortly thereafter. Everything seemed to go smoothly, and I've set the new options, but I'm getting some errors;
When warning a dummy account;
Code:
Database error in vBulletin 3.5.0 Release Candidate 3:
Invalid SQL:
update user set warning_level='10', warnings='1' where userid='5264';
MySQL Error : Unknown column 'warnings' in 'field list'
Error Number : 1054
Date : Tuesday, September 13th 2005 @ 05:42:18 AM
Script : http://www.sitename.com/forum/Warn.php
Referrer : http://www.sitename.com/forum/Warn.php?do=WarnUser&id=5264&post=261259
IP Address : xx.xx.xx.xx
Username : Clarity
Classname : vB_Database_MySQLi
When hitting (in admincp) Statistics - Warnings Per User;
Code:
Database error in vBulletin 3.5.0 Release Candidate 3:
Invalid SQL:
SELECT COUNT(*) AS users FROM user AS user where warnings>0 OR alerts>0;
MySQL Error : Unknown column 'warnings' in 'where clause'
Error Number : 1054
Date : Tuesday, September 13th 2005 @ 05:54:06 AM
Script : http://www.sitename.com/forum/admincp/admin_warn.php?act=viewwarnedusers&type=warnings
Referrer : http://www.sitename.com/forum/admincp/index.php?do=nav
IP Address : xx.xx.xx.xx
Username : Clarity
Classname : vB_Database_MySQLi
Sounds like I'm missing a column, but not sure how or why. Any ideas? Been poking around for about an hour, not sure where the issue is. I did have the 3.0.x version installed before moving up to 3.5.0, perhaps when it discovered the old tables, it didn't create some new one somehow? No idea.