Closed (duplicate)
Project:
Image
Version:
5.x-2.x-dev
Component:
image.module
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2008 at 12:23 UTC
Updated:
7 Feb 2008 at 08:41 UTC
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
Comment #1
Extrix commentedSame thing here as well, it *was* working and now it does not... Trying to figure out what is wrong now.
Comment #2
Hetta commentedIn 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.
Comment #3
Hetta commentedduplicate of http://drupal.org/node/166145