A few times a day I get these errors:
That address resolves to a cache at AOL that more than 50 of our users have come through at least one time, so I don't want to ban it.
Any idea what I can do to reduce the numbers of this error?
Database error in vBulletin 3.5.0:
Invalid SQL:
SELECT post.postid, post.threadid
FROM post AS post
INNER JOIN thread AS thread ON(thread.threadid = post.threadid)
WHERE post.postid
IN(snipped -- list make message over 2 megs in size
AND post.visible = 1; MySQL Error : Got a packet bigger than 'max_allowed_packet'
Error Number : 1153
Date : Tuesday, October 18th 2005 @ 07:40:41 AM
Script : http://thehighroad.org/search.php
Referrer : http://thehighroad.org/search.php?se...1&pp=25&page=3
IP Address : 205.188.116.135
Username : Unregistered
Classname : vb_database
Invalid SQL:
SELECT post.postid, post.threadid
FROM post AS post
INNER JOIN thread AS thread ON(thread.threadid = post.threadid)
WHERE post.postid
IN(snipped -- list make message over 2 megs in size
AND post.visible = 1; MySQL Error : Got a packet bigger than 'max_allowed_packet'
Error Number : 1153
Date : Tuesday, October 18th 2005 @ 07:40:41 AM
Script : http://thehighroad.org/search.php
Referrer : http://thehighroad.org/search.php?se...1&pp=25&page=3
IP Address : 205.188.116.135
Username : Unregistered
Classname : vb_database
Any idea what I can do to reduce the numbers of this error?
Comment