Seite 1 von 1

FEHLER bei Style-installation !!! Bitte um schnelle Hilfe...

Verfasst: 22.04.2005 14:41
von TullieForce
Hi...

was ist hier falsch ?

Stylename: KDM2

Fehler der Auftritt:

Code: Alles auswählen

Warning: file_exists() [function.file-exists]: Unable to access in /home/www/htdocs/tullieforce.de/forum/includes/functions.php on line 386

Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/tullieforce.de/forum/includes/functions.php:386) in /home/www/htdocs/tullieforce.de/forum/includes/page_header.php on line 486

Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/tullieforce.de/forum/includes/functions.php:386) in /home/www/htdocs/tullieforce.de/forum/includes/page_header.php on line 488

Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/tullieforce.de/forum/includes/functions.php:386) in /home/www/htdocs/tullieforce.de/forum/includes/page_header.php on line 489
page-header (486-489)

Code: Alles auswählen

	header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: 0');
header ('Pragma: no-cache');
functions (386)

Code: Alles auswählen

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

Verfasst: 22.04.2005 15:40
von Dave
Hi

Gibt es in dem template was du anlegen willst den ordner /images/lang_english? Wenn nein leg ihn mal an ;)

Verfasst: 22.04.2005 15:55
von TullieForce
...ist vorhanden ! sogar french, spanish und italian !

Verfasst: 22.04.2005 16:15
von Christian_W
KB:make_filename

Gruß Christian

Verfasst: 22.04.2005 16:33
von TullieForce
Christian_W hat geschrieben:KB:make_filename

Gruß Christian
Großes THX !

lag allerdings daran das mein German mit _sie versehen war !