Moved server config.php errors

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
pcp20us

Moved server config.php errors

Post by pcp20us »

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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Moved server config.php errors

Post by Dr.CSS »

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...
Locked

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