Ho il seguente problema nel mio forum potete aiutarmi a capire di cosa si tratta??
phpBB : Critical Error
Could not open forums template config file
DEBUG MODE
Line : 370
File : /membri/zaxarius/includes/functions.php
Se poi vado alla riga 370 di functions.php mi dice la seguente:
{
$current_template_path = $template_path . $template_name;
$ThemeSel = get_theme();
if (file_exists("themes/$ThemeSel/$template_name/index_body.tpl")) {
@include($template_path . $template_name . '/' . $template_name . '.cfg');
} else {
@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__);
}
il link del problema è questo
http://zaxarius.altervista.org/modules.php?name=Forums
grazie per la mano!