Page 1 of 1

Re: Site down after host rebooted*

Posted: Thu Sep 29, 2011 11:06 pm
by fredp
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.

Re: Site down after host rebooted*

Posted: Fri Sep 30, 2011 10:40 am
by fredp
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)"
Looks like smarty isn't finding the plugins directory. Did you verify that the paths in config.php are correct?

Also, have you tried the Site Admin ยป System Verification page on the admin console to see if any files were damaged?