wenn ich ein Thema oder einen Beitrag löschen möchte in meinem Forum bekomme ich immer folgende Meldung:
Code: Alles auswählen
Parse error: syntax error, unexpected ',' in /WWWROOT/160019/htdocs/includes/functions_module.php(364) : eval()'d code on line 1
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3833: Cannot modify header information - headers already sent by (output started at /includes/functions_module.php(364) : eval()'d code:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3834: Cannot modify header information - headers already sent by (output started at /includes/functions_module.php(364) : eval()'d code:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3835: Cannot modify header information - headers already sent by (output started at /includes/functions_module.php(364) : eval()'d code:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3836: Cannot modify header information - headers already sent by (output started at /includes/functions_module.php(364) : eval()'d code:1)Zeile 1 ff im functions_module.php sieht wie folgt aus
Code: Alles auswählen
<?php
/**
*
* @package phpBB3
* @version $Id: functions_module.php 9095 2008-11-23 12:42:34Z acydburn $
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/Code: Alles auswählen
// application/xhtml+xml not used because of IE
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');
return;
}Vielen Dank schonmal.