[solved] Site down after host rebooted

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
fredp
Forum Members
Forum Members
Posts: 218
Joined: Sun Jul 27, 2008 1:36 am

Re: Site down after host rebooted*

Post 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.
Nearly all men can stand adversity, but if you want to test a man's character, give him power.
- Abraham Lincoln
fredp
Forum Members
Forum Members
Posts: 218
Joined: Sun Jul 27, 2008 1:36 am

Re: Site down after host rebooted*

Post 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?
Nearly all men can stand adversity, but if you want to test a man's character, give him power.
- Abraham Lincoln
Locked

Return to “[locked] Installation, Setup and Upgrade”