MySQL error on completing It's A Small World

Post Reply
gfoot
Posts: 269
Joined: Wed Sep 05, 2007 11:34 pm
Location: Brighton, UK

MySQL error on completing It's A Small World

Post by gfoot »

I just got this:

Code: Select all

<'Hello, Small World!' is correct.

Back to challenges

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/.mazie/bok/hacker.org/challenge/chal.php on line 149
Discuss this challenge with other solvers
Dunno if it's important. :)
therethinker
Posts: 144
Joined: Fri Mar 28, 2008 11:29 pm
Location: #hacker.org on Freenode

Post by therethinker »

Since its an error on mysql_num_rows(), not the actual SQL statement, you're probably good. To double check, make sure your name is in the solvers list.

Still a bug, just shouldn't effect you too much...
tails
Posts: 191
Joined: Tue Jun 10, 2008 7:51 pm
Location: Tokyo

Post by tails »

I got a similar error message when I tried to get a MortalCoil board data today. It occured only once so far. The server may be overloaded. It does not matter because I got the actual board data on the next try.
User avatar
adum
Posts: 392
Joined: Thu Apr 19, 2007 12:49 pm
Contact:

Post by adum »

not quite sure why it would come up... perhaps a server load issue is right.
Post Reply