hey, i did the comma fix - but theres another problem now:
Code:
Datenbankfehler in vBulletin 3.8.1:
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-Fehler : 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
Fehler-Nr. : 1064
Fehler-Zeit : Sunday, 22.03.2009 @ 03:23:25
Datum : Sunday, 22.03.2009 @ 03:23:26
Skript : http://www.meet-teens.de/staff.php
Referrer :
IP-Adresse : 79.xxx.xxx.xxx
Benutzername : Exiver
Klassenname : vB_Database
MySQL-Version : 5.0.32-Debian_7etch8
and i can't find the line 6 (WHERE user.userid =

where he gives this error (searched at staff.php)
anyone who can help
thanks