Forgive me, I know absolutely diddly about MySQL, but I'm hoping someone can help me out here...
Two issues:
1) People going back and forth between the gallery and the forums are finding themselves being logged out of one or the other in the switch? I'm assuming it's a cookie issue?
2) Got a handful of MySQL errors:
Got this one four times:
Quote:
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 ('5ff6a413640f9c99f14a92eb0b9c8b44',, 1165515224, 1165515224, '1896383a', '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 ' 1165515224, 1165515224, '1896383a', '0', '1')' at line 2
|
Got this one twice
Quote:
DELETE FROM phpbb_sessions WHERE session_user_id=
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 '' at line 1
|
Before I pull what's left of my hair out, can anyone tell me if my two problem are related and how I might go about correcting them?