| SQL Error
I keep having this SQL error email to me:
An error was encountered during execution of the query:
REPLACE INTO phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in)
VALUES ('44eb3e18f4d6c299b4b5e50e231532e1',, 1149176701, 1149176701, 'ca9c0615', '0', '1')
The query returned with an errorcode of:
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 ' 1149176701, 1149176701, 'ca9c0615', '0', '1')' at line 2
How to solve it?
|