Page 1 of 1

Help with Error Messages

Posted: Fri Nov 24, 2006 7:33 pm
by User_Ger
Hello,

a friend of mine is using CMS Made Simple. He told me about some error messages which he cannot understand. It would be nice if you could look at it and give an idea how to solve the problem.

1. Error Msg: While trying to delete a dir....

Warning: rmdir(c:\Inetpub\wwwroot\cmsmadesimple\\uploads/images/neuer Upload)
[]: Permission denied in
c:\Inetpub\wwwroot\cmsmadesimple\admin\files.php on line 48

Warning: Cannot modify header information - headers already sent by (output
started at c:\Inetpub\wwwroot\cmsmadesimple\admin\files.php:48) in
c:\Inetpub\wwwroot\cmsmadesimple\lib\classes\class.admintheme.inc.php on line 161

Warning: Cannot modify header information - headers already sent by (output
started at c:\Inetpub\wwwroot\cmsmadesimple\admin\files.php:48) in
c:\Inetpub\wwwroot\cmsmadesimple\lib\classes\class.admintheme.inc.php on line 164

2. Error Msg: While upload

Warning: unlink(c:\Inetpub\wwwroot\cmsmadesimple\tmp\cache/cms82.tmp)
[]: Permission denied in
c:\Inetpub\wwwroot\cmsmadesimple\lib\content.functions.php on line 282

Warning:Smarty::include(c:\Inetpub\wwwroot\cmsmadesimple\tmp\templates_c\%%54^54D^54DDE4CC%%preview%3Acms82.tmp.php)
[]: failed to open stream: No such file or directory in
c:\Inetpub\wwwroot\cmsmadesimple\lib\smarty\Smarty.class.php on line 1265

Warning: Smarty::include() []: Failed opening
'c:\Inetpub\wwwroot\cmsmadesimple\tmp\templates_c\%%54^54D^54DDE4CC%%preview%3Acms82.tmp.php'
for inclusion (include_path='.;C:\php5\pear') in
c:\Inetpub\wwwroot\cmsmadesimple\lib\smarty\Smarty.class.php on line 1265

----
Any idea?
It would be nice if one of you find the time to help.
Thanks.

Bye

Re: Help with Error Messages

Posted: Fri Nov 24, 2006 8:11 pm
by Dee
It looks like permissions aren't set correctly on the uploads/images and tmp/cache + tmp/templates_c - the webserver must be able to (over)write (the) files here. See step 4 in the the installation instructions.