Seite 1 von 1

Fehler mit VisitorsToday MOD im ACP

Verfasst: 19.10.2007 19:59
von Prodianer
Ich habe mir das VisitorsToday.1.0.4.RC2 MOD installiert, habe aber leider einen Fehler entdeckt.
Im ACP komm ich nicht in die Konfiguration rein. Der Fehler ist recht verwirrend:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /adm/index.php on line 348: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'acp_board::visit_deletethreshold_select' was given
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2904)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2904)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2904)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2904)
Ich konnte aber rausfinden, dass es in der /includes/acp/acp_board.php an folgender Zeile hapert:

Code: Alles auswählen

'visit_delete_threshold'        => array('lang' => 'VISITORS_ACP_DELETE', 'validate' => 'int', 'type' => 'custom', 'method' => 'visit_deletethreshold_select', 'explain' => true),
Kann mir jemand sagen, woran der Fehler liegen kann?


Matze

Verfasst: 19.10.2007 22:31
von nickvergessen
Das gleiche Problem hat auch ein anderer Nutzer auf phpBB.com gehabt:
http://www.phpbb.com/community/viewtopi ... 8#p3178338