weshalb baust Du etwas anderes ein als in der Installationsanleitung steht ?
Der Einbau in der includes/constants.php lautet :
Code: Alles auswählen
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
// Album MOD
include($phpbb_root_path . 'album_mod/album_constants.' . $phpEx);
// Debug Level
//define('DEBUG', 1); // Debugging on
define('DEBUG', 1); // Debugging off