errors in settings:
* warning: is_dir(): Stat failed for files/images (errno=13 - Permission denied) in /home/themadad/public_html/cshs-reunion/includes/file.inc on line 90.
* warning: mkdir(files/images): Permission denied in /home/themadad/public_html/cshs-reunion/includes/file.inc on line 91.
* The directory files/images does not exist.
* The settings have not been saved because of the errors.
it is for a site that is a sub domain of themadadmin.com it it cshs-reunion.org
I went to drupal 4.7 and did the upgrade for image module as well.
Comments
Comment #1
telex4 commentedI'm also getting this error with a similar set-up. Can anybody explain why, or help me find a fix?
Comment #2
evanscape commented1. Uninstall the image.module
2. Remove the images or temp folder created.
3. Create the files/images and files/images/temp folder manually. And set permission 775 or 777
4. Upload image module and activate it again.
Works for me in 4.7.3. Hope it helps
Comment #3
drewish commented