Mark.B
06-30-2008, 05:23 PM
*Occasionally* I get these errors mailed through...no more than once or twice a day.
Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline,
customavatar.width, customavatar.height, customavatar.width_thumb, customavatar.height_thumb
FROM user AS user
LEFT JOIN avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN customavatar AS customavatar ON customavatar.userid = user.userid
WHERE user.userid =;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 6
Error Number : 1064
Request Date : Saturday, June 28th 2008 @ 10:11:25 AM
Error Date : Saturday, June 28th 2008 @ 10:11:26 AM
Script : http://www.bowlandcentral.com/forum/ibproarcade.php?&act=Arcade&do=play&gameid=599
Referrer : http://www.bowlandcentral.com/forum/index.php?act=Arcade&do=newscore
As you can see, it isn't picking up a userid somewhere along the line.
I have tried clicking on the script mentioned but the games always load fine.
Any ideas? I'm now on 2.6.7 and vB 3.7.0 but this error has plagued me for over a year now.
Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline,
customavatar.width, customavatar.height, customavatar.width_thumb, customavatar.height_thumb
FROM user AS user
LEFT JOIN avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN customavatar AS customavatar ON customavatar.userid = user.userid
WHERE user.userid =;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 6
Error Number : 1064
Request Date : Saturday, June 28th 2008 @ 10:11:25 AM
Error Date : Saturday, June 28th 2008 @ 10:11:26 AM
Script : http://www.bowlandcentral.com/forum/ibproarcade.php?&act=Arcade&do=play&gameid=599
Referrer : http://www.bowlandcentral.com/forum/index.php?act=Arcade&do=newscore
As you can see, it isn't picking up a userid somewhere along the line.
I have tried clicking on the script mentioned but the games always load fine.
Any ideas? I'm now on 2.6.7 and vB 3.7.0 but this error has plagued me for over a year now.