Closed (won't fix)
Project:
IMCE
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2006 at 17:35 UTC
Updated:
15 Mar 2011 at 06:01 UTC
I'm getting a directory error when I try to add a photo. It wasn't doing this before. I think it's a permissions problem. I installed the new imce.module just yesterday after the security scare (which I was affected). I'm guessing the directorys need to be what 755 assigned to "nobody" on unix systems? I don't know what to do.
Jay
Comments
Comment #1
ufku commenteddrupal creates directories with the permission 775. you may change it to 777 for the problematic directories.
for testing purposes change your imce directory by changing personal prefix or shared folder and try uploading files to newly created directory. if it works, this means your previous directory owner changed in some way. and the solution is 777.
Comment #2
sutharsan commentedFurther, make sure the shared directory is not set to: "files/my_shrared_image_directory" but to "my_shrared_image_directory".
Comment #3
ufku commented