I installed and configured your nice CMS on localhost in the directory /cmsms/.
Not I wanted to move it to my server. I uploaded everything from localhost/cmsms/ to domain.de/.
I set chmod 777 to tmp/ and uploads/.
Than I exported my local written database, opened the .sql file in a texteditor and replaced localhost/cmsms/ with www.domain.de/.
Now I opened www.domain.de and I just got these errors:
Code: Select all
string(118) "Smarty error: [in template:18 line 4]: syntax error: unrecognized tag 'sitename' (Smarty_Compiler.class.php, line 583)"
string(115) "Smarty error: [in template:18 line 4]: syntax error: unrecognized tag 'title' (Smarty_Compiler.class.php, line 583)"
string(120) "Smarty error: [in template:18 line 8]: syntax error: unrecognized tag 'stylesheet' (Smarty_Compiler.class.php, line 583)"
string(122) "Smarty error: [in template:18 line 9]: syntax error: unrecognized tag 'cms_selflink' (Smarty_Compiler.class.php, line 583)"
string(123) "Smarty error: [in template:18 line 10]: syntax error: unrecognized tag 'cms_selflink' (Smarty_Compiler.class.php, line 583)"
string(123) "Smarty error: [in template:18 line 11]: syntax error: unrecognized tag 'cms_selflink' (Smarty_Compiler.class.php, line 583)"
string(119) "Smarty error: [in template:18 line 16]: syntax error: unrecognized tag 'root_url' (Smarty_Compiler.class.php, line 583)"
string(115) "Smarty error: [in template:18 line 27]: syntax error: unrecognized tag 'menu' (Smarty_Compiler.class.php, line 583)"
string(118) "Smarty error: [in template:18 line 31]: syntax error: unrecognized tag 'content' (Smarty_Compiler.class.php, line 583)"
What's the matter?
Thanks!
Edit: But I just get in once when I have deleted the content of /tmp/cache and /tmp/templates_c. When it's loaded once, the errors don't appear anymore when reloading the site.

