PDA

View Full Version : Db error


Symbian Galaxy
08-16-2007, 02:41 PM
Invalid SQL:

SELECT * FROM user AS user
LEFT JOIN usergroup AS usergroup ON (user.usergroupid = usergroup.usergroupid)
WHERE user.username = ''Pac';

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 'Pac'' at line 3
Error Number : 1064
Date : Thursday, August 16th 2007 @ 02:53:35 AM
Script :
Referrer :
IP Address :
Username :
Classname : vB_Database



Please help me out please! :(

There is an other problem. "Fatal error: Class 'vB_Mail' not found in /home/thesymbi/public_html/includes/functions.php on line 808"

new error while login

EnIgMa1234
08-16-2007, 03:14 PM
Problem is you have '' when it should be '

Change the query to
SELECT * FROM user AS user
LEFT JOIN usergroup AS usergroup ON (user.usergroupid = usergroup.usergroupid)
WHERE user.username = 'Pac';

Symbian Galaxy
08-16-2007, 03:48 PM
No the user name that person registered with was 'Pac

EnIgMa1234
08-16-2007, 03:52 PM
Report this to vbulletin.com

Symbian Galaxy
08-16-2007, 04:02 PM
I did they say problem in some modificatin :( so I m here

EnIgMa1234
08-16-2007, 05:10 PM
List the modifications you have installed