phpbb 3.0.7-PL1
PHP Version 5.2.0-8+etch11
I have this problem and can not open the Support Toolkit
Code: Select all
Warning: Cannot modify header information - headers already sent by (output started at /var/xxxx/root/includes/functions_admin.php:486) in /var/xxxx/root/stk/includes/critical_repair/bom_sniffer.php on line 360
Code: Select all
if (is_file("$rootdir$dir$fname"))
Code: Select all
header('Content-type: text/html; charset=UTF-8');
Stephan