Closed (fixed)
Project:
Feeds
Version:
6.x-1.0-alpha14
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2010 at 09:05 UTC
Updated:
30 May 2010 at 21:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
clemens.tolboomThe patch adds the plugin name to the warning message
Comment #2
clemens.tolboomThis patch is somewhat better as it provides a link straight into the Feed importer.
To test:
1. Create a Feed importer to use simplepie
2. Remove simplepie.inc from the libraries directory
3. apply the patch
4. Place simplepie.inc back
5. Now we are in trouble as simplepie.inc is still not found.
6. empty cache is not working
7. reinstall module color
8. everything is working fine again.
Comment #3
clemens.tolboomThis is mere an annoying bug.
When too much (?) modules are enabled (on a clean site) the message appears.
- I did enable feeds and some unrelated modules.
- ctools is added to the module list.
- When submitting the module list the message appears
- The message will not disappear unless some magic is done
- ... clear cache is not helping.
- ... enabling book module then disable and uninstall solved it ... I'm not sure though :(
The message helps a little ... ie it lead me to install simplepie.inc :)
Comment #4
alex_b commentedI like #2, it needs a permission check on the link though. A user may not have sufficient permissions to modify importers.
Comment #5
clemens.tolboomI added a check for user_access('administer feeds')
Different users get now different text.
and
I managed to get the text by deleting the simplepie.inc file from my system. The message does appear after a 'cache clear'.
- Fatal error: Call to undefined method FeedsMissingPlugin::getMappingSources() in /home/clemens/htdocs/example.dev/sites/all/modules/feeds/feeds_ui/feeds_ui.admin.inc on line 491
only after visiting the admin/build/feeds/edit/test/mapping page.
Restoring the simplepie.inc file followed by a 'cache clear' fixes it again.
Comment #6
alex_b commented#5, clemens: there is a problem with the patch you uploaded, it's empty.
Comment #7
clemens.tolboomSorry Alex, I suspect FF from causing this emptiness.
Patch lists 1.21 kb ... hope it survives the upload.
Comment #8
alex_b commentedExcellent. RTBC from my point of view.
Comment #9
alex_b commentedCommitted. Thank you.