ich hatte bei 3.0.0 ein Paar Hinweis Fehlermeldungen über dem Portal hab dann in der php ini eingestellt das Notices nicht angezeigt werden soll.
Seit dem ich auf 301 aktualisiert habe sind die Meldungen wieder da.
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /portal/block/links.php on line 25: ksort() expects parameter 1 to be array, boolean given
[phpBB Debug] PHP Notice: in file /portal/block/links.php on line 26: reset(): Passed variable is not an array or object
[phpBB Debug] PHP Notice: in file /portal/block/links.php on line 28: Invalid argument supplied for foreach()
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3571: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2983)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3573: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2983)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3574: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2983)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3575: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2983)Wie krieg ich das wieder weg?