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

ufku’s picture

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

Sutharsan’s picture

Further, make sure the shared directory is not set to: "files/my_shrared_image_directory" but to "my_shrared_image_directory".

ufku’s picture

Status: Active » Closed (won't fix)