Seite 1 von 1

dl manager 0.0.9d + mxBB 2.0.1 pafiledb fatal error - fehler

Verfasst: 26.10.2005 16:54
von spaxxn
moin moin,

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
kommentiere ich in der functions.php von pafiledb

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 );
		}
	}
den bereich unter $cache->unload(); aus der function pafiledb_page_footer heraus, wird der fehler nicht mehr gezeigt.

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?

Verfasst: 27.10.2005 16:35
von spaxxn
bin ich da wirklich der einzige?