SITE :abidjanspace.com crash,can't access both admin and the site itself .logon the site this what i have seen:
Warning: main(/home2/abidjans/public_html/templates/tmpl_chr/scripts/BxTemplConfig.php) [function.main]: failed to open stream: No such file or directory in /home2/abidjans/public_html/inc/params.inc.php on line 102
Fatal error: main() [function.require]: Failed opening required '/home2/abidjans/public_html/templates/tmpl_chr/scripts/BxTemplConfig.php' (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php') see more in /home2/abidjans/public_html/inc/params.inc.php on line 102
Somehow you lost scripts/BxTemplConfig.php file from your "CHR" template. If you accidentally deleted it, restore it from the template package. If you deleted the whole "CHR" template please open your inc/params.inc.php in editor, find this line:
$tmpl = 'chr';
and replace it with this:
$tmpl = 'uni';
Warning: main(/home2/abidjans/public_html/templates/tmpl_chr/scripts/BxTemplConfig.php) [function.main]: failed to open stream: No such file or directory in /home2/abidjans/public_html/inc/params.inc.php on line 102
Fatal error: main() [function.require]: Failed opening required '/home2/abidjans/public_html/templates/tmpl_chr/scripts/BxTemplConfig.php' (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php') see more
$tmpl = 'chr';
and replace it with this:
$tmpl = 'uni';
It should help.
Regards.