Page 1 of 1

Smarty::include error ?!?

Posted: Mon Aug 20, 2007 11:40 am
by ironblaze94
I get this when i try to go to index.php on my own web server running PHP5.2, MySQL and IIS

Code: Select all

Warning: Smarty::include(C:\Inetpub\wwwroot\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\lib\smarty\Smarty.class.php on line 1258

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

Warning: Smarty::include(C:\Inetpub\wwwroot\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\lib\smarty\Smarty.class.php on line 1258

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

Warning: Smarty::include(C:\Inetpub\wwwroot\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\lib\smarty\Smarty.class.php on line 1258

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

Warning: Smarty::include(C:\Inetpub\wwwroot\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\lib\smarty\Smarty.class.php on line 1258

Warning: Smarty::include() [function.include]: Failed opening 'C:\Inetpub\wwwroot\tmp\templates_c\%%18^181^181FA688%%installer_end.tpl.php' for inclusion (include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\lib\smarty\Smarty.class.php on line 1258
any ideas on whats wrong, i have my config.php file (not .txt)

Re: Smarty::include error ?!?

Posted: Mon Aug 20, 2007 11:49 am
by cyberman
Have you tried to clear cache from Site Admin > Global Settings?

Re: Smarty::include error ?!?

Posted: Mon Aug 20, 2007 11:53 am
by ironblaze94
I get this when i try to install cms for the first time so i can't access the admin panel

Re: Smarty::include error ?!?

Posted: Mon Aug 20, 2007 1:04 pm
by Pierre M.
Hello ironblaze,

@devs : does the installation wizard use templates and Smarty ? What for ?

@ironblaze : is the tmp\templates_c folder empty before first launch ? please check all file access rights too, they are Windowsish on Windows.

Pierre M.

Re: Smarty::include error ?!?

Posted: Mon Aug 20, 2007 1:21 pm
by ironblaze94
the templates_c folder is empty, it used to contain a FireFox document but then i tried replacing the cmsmadesimple files in case some were corrupt

i have this running on my own machine so all permission should be fine

Re: Smarty::include error ?!?

Posted: Tue Aug 21, 2007 6:29 pm
by Dr.CSS
When you upload or FTP or however you get the files into your webserver you still need to chmod them for permissions so the server can read/write to them...

Not the permissions on your comp....

Re: Smarty::include error ?!?

Posted: Sun Aug 26, 2007 4:00 am
by thom77
did anyone figure this out?  i am getting the same error when trying to install.  i checked the permission on the templates_c folder and it is 777.  thanks in advance for any help