Hi,
After uploading all files from localhost to my web server www.uisge-beatha.eu and importing the database, I get the following error (see for yourself http://www.uisge-beatha.eu/index.php
string(103) "Smarty error: [in template:12 line 8]: [plugin] unknown tag - 'title' (core.load_plugins.php, line 123)" string(107) "Smarty error: [in template:12 line 10]: [plugin] unknown tag - 'metadata' (core.load_plugins.php, line 123)" string(109) "Smarty error: [in template:12 line 11]: [plugin] unknown tag - 'stylesheet' (core.load_plugins.php, line 123)" string(111) "Smarty error: [in template:12 line 13]: [plugin] unknown tag - 'cms_selflink' (core.load_plugins.php, line 123)" string(113) "Smarty error: [in template:12 line 17]: [plugin] unknown tag - 'global_content' (core.load_plugins.php, line 123)" string(110) "Smarty error: [in template:12 line 50]: [plugin] unknown tag - 'breadcrumbs' (core.load_plugins.php, line 123)" string(109) "Smarty error: [in template:12 line 62]: [plugin] unknown tag - 'cms_module' (core.load_plugins.php, line 123)" string(106) "Smarty error: [in template:12 line 71]: [plugin] unknown tag - 'content' (core.load_plugins.php, line 123)"
Fatal error: Call to undefined function: smarty_cms_function_title() in /home/httpd/vhosts/uisge-beatha.eu/httpdocs/tmp/templates_c/%%BB^BBA^BBAC25EE%%template%3A12.php on line 12
Any suggestion on how to solve this?
Thanks,
G
fatal error
Re: fatal error
I emptyed the directory template_c, checked the site again, and and got the following error:
Fatal error: Smarty error: [in template:12 line 8]: syntax error: unrecognized tag 'title' (Smarty_Compiler.class.php, line 580) in /home/httpd/vhosts/uisge-beatha.eu/httpdocs/lib/smarty/Smarty.class.php on line 1095

Fatal error: Smarty error: [in template:12 line 8]: syntax error: unrecognized tag 'title' (Smarty_Compiler.class.php, line 580) in /home/httpd/vhosts/uisge-beatha.eu/httpdocs/lib/smarty/Smarty.class.php on line 1095




Re: fatal error / nearly solved
I managed to solve it myself just an hour ago
. What have I done (maybe this might heblp others)?
- created a databae on the server
- created a databae user. Kept the same as the one on my pc.
- created an export of the MySQL-db, mind the versions!
- opened the export file and removed the rest of the line after ENGINE=MYISAM;
Make sure you place a ; after MYISAM
- copied all files and directories to the server
- imported the database
- set directory and file permissions according to the CMSms installation documentation
- ran the CMSms install script. Uncheck the two boxes for creating sample files and databases, otherwise your own installation gets mixed up
- due to the install script, also the config.php is set to the correct paths
- set permissions according to the Singapore installation documentation. I also have Singapore running.
I copied Singapore from my pc to the server (address www.uisge-beatha.eu). While opening 'Fotoboek', the following error occurs:
---------------------------
Warning: Error parsing ../secret.ini.php on line 14 in /home/httpd/vhosts/uisge-beatha.eu/httpdocs/modules/galleryS/singapore/includes/config.class.php on line 41
---------------------------
Furthermore, I don't see the thumbnails when I go to 'Downloads'.
Does anyone know how to solve these items?
Thanks,
G

- created a databae on the server
- created a databae user. Kept the same as the one on my pc.
- created an export of the MySQL-db, mind the versions!
- opened the export file and removed the rest of the line after ENGINE=MYISAM;
Make sure you place a ; after MYISAM
- copied all files and directories to the server
- imported the database
- set directory and file permissions according to the CMSms installation documentation
- ran the CMSms install script. Uncheck the two boxes for creating sample files and databases, otherwise your own installation gets mixed up
- due to the install script, also the config.php is set to the correct paths
- set permissions according to the Singapore installation documentation. I also have Singapore running.
I copied Singapore from my pc to the server (address www.uisge-beatha.eu). While opening 'Fotoboek', the following error occurs:
---------------------------
Warning: Error parsing ../secret.ini.php on line 14 in /home/httpd/vhosts/uisge-beatha.eu/httpdocs/modules/galleryS/singapore/includes/config.class.php on line 41
---------------------------
Furthermore, I don't see the thumbnails when I go to 'Downloads'.
Does anyone know how to solve these items?
Thanks,
G
Last edited by Gregor on Tue Apr 25, 2006 1:46 pm, edited 1 time in total.