Closed (duplicate)
Project:
FileField
Version:
5.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2008 at 16:18 UTC
Updated:
15 Mar 2009 at 09:33 UTC
FileField module uploads files to drupal's file dir.
But a drupal-5 installation comes with no 'file' dir (until url admin/settings/file-system was first visited).
When a file dir does not exist, FileField uploads files to site's root dir, which leads to a reference error later.
Tested with
drupal-5.10, filefield-5.x-2.3, cck-5.x-1.7.
Comments
Comment #1
quicksketch#275293: Uploading to files/subfolder leads to files/ instead files/subfolder