Closed (fixed)
Project:
ImageCache
Version:
6.x-2.0-beta9
Component:
imagecache_image module
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2009 at 11:22 UTC
Updated:
19 May 2009 at 03:30 UTC
Right now iam having a serious problem. New images aren't visible on the page which uploaded during creating content. I can see the error but don't really know what to do. this problem started since i updated Image Cache last eveing. please see the error and tell me how can i fix it.
ERROR
warning: mkdir(): Permission denied in /www/sites/all/modules/imagecache/imagecache.module on line 525.
Comments
Comment #1
drewish commentedmake sure you've got your files directory created correctly. it looks like imagecache isn't able to create a directory it needs. check admin/settings/file-system if that's configured correctly you'll need to check the files/imagecache directory and ensure that the web server has permissions to create sub directories. if you don't know how to change ownership and permissions of files you'll need to contact your ISP.
Comment #2
DjebbZ commentedI had the same problem, it was about the file system. The temporary directory was local. So I created a 'tmp' directory in /sites/default/files/ and it worked ! Thx a lot !