Error nach install von Attachment Mod
Verfasst: 13.06.2006 21:27
Ich habe gerade den attachment mod installieren wollen ... leider bin ich auf dem gebiet noch ein Newbie und so bekam ich gerade die Meldung als ich auf mein Board wollte:
phpBB : Kritischer Fehler
Could not open subSilver template config file
DEBUG MODE
Line : 560
File : functions.php
Nur da wo der sagt hab ich gar nichts geändert *grübel* kann mir jemand helfen bitte, da ich gern das board fertig bekommen wollen würde
Hier der Ausschnitt um die Line 560 der functions.php:
Hoffe auf schnelle Hilfe
Das Tigerle
*klein, fein und Stubenrein*
phpBB : Kritischer Fehler
Could not open subSilver template config file
DEBUG MODE
Line : 560
File : functions.php
Nur da wo der sagt hab ich gar nichts geändert *grübel* kann mir jemand helfen bitte, da ich gern das board fertig bekommen wollen würde

Hier der Ausschnitt um die Line 560 der functions.php:
beginn line 550
$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_' .
Hoffe auf schnelle Hilfe

Das Tigerle
*klein, fein und Stubenrein*