Drupal 6 Theme installation warning
weisswolfen - February 25, 2008 - 17:53
I have installed Drupal 6, trying to change THEMES i get the following warning:
warning: is_dir(): Stat failed for sites/default/files/css (errno=13 - Permission denied) in xxxxx/includes/file.inc on line 886.
I don't have any CSS in sites/default/files.
Never had it before on 5.5. Any idea what it is?Thanks

OK I have same problem when changed to site cache
Performance
warning: opendir(sites/default/files/css) [function.opendir]: failed to open dir: Permission denied in public_html/includes/file.inc on line 886.
same version d 6.0
but I have all *.css in css folder
My problem like you
Hi,
I use template SKY and found the problem like you.
Anyboby help pleasesssssss.
Thank you so much
What theme?
You don't mention what theme you are trying to use/change to.
"Nice to meet you Rose...run for your life." - The Doctor
Theme
I'm using now FOLIAGE, don't remember what was on , but was the default. I think is some kind of statistic a new feature for Drupal 6.
Has anyone got anything on this...?
I have also received this message using both the Garland and Minella themes... It seems to have appeared out of nowhere for me as I upgraded from 6.0 to 6.1 a couple of weeks back and everything worked fine. I went back in to the site today and there was no theme on it. When I look at the them configuration everything is okay but when I try to save configuration changes all I get is:
warning: is_dir(): Stat failed for sites/default/files/css (errno=13 - Permission denied) in /hsphere/local/home/blahblahblah/mysite.com/includes/file.inc on line 886.
Workaround for this issue
Guys... I don't know what was actually going wrong here however I was able to get rid of the error messages by deleting and re-creating the files directory and re-registering it in Site Configuration > File System...
Obviously if you have anything in that directory back it up and restore it back in afterwards.
regards
brian
Check your permissions!
I'd changed the permissions on a template folders without realizing - this page helped me see that was the problem, thanks everyone!
Yip I had to change
Yip I had to change permissions of the sites/default/files from 755 to 777 to fix this