Smarty::include error ?!?

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
ironblaze94

Smarty::include error ?!?

Post 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)
cyberman

Re: Smarty::include error ?!?

Post by cyberman »

Have you tried to clear cache from Site Admin > Global Settings?
ironblaze94

Re: Smarty::include error ?!?

Post by ironblaze94 »

I get this when i try to install cms for the first time so i can't access the admin panel
Pierre M.

Re: Smarty::include error ?!?

Post 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.
ironblaze94

Re: Smarty::include error ?!?

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Smarty::include error ?!?

Post 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....
thom77

Re: Smarty::include error ?!?

Post 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
Locked

Return to “[locked] Installation, Setup and Upgrade”