Page 1 of 1

Not sure where to post SQL errors generated by this site.

Posted: Sun Aug 26, 2012 11:08 am
by kkoliver
My bot for the cave master challenge received the following html page (modified the values arguments). I figured this is a good a spot as any to report a bug. If there is a normal place to report bugs and I'm just too blind to notice it just let me know. I do not know the context of the action my bot was trying to take when the error occurred.

<html>
<body>
phpBB : <b>Critical Error</b>
<br /><br />
Error creating new session<br /><br /><b><u>DEBUG MODE</u></b><br /><br />SQL Error : 1062 Duplicate entry 'blah' for key 'PRIMARY'<br /><br />INSERT INTO phpbb_sessions
(session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin)
VALUES ('blah', 1, 1, 1, 'hello', 0, Nope, FUCKYEAIAM)<br /><br />Line : 187<br />File : sessions.php</body>
</html>