Arkadaşlar,

phpBB 2.0.21 türkçe sürümünü yükledim.

anlatıldığı gibi, herşey tamam.

ama calistirinca

Aşağıdaki hatayı veriyor.
----------------------------
phpBB : Kritik Hata

Could not open subSilver template config file

DEBUG MODE

Line : 515
File : functions.php
--------------------------

Bu dosyayı buldum "functions.php"

Line 515'te söyle diyor:

{
$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__);
}

Nerede hata var anlamadım.

Lütfen yardımcı olun.