Hallo Elvis!
Danke für die ZIP-Datei.
Habe nun alles wieder rückgängig gemacht, hat alles wieder funktioniert wie vorher, ohne dem Categories hierarchie Mod.
Nun möchte ich den 2.0.5. Mod installieren, da der 2.0.4. ja nicht funkrioniert bei mir.
Habe nun mit dem Cache Mod angefangen.
Dabei sind alle Dateien bis auf eine von easy Mod gemacht (Preview kopiert, dann raufgeladen).
Eine einzige datei konnte Easy Mod nicht machen, die habe ich händisch geändert, das war includes/functions_post.php.
Und jetzt kommen schon wieder Fehlermeldungen:
http://www.kissfanshop.de/phpbb2/index.php
ganz oben über dem Header:
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/15/131/00000000/htdocs/phpbb2/includes/functions.php:1252) in /mnt/ls6/15/131/00000000/htdocs/phpbb2/includes/sessions.php on line 298
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/15/131/00000000/htdocs/phpbb2/includes/functions.php:1252) in /mnt/ls6/15/131/00000000/htdocs/phpbb2/includes/sessions.php on line 299
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/15/131/00000000/htdocs/phpbb2/includes/functions.php:1252) in /mnt/ls6/15/131/00000000/htdocs/phpbb2/includes/page_header.php on line 590
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/15/131/00000000/htdocs/phpbb2/includes/functions.php:1252) in /mnt/ls6/15/131/00000000/htdocs/phpbb2/includes/page_header.php on line 592
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/15/131/00000000/htdocs/phpbb2/includes/functions.php:1252) in /mnt/ls6/15/131/00000000/htdocs/phpbb2/includes/page_header.php on line 593
und auch im Admin-Bereich:
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/15/131/00000000/htdocs/phpbb2/includes/functions.php:1252) in /mnt/ls6/15/131/00000000/htdocs/phpbb2/includes/sessions.php on line 298
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/15/131/00000000/htdocs/phpbb2/includes/functions.php:1252) in /mnt/ls6/15/131/00000000/htdocs/phpbb2/includes/sessions.php on line 299
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/15/131/00000000/htdocs/phpbb2/includes/functions.php:1252) in /mnt/ls6/15/131/00000000/htdocs/phpbb2/admin/index.php on line 594
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/15/131/00000000/htdocs/phpbb2/includes/functions.php:1252) in /mnt/ls6/15/131/00000000/htdocs/phpbb2/admin/index.php on line 595
hier includes/sessions.php 298 + 299:
setcookie($cookiename . '_data', serialize($sessiondata), $current_time + 31536000, $cookiepath, $cookiedomain, $cookiesecure);
setcookie($cookiename . '_sid', $session_id, 0, $cookiepath, $cookiedomain, $cookiesecure);
hier includes/page_header.php 579 - 593
// Add no-cache control for cookies if they are set
//$c_no_cache = (isset($HTTP_COOKIE_VARS[$board_config['cookie_name'] . '_sid']) || isset($HTTP_COOKIE_VARS[$board_config['cookie_name'] . '_data'])) ? 'no-cache="set-cookie", ' : '';
// Work around for "current" Apache 2 + PHP module which seems to not
// cope with private cache control setting
if (!empty($_SERVER['SERVER_SOFTWARE']) && strstr($_SERVER['SERVER_SOFTWARE'], 'Apache/2'))
{
header ('Cache-Control: no-cache, pre-check=0, post-check=0');
}
else
{
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: 0');
header ('Pragma: no-cache');
und hier admin/index.php 594 + 595
header ("Expires: " . gmdate("D, d M Y H:i:s", time()) . " GMT");
header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
Könnte es sein, dass dieser Cache mod einen bug hat, und sich mit irgendeinen anderen bei mir vorher installierten Mod nicht verträgt?