fout na update

Voor discussies rondom phpBB2. phpBB2 wordt niet meer ondersteund en deze berichten kunnen wellicht gedateerd zijn.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
The Sting
Berichten: 762
Lid geworden op: 11 okt 2004, 16:12
Locatie: Brabant

fout na update

Bericht door The Sting » 20 jul 2005, 22:26

Hallo All,

Krijg een foutmelding, maar weet echt wat er bedoelt word??.

phpBB : Fatale Fout

Could not open subSilver template config file

DEBUG MODE

Line : 371
File : functions.php



Hier de regels 361 tot en met 383 van functions.php

Code: Selecteer alles

	$template = new Template($phpbb_root_path . $template_path . $template_name);

	if ( $template )
	{
		$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) )
			{
				$images[$key] = str_replace('{LANG}', 'lang_' . $img_lang, $value);
			}
		}
	}
Met groet, The Sting

ik ben gek
Berichten: 1496
Lid geworden op: 25 mei 2005, 14:09

Bericht door ik ben gek » 21 jul 2005, 07:22

ja je hebt of subsilver verdwijdert op je hebt het bestqnd in de subsilvermap subsilver.cfg verdwijdert... of .css
die missen...

The Sting
Berichten: 762
Lid geworden op: 11 okt 2004, 16:12
Locatie: Brabant

Bericht door The Sting » 21 jul 2005, 09:44

ik ben gek schreef:ja je hebt of subsilver verdwijdert op je hebt het bestqnd in de subsilvermap subsilver.cfg verdwijdert... of .css
die missen...
Bedankt, stom weet niet wanneer ik dat gedaan heb, maar je had gelijk. :thumb: :thumb:
Met groet, The Sting

ik ben gek
Berichten: 1496
Lid geworden op: 25 mei 2005, 14:09

Bericht door ik ben gek » 21 jul 2005, 09:56

de error zegt het al maargoed
gra gedaan...

Gesloten