Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2012 at 15:35 UTC
Updated:
19 May 2016 at 09:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
twistor commentedWhat should we do here, just not show the message at all? There won't be a way for the user to deal with it.
Comment #2
travismccauley commentedHi twistor,
I was thinking there should be a check if feeds_ui is enabled and if not provide a different message like:
Missing Feeds plugin FeedsZoteroProcessor. To troubleshoot, enable the Feeds Admin UI module and check the settings for zotero_feed at admin/structure/feeds/zotero_feed. Check whether all required libraries and modules are installed properly.
Here's a patch. For a good test case, check out: http://drupal.org/node/1804662 on a clean 7.15 install :].
-Travis
Comment #4
panchoA bit less verbose.
Comment #6
panchoOh, I'm sorry, that's been a premature version.
Once again: a bit less verbose than #2.
Comment #8
panchoOh my, this little fix is really getting embarrassing...
Once again...
Comment #10
megachrizThe patch in #8 missed a closing curly bracket. Here is a new patch. The following message is shown when the feeds_ui module is not enabled:
Comment #12
megachrizCommitted #10.