PDA

View Full Version : Getting 2 Errors Need Help :(


d3adlythegame
06-29-2005, 01:13 AM
Database error in vBulletin 3.0.7:

Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline
FROM vb3user AS user
LEFT JOIN vb3avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN vb3customavatar 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 5

mysql error number: 1064
__________________________________________________ __
Database error in vBulletin :

Link-ID == false, connect failed
mysql error:

mysql error number: 0
________________________________________________

Thanx.

Marco van Herwaarden
06-29-2005, 06:41 AM
Without the full error text it is very hard to help you, 2 things however:
- In the part you posted there seems to be a userid missing.
- Error 0 most of the times means that a conection to the datbase could not be made.