Hi all Merry Christmas.
I have moved cms from dev server to online server. I am getting smart error msg Pls see below.
I have read the doco re moving server, have read the similar forums posts with similar error.
I have modified all the seetings in the config.php to point to the new server url and new server path, but i am missing somethind due to these erorr msgs. ant ideas on where to go from here.
string(106) "Smarty error: [in template:18 line 9]: [plugin] unknown tag - 'sitename' (core.load_plugins.php, line 123)" string(103) "Smarty error: [in template:18 line 9]: [plugin] unknown tag - 'title' (core.load_plugins.php, line 123)" string(107) "Smarty error: [in template:18 line 12]: [plugin] unknown tag - 'metadata' (core.load_plugins.php, line 123)" string(109) "Smarty error: [in template:18 line 15]: [plugin] unknown tag - 'stylesheet' (core.load_plugins.php, line
Moved server config.php errors
Re: Moved server config.php errors
That file is looking for the pluggins, it looks and if it can't find it it spits out that message...
// output error
$smarty->_trigger_fatal_error('[plugin] ' . $_message, $_tpl_file, $_tpl_line, __FILE__, __LINE__);
Check to make sure the plugin folder was uploaded fully, make sure they are all there...
// output error
$smarty->_trigger_fatal_error('[plugin] ' . $_message, $_tpl_file, $_tpl_line, __FILE__, __LINE__);
Check to make sure the plugin folder was uploaded fully, make sure they are all there...