GCSkye
05-29-2009, 08:56 PM
Database error in vBulletin 3.8.2:
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 = '8973')
OR
(s.s_private <> -1 AND s.s_user = '8973')
)
and u.userid not in (14763,-1)
and
(
o.s_silenced = '0'
OR
(o.s_silenced <> '0' AND u.userid = '8973')
)
order by s.s_time desc
limit 80;
MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Friday, May 29th 2009 @ 02:33:15 PM
Error Date : Friday, May 29th 2009 @ 02:33:15 PM
Script : http://evercube.net/forum/infernoshout.php
Referrer : http://evercube.net/forum/
IP Address : 216.209.109.14
Username : ATeamOfMonkeys
Classname : vB_Database
MySQL Version :
I seem to be getting this error for only one member. He says he is unable to see the shoutbox, it only says loading. He is able to type and leave messages but never sees a response. I logged into his account and I have the same problem.
This error is sent to my email everytime he is on.
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 = '8973')
OR
(s.s_private <> -1 AND s.s_user = '8973')
)
and u.userid not in (14763,-1)
and
(
o.s_silenced = '0'
OR
(o.s_silenced <> '0' AND u.userid = '8973')
)
order by s.s_time desc
limit 80;
MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Friday, May 29th 2009 @ 02:33:15 PM
Error Date : Friday, May 29th 2009 @ 02:33:15 PM
Script : http://evercube.net/forum/infernoshout.php
Referrer : http://evercube.net/forum/
IP Address : 216.209.109.14
Username : ATeamOfMonkeys
Classname : vB_Database
MySQL Version :
I seem to be getting this error for only one member. He says he is unable to see the shoutbox, it only says loading. He is able to type and leave messages but never sees a response. I logged into his account and I have the same problem.
This error is sent to my email everytime he is on.