Closed (works as designed)
Project:
image_import
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2006 at 19:11 UTC
Updated:
11 Jun 2006 at 18:10 UTC
Drupal 4.7.2 / and image_import 1.18 2006/06/06 03:15:29
"Upload module has not yet been configured" from admin/settings/image_import keeps appearing after all security settings for Upload module have been saved.
Comments
Comment #1
jpsalter commentedThe image_import code checks to see if variable_get('file_directory_path','') is empty. It IS empty upon a fresh install eventhough a check of the settings shows "files" is present. You need to "re-save" this page to set the variable. An unfortunate Drupal quirk.