Seite 1 von 1

Bug wenn ich mich einloggen will...

Verfasst: 13.03.2005 14:40
von crackhead
hab mal wieder ein neues forum gemacht und dann einen neuen Style "mySousBous" hinzugefügt... nun kann ich mich nicht einloggen, weil immer folgender fehler kommt:

phpBB : Kritischer Fehler

Could not open MySousBois template config file

DEBUG MODE

Line : 337
File : /home/www/web359/html/foren/includes/functions.php


*auszug aus der verlangten file, zeile 337 ist jeweil mit drei *** markiert...

Code: Alles auswählen

		$current_template_path = $template_path . $template_name;
		@include($phpbb_root_path . $template_path . $template_name . '/' . $template_name . '.cfg');

		if ( !defined('TEMPLATE_CONFIG') )
		{
			***message_die(CRITICAL_ERROR, "Could not open $template_name template config file", '', __LINE__, __FILE__);***
		}

		$img_lang = ( file_exists(@phpbb_realpath($phpbb_root_path . $current_template_path . '/images/lang_' . $board_config['default_lang'])) ) ? $board_config['default_lang'] : 'english';

		while( list($key, $value) = @each($images) )
		{
			if ( !is_array($value) )
kann mir wer helfen??

Verfasst: 13.03.2005 14:43
von Leuchte
KB:templateconfigfile