Page 1 of 1

Smarty::Include error on Install

Posted: Tue Nov 06, 2007 9:12 pm
by Chaosmonkey
Hi. I'm running CMS Made Simple 1.2. I'm using PHP 5.2.4, and MySQL 5. This is all working with IIS 5.1 running on Windows XP.

On the initial install, after I have extracted the files to my website directory and tried to go to the website, I get the following errors.

Warning: Smarty::include(C:\Inetpub\wwwroot\cms\tmp\templates_c\%%C4^C43^C43F3191%%installer_start.tpl.php) [function.Smarty-include]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\cms\lib\smarty\Smarty.class.php on line 1258

Warning: Smarty::include() [function.include]: Failed opening 'C:\Inetpub\wwwroot\cms\tmp\templates_c\%%C4^C43^C43F3191%%installer_start.tpl.php' for inclusion (include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\cms\lib\smarty\Smarty.class.php on line 1258

Warning: Smarty::include(C:\Inetpub\wwwroot\cms\tmp\templates_c\%%F7^F7F^F7F34188%%header.tpl.php) [function.Smarty-include]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\cms\lib\smarty\Smarty.class.php on line 1258

Warning: Smarty::include() [function.include]: Failed opening 'C:\Inetpub\wwwroot\cms\tmp\templates_c\%%F7^F7F^F7F34188%%header.tpl.php' for inclusion (include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\cms\lib\smarty\Smarty.class.php on line 1258

Warning: Smarty::include(C:\Inetpub\wwwroot\cms\tmp\templates_c\%%F8^F8A^F8AC46EE%%page1.tpl.php) [function.Smarty-include]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\cms\lib\smarty\Smarty.class.php on line 1258

Warning: Smarty::include() [function.include]: Failed opening 'C:\Inetpub\wwwroot\cms\tmp\templates_c\%%F8^F8A^F8AC46EE%%page1.tpl.php' for inclusion (include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\cms\lib\smarty\Smarty.class.php on line 1258

Warning: Smarty::include(C:\Inetpub\wwwroot\cms\tmp\templates_c\%%18^181^181FA688%%installer_end.tpl.php) [function.Smarty-include]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\cms\lib\smarty\Smarty.class.php on line 1258

Warning: Smarty::include() [function.include]: Failed opening 'C:\Inetpub\wwwroot\cms\tmp\templates_c\%%18^181^181FA688%%installer_end.tpl.php' for inclusion (include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\cms\lib\smarty\Smarty.class.php on line 1258


Permissions for the directories are set properly, is there something I am missing?

Re: Smarty::Include error on Install

Posted: Wed Nov 07, 2007 7:48 am
by cyberman
Does your server meets all requirements?

http://wiki.cmsmadesimple.org/index.php ... quirements

Re: Smarty::Include error on Install

Posted: Thu Nov 08, 2007 12:17 am
by jpruizs
I have the same problem. Did you fix it?