Seite 1 von 1

Anti Bot Question MOD | Error

Verfasst: 28.04.2007 07:59
von neonplayer
I installed the Anti Bot Question Mod. No error in mod and all are going smoothly. But in Register page, I got following errors.

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/myanmar/public_html/forum/db/mysql4.php on line 318

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/myanmar/public_html/forum/db/mysql4.php on line 318

I can do registration process and it's work too. I only got that error. I don't know why. Can someone post me where can i remove that error ? Please help me. Thanks.

Verfasst: 28.04.2007 09:52
von Fussball-Experte.com
Hi,
I think this can help you.
http://www.phpbb.de/viewtopic.php?p=843583#843583

Greetz

Verfasst: 28.04.2007 11:13
von neonplayer
Thanks

nice , I got reply. But , I can't read german language. :( . Can u help me to tell me where can i correct the code ? Thanks

Verfasst: 28.04.2007 11:31
von Fussball-Experte.com
You had to open db/mysql4

Find:

Code: Alles auswählen

mysql_free_result($query_id);
Replace with:

Code: Alles auswählen

@mysql_free_result($query_id);
Greetz

Verfasst: 29.04.2007 03:29
von neonplayer
Thank you very much. Got it now :)