Closed (fixed)
Project:
Feeds JSONPath Parser
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Mar 2011 at 04:44 UTC
Updated:
28 Jul 2015 at 12:10 UTC
Jump to comment: Most recent
Comments
Comment #1
twistor commentedYou have to clear the cache after enabling a feeds plugin.
Comment #2
helrond commentedThanks - I knew I was missing something really obvious.
Comment #3
mitchell commentedAdded a note on the project page.
Comment #5
therobyouknow commentedThanks for this tip. May I add a further tip. If you, for whatever reason, need to uninstall feeds_jsonpath_parser module, then you will get this error message "Missing Feeds plugin FeedsJSONPathParser" if you have created a JSON-based importer that relies upon this module. The solution would be to delete the importer via admin/structure/feeds/
Comment #6
Dublin Drupaller commented@therobyouknow I don't think you can delete a feed importer. you can only disable or revert it. I was working with this module on new functionality and then noticed the anouncement on the module page to use feeds ex module instead. To fix the issue of a missing feedsJSONparser error I simply rebuilt the feed importer and update the feature module I was using to export it to code.
hope that helps others...
correction: you can delete an imported feed...if your feed is in a feature...you can only revert it. just thought I would clarify that.