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)
Code: Alles auswählen
'visit_delete_threshold' => array('lang' => 'VISITORS_ACP_DELETE', 'validate' => 'int', 'type' => 'custom', 'method' => 'visit_deletethreshold_select', 'explain' => true),
Matze