Anti Bot Question MOD | Error

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
neonplayer
Mitglied
Beiträge: 3
Registriert: 28.04.2007 07:51

Anti Bot Question MOD | Error

Beitrag 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.
Fussball-Experte.com
Mitglied
Beiträge: 247
Registriert: 29.04.2006 22:18

Beitrag von Fussball-Experte.com »

Hi,
I think this can help you.
http://www.phpbb.de/viewtopic.php?p=843583#843583

Greetz
neonplayer
Mitglied
Beiträge: 3
Registriert: 28.04.2007 07:51

Beitrag 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
Fussball-Experte.com
Mitglied
Beiträge: 247
Registriert: 29.04.2006 22:18

Beitrag 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
neonplayer
Mitglied
Beiträge: 3
Registriert: 28.04.2007 07:51

Beitrag von neonplayer »

Thank you very much. Got it now :)
Antworten

Zurück zu „phpBB 2.0: Mod Support“