Hi,
Perhaps your host provider changed something in your server "environment" (upgrades, etc.). Check the paths and URLs in your config.php to see if they are still correct after the reboot.
You can also add $config['debug']=true; to config.php, then reload the page to see if any errors are reported.
[solved] Site down after host rebooted
Re: Site down after host rebooted*
Nearly all men can stand adversity, but if you want to test a man's character, give him power.
- Abraham Lincoln
- Abraham Lincoln
Re: Site down after host rebooted*
Looks like smarty isn't finding the plugins directory. Did you verify that the paths in config.php are correct?johnboyuk wrote:...Code: Select all
string(125) "Smarty error: [in tpl_top:24 line 1]: syntax error: unrecognized tag 'process_pagedata' (Smarty_Compiler.class.php, line 590)" string(118) "Smarty error: [in tpl_head:24 line 2]: syntax error: unrecognized tag 'sitename' (Smarty_Compiler.class.php, line 590)" string(115) "Smarty error: [in tpl_head:24 line 2]: syntax error: unrecognized tag 'title' (Smarty_Compiler.class.php, line 590)" string(118) "Smarty error: [in tpl_head:24 line 5]: syntax error: unrecognized tag 'metadata' (Smarty_Compiler.class.php, line 590)" string(124) "Smarty error: [in tpl_head:24 line 8]: syntax error: unrecognized tag 'cms_stylesheet' (Smarty_Compiler.class.php, line 590)" string(115) "Smarty error: [in tpl_body:24 line 13]: syntax error: unrecognized tag 'menu' (Smarty_Compiler.class.php, line 590)" string(124) "Smarty error: [in tpl_body:24 line 18]: syntax error: unrecognized tag 'content_image' (Smarty_Compiler.class.php, line 590)" string(124) "Smarty error: [in tpl_body:24 line 19]: syntax error: unrecognized tag 'content_image' (Smarty_Compiler.class.php, line 590)" string(118) "Smarty error: [in tpl_body:24 line 23]: syntax error: unrecognized tag 'content' (Smarty_Compiler.class.php, line 590)"
Also, have you tried the Site Admin » System Verification page on the admin console to see if any files were damaged?
Nearly all men can stand adversity, but if you want to test a man's character, give him power.
- Abraham Lincoln
- Abraham Lincoln