Skip to content
WJunction - Webmaster Forum

Help: database Error

Status
Not open for further replies.
Database error in vBulletin 4.1.3:

Invalid SQL:

SELECT
user.username, (user.options & 512) AS invisible, user.usergroupid, user.lastvisit,
session.userid, session.inforum, session.lastactivity, session.badlocation,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid

FROM vb_session AS session
LEFT JOIN vb_user AS user ON(user.userid = session.userid)

WHERE session.lastactivity > 1305602783

ORDER BY username ASC;

MySQL Error : Out of memory (Needed 1677696 bytes)
Error Number : 5
Request Date : Tuesday, May 17th 2011 @ 06:41:23 AM
Error Date : Tuesday, May 17th 2011 @ 06:41:23 AM
Script : http://devilarts.info/gfx/
Referrer : http://devilarts.info/
IP Address : 117.196.160.14
Username : Unregistered
Classname : vB_Database
MySQL Version :

recieving this error to my email.
any help ? I recently changed the data from domain to a subdomain.
 

2 comments

you need to change your my sql memory limit.

change the mysql packet size (max_allowed_packet) to some what higher value.. ( 10mb + current value).
 
Status
Not open for further replies.

About the author

A
Active Member · Joined
1,211
Messages
140
Reactions
63
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom