Normally, I can make a site "go live" by simply backing up the mysql database and the files in the development directory, then restoring the DB on the new site and explode the backup zip for the files. This works well normally even if I'm not hosting the site. This time, I'm getting odd smarty errors when I did this. Anyone have a clue what settings on the shared server environment that might be causing this? I should note when I enter the admin part of the site, I am getting "ERROR: The CGExtensions module could not be found.", even though I know the files are there.
string(118) "Smarty error: [in tpl_head:18 line 2]: syntax error: unrecognized tag 'sitename' (Smarty_Compiler.class.php, line 590)"
string(115) "Smarty error: [in tpl_head:18 line 2]: syntax error: unrecognized tag 'title' (Smarty_Compiler.class.php, line 590)"
string(118) "Smarty error: [in tpl_head:18 line 3]: syntax error: unrecognized tag 'metadata' (Smarty_Compiler.class.php, line 590)"
string(120) "Smarty error: [in tpl_head:18 line 4]: syntax error: unrecognized tag 'stylesheet' (Smarty_Compiler.class.php, line 590)"
string(118) "Smarty error: [in tpl_body:18 line 5]: syntax error: unrecognized tag 'root_url' (Smarty_Compiler.class.php, line 590)"
string(118) "Smarty error: [in tpl_body:18 line 5]: syntax error: unrecognized tag 'sitename' (Smarty_Compiler.class.php, line 590)"
string(121) "Smarty error: [in tpl_body:18 line 10]: syntax error: unrecognized tag 'cms_module' (Smarty_Compiler.class.php, line 590)"
string(121) "Smarty error: [in tpl_body:18 line 19]: syntax error: unrecognized tag 'cms_module' (Smarty_Compiler.class.php, line 590)"
string(121) "Smarty error: [in tpl_body:18 line 22]: syntax error: unrecognized tag 'cms_module' (Smarty_Compiler.class.php, line 590)"
string(118) "Smarty error: [in tpl_body:18 line 30]: syntax error: unrecognized tag 'content' (Smarty_Compiler.class.php, line 590)"
string(125) "Smarty error: [in tpl_body:18 line 40]: syntax error: unrecognized tag 'global_content' (Smarty_Compiler.class.php, line 590)"
string(119) "Smarty error: [in tpl_body:18 line 42]: syntax error: unrecognized tag 'root_url' (Smarty_Compiler.class.php, line 590)"
string(119) "Smarty error: [in tpl_body:18 line 43]: syntax error: unrecognized tag 'root_url' (Smarty_Compiler.class.php, line 590)"
string(119) "Smarty error: [in tpl_body:18 line 44]: syntax error: unrecognized tag 'root_url' (Smarty_Compiler.class.php, line 590)"
Smarty errors on new install
Smarty errors on new install
Last edited by Mithrus on Mon Mar 30, 2009 11:29 pm, edited 1 time in total.
Re: Smarty errors on new install
is a good thing when you install something on a new system to do a check of the requirement and, in particular with errors, a check with checksum (installer: step 1) and a check on file permissionsMithrus wrote: Normally, I can make a site "go live" by simply backing up the mysql database and the files in the development directory, then restoring the DB on the new site and explode the backup zip for the files. This works well normally even if I'm not hosting the site. This time, I'm getting odd smarty errors when I did this. Anyone have a clue what settings on the shared server environment that might be causing this? I should note when I enter the admin part of the site, I am getting "ERROR: The CGExtensions module could not be found.", even though I know the files are there.
Alby