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

Discussion about hacker.org's server
Post Reply
kkoliver
Posts: 4
Joined: Thu Jul 19, 2012 4:17 pm

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

Post 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>
Post Reply