Дава ми грешка

pumata

Registered
Качвам форума на хоста всичко е ок но като смена на frost template и ми дава тази грешка, как да го оправя?



phpBB : Critical Error

Could not open frost template config file

DEBUG MODE

Line : 514
File : functions.php
 
pumata каза:
Качвам форума на хоста всичко е ок но като сена на frost template и ми дава тази грешка, как да го оправя?



phpBB : Critical Error

Could not open frost template config file

DEBUG MODE

Line : 514
File : functions.php

Неможе да отвори config файла на темплейта.
Ако ни помогнеш малко и копираш кода от ред 514 най-вероятно ще се намери човек, който да ти помогне с проблема.
 
Това е кода от functions.php


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

if ( !defined('TEMPLATE_CONFIG') )
{
РЕД 514 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);
}
}
}
 

Back
Горе