Closed (won't fix)
Project:
Image
Version:
4.7.x-1.x-dev
Component:
image.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2006 at 17:46 UTC
Updated:
17 Aug 2008 at 17:23 UTC
I've just installed the latest (non-CVS) image, and Drupal 4.7.3
Here's the problem I'm having... Image module gets enabled with no problem, I'm able to get to the Add New Content -> Images with no difficulty. Only, after adding an image, it does NOT display. I viewed the HTML source and noticed that the PATH is incorrect.
public_html/files/images -- yes, permissions are correct, and writing is allowedhttp://www.example.com/system/files/imagesWhere did the "system" come from? It certainly doesn't exist anywhere on my server, and I'm unable to locate any settings page within Drupal where this might be corrected.
Any ideas?
Comments
Comment #1
styx commentedI have a similar set-up with Drupal 4.7.2.
All images, including previews and thumbnails, are in files/images relative to the Drupal folder. All links in the generated pages are of the form http://www.example.com/system/files/images/... , and all the images appear correctly despite there being no "system" folder.
So I suspect your problem is not related to the paths.
Comment #2
ob3ron commentedkbrune, I'm experiencing the same thing. Any progress? I'll post back here if I discover a fix.
Comment #3
ob3ron commentedI found a workaround:
In administer > settings > file system settings, I changed the File system path to "files" (without the quotes) and changed Download method to public.
Not sure yet whether this is going to cause other problems though.... if you don't hear back from me then I guess it worked! ;-)
Comment #4
sunDevelopment and support for 4.7.x and 4.6.x has ended. You are strongly advised to upgrade to Drupal 5.x or 6.x.
Marking as won't fix.