sobald kategorien erstellt sind, kommt folgender fehler
Code: Alles auswählen
Fatal error: Call to a member function on a non-object in /***/page_tail.php on line 47
Code: Alles auswählen
$cache->unload();
if ( $action != 'download' )
{
// - orig
//include_once($phpbb_root_path . 'includes/page_tail.'.$phpEx);
// MX
if ( !$is_block )
{
include_once( $mx_root_path . 'includes/page_tail.' . $phpEx );
}
}
nun bin ich mir nicht sicher,
a) welche folgen das hat, wenn ich den teil auskommentiere
b) ob es sich hier um einen kleinen bug handelt
kennt jemand dieses problem?