Posted by mariuss on September 5, 2006 at 7:10am
Jump to:
| Project: | image_import |
| Version: | master |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I am using the cvs version, dowloaded today, with Drupal 4.7.3.
I could not find a way to set the import path so that image_import will accept it. Keeps complaining that it does not exist. Tried all kind of relative and absolute paths, the folders where there, world writable.
No idea where it is looking for this folder :-(
Comments
#1
I probably have exactly the same problem... the first time I tried to save the settings, I got a blank page after I pushed the save-settings button. since then I get the following error messages: (and below those the unchanged settings - I cannot change anything. even if I said the name of the folder should be "ljaslkdjalksdjad", the exact same messages below appear!)
* The image import directory, /image_import/, is missing or is not writable by the web server.
* The directory /image_import does not exist.
* The settings have not been saved because of the errors.
I have already a folder called "image_import" in the root directory, where I think it should be created, but nothing helps. I even tried to put a folder named like that as a subfolder of /files. Nothing seems to appear being saved and its not the cache of the site nor the folder-permission-settings, for sure! (drupal uses correctly the folder /files and it's subfolders with the same settings)
Does perhaps anyone know what we're doing wrong?
Thanks for help!
hquadr.at
#2
I figured this out.
It seems that image_import/ is hardcoded somewhere and it will be used regardless of what you type in. Originally I was creating image_import/ subfolders under sites/www.example.com/ since I am using a multi site install. Nothing worked. Once I created the folder right in the drupal root (same level as sites/) it started working.
So, there definitely is a bug in the code.