If you have Feed module, but not Feed UI enabled, and you go to /import without any feed importers enabled, you get a message that says:
"There are no importers, go to Feed importers to create one or enable an existing one."
That link goes to admin/structure/feeds which doesn't exist.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | feed-import-1333266-1.patch | 1.72 KB | dastagg |
| #1 | 1333266-no-access-to-Modules.png | 87.36 KB | dastagg |
| #1 | 1333266-has-access-to-Modules.png | 92.93 KB | dastagg |
Comments
Comment #1
dastagg commentedThis patch will:
Check if the Feeds UI Admin module is enabled
IF YES
the link will go to admin/structure/feeds
ELSE
IF the current user has access to admin/modules
Display a message telling them to enable the Feeds UI Admin module then go to Feed importers
ELSE
Display a message telling them to contact the Administrator and enable the Feeds UI Admin.
Comment #2
twistor commentedMade some minor tweaks. Thanks!
http://drupalcode.org/project/feeds.git/commit/dc61124