Well, I'm getting a database error too:
Code:
Database error in vBulletin 3.6.9:
Invalid SQL:
select s.*, u.username, u.displaygroupid, u.usergroupid, u.userid, o.*
from vbulletin_infernoshout s
left join vbulletin_user u on (u.userid = s.s_user)
left join vbulletin_infernoshoutusers o on (o.s_user = s.s_user)
where
(
(s.s_private = -1)
OR
(s.s_private = '192')
OR
(s.s_private <> -1 AND s.s_user = '192')
)
and
(
o.s_silenced = '0'
OR
(o.s_silenced <> '0' AND u.userid = '192')
)
order by s.s_time desc
limit 20;
MySQL Error : Unknown column 's.s_private' in 'where clause'
Error Number : 1054
Date : Saturday, April 5th 2008 @ 01:17:01 AM
Script : http://website.com/forums/infernoshout.php
Referrer : http://website.com/forums/index.php
IP Address : 71.12.240.19
Username : Kiros
Classname : vB_Database_MySQLi
I just moved to a new server that has PHP 5.2.5 and MySQL 4.1.22, so I upgraded my vBulletin to 3.6.9 and set it to use MySQLi instead of just MySQL.
Any ideas?