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

jpsalter’s picture

Status: Active » Closed (works as designed)

The 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.