Seite 1 von 1

Anti Bot Question MOD 3.0.0

Verfasst: 02.10.2008 17:04
von ackerprinz
Hallo

Ich nutze phpbb2 V 2.0.23 und möchte das Anti Bot Question MOD einbinden. Nur beim erstellen der Tabellen über PHP my Admin bekomme ich folgende Fehlermeldung

SQL-Befehl:

#
#-----[ OPEN ]------------------------------------------------
#
posting.php#
#-----[ FIND ]------------------------------------------------
#
include(
$phpbb_root_path. 'includes/functions_post.'.$phpEx
);

MySQL meldet: Dokumentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'posting.php

include($phpbb_root_path . 'includes/functions_po

Kennt jemand diese Fehlermeldung und weiß wo ich nach dem Fehler suchen muß?
Bitte kein Fachchinesisch, ich bin Laie im Programieren :(

Gruß

Verfasst: 02.10.2008 17:48
von Andi1111
das ist kein sql befehl, du sollst die posting.php öfnen, nach

include(
$phpbb_root_path. 'includes/functions_post.'.$phpEx
);

suchen und dann machen was in der anleitung steht, also vermutlich was einfügen.