No matter what folder name I try or which permissions (755, 777, ...) I use on it, the module seems to think the folder does not exist...

Comments

Extrix’s picture

Same thing here as well, it *was* working and now it does not... Trying to figure out what is wrong now.

Hetta’s picture

In the {variable} table, the image path is split:
1) file_directory_path s:35:"/home/server/user/drupal/files";
2) image_default_path s:9:"images";

Set one in the file system settings:
/admin/settings/file-system
and the other in image module settings:
/admin/settings/image

Used to be, you couldn't change things (at all) if the currently set folder didn't exist. If that's still so, change things in the {variable} table.

Hetta’s picture

Status: Active » Closed (duplicate)