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

drewish’s picture

Status: Active » Fixed

make 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.

DjebbZ’s picture

I 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 !

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.