21-06-2005 08:12:51 ERROR - The following query =
SELECT u.id AS id, u.user AS user, u.password AS password, u.email AS email,
u.about AS about, u.full_name AS full_name, u.properties AS properties,
u.resource_picture_id AS resource_picture_id,
IF(p.permission_id = 1, 1, 0 ) AS site_admin,
u.status AS status
FROM plog_users u LEFT JOIN plog_users_permissions p ON u.id = p.user_id
WHERE u.id =
generated the following error message =
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 7
/tmp/sql_error.log
的报错