After upgrading this mesage in the shout (forum runs normaly but has some strange lay-out, fonts are different)
Quote:
Database error in vBulletin 3.6.8:
Invalid SQL:
select s.*, u.username, u.displaygroupid, u.usergroupid, u.userid, o.*
from infernoshout s
left join user u on (u.userid = s.s_user)
left join infernoshoutusers o on (o.s_user = s.s_user)
where
(
(s.s_private = -1)
OR
(s.s_private = '1')
OR
(s.s_private <> -1 AND s.s_user = '1')
)
and
(
o.s_silenced = '0'
OR
(o.s_silenced <> '0' AND u.userid = '1')
)
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 @ 11:20:45 AM
Script : http://mydomain/infernoshout.php
Referrer : http://mydomain/index.php
IP Address : xxxxxxxxxxxx
Username : xxx
Classname : vB_Database
|
Any idea what this means?