phpBB skin issues

SaintGRW

Golden Member
Oct 14, 2001
1,048
0
0
So I went to change my skin to another one I downloaded and when I went to create it my site came up with this message.


phpBB : Critical Error

Could not open BBLite208 template config file

DEBUG MODE

Line : 327
File : /home/saintgrw/public_html/dsmcrew/phpBB/includes/functions.php



So I checked the functions.php file and this is a seciton of it.



{
$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__);
THIS IS LINE 327 }

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


If I try to view the link to the functions.php file this is the page I get

Not Found

The server was not able to find the document (./frontend/x2/files/.%20$server_protocol%20.%20$server_name%20.%20$server_port%20.%20$script_name%20.%20$url%20.) you requested
Please check the url and try again. You might also want to report
this error to your webhost.


cpsrvd/9.9.8 Server at www.quadrahost.com

So now I am stuck, I can not get into my forum to go back to the default skin and I don't want to erase the entire forum and lose everything. Can anyone help me fix this?