Trying to migrate to a new server
Posted: Sun Jul 29, 2007 2:38 pm
Hi everyone, I'm trying to migrate my website to a new server now I have finished developing it. I've transfered all the files and backed up the database and tried importing it into the new server. The DB connection has been established however its showing the following messages...
I'm pretty sure i have the correct paths in the config.php file.
Thanks
Code: Select all
string(118) "Smarty error: [in template:20 line 4]: syntax error: unrecognized tag 'metadata' (Smarty_Compiler.class.php, line 583)" string(124) "Smarty error: [in template:20 line 5]: syntax error: unrecognized tag 'global_content' (Smarty_Compiler.class.php, line 583)" string(119) "Smarty error: [in template:20 line 11]: syntax error: unrecognized tag 'sitename' (Smarty_Compiler.class.php, line 583)" string(119) "Smarty error: [in template:20 line 11]: syntax error: unrecognized tag 'sitename' (Smarty_Compiler.class.php, line 583)" string(119) "Smarty error: [in template:20 line 12]: syntax error: unrecognized tag 'sitename' (Smarty_Compiler.class.php, line 583)" string(119) "Smarty error: [in template:20 line 13]: syntax error: unrecognized tag 'sitename' (Smarty_Compiler.class.php, line 583)" string(125) "Smarty error: [in template:20 line 15]: syntax error: unrecognized tag 'global_content' (Smarty_Compiler.class.php, line 583)" string(118) "Smarty error: [in template:20 line 18]: syntax error: unrecognized tag 'content' (Smarty_Compiler.class.php, line 583)" string(118) "Smarty error: [in template:20 line 22]: syntax error: unrecognized tag 'content' (Smarty_Compiler.class.php, line 583)" string(125) "Smarty error: [in template:20 line 25]: syntax error: unrecognized tag 'global_content' (Smarty_Compiler.class.php, line 583)" string(125) "Smarty error: [in template:20 line 26]: syntax error: unrecognized tag 'global_content' (Smarty_Compiler.class.php, line 583)"
Thanks