Hey,

Great idea for a Feeds parser. When I first installed the module and tried to select the Facebook parser, I got the following error messages:

Missing Feeds plugin FeedsFacebookParser. Check whether all required libraries and modules are installed properly.
Status message Changed parser plugin.
Error message
Notice: Undefined index: FeedsMissingPlugin_feeds_form in drupal_retrieve_form() (line 736 of /Users/benkaplan/git/commerce_quickstart6/includes/form.inc).
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'FeedsMissingPlugin_feeds_form' not found or invalid function name in drupal_retrieve_form() (line 771 of /Users/benkaplan/git/commerce_quickstart6/includes/form.inc).

This error message eventually went away, but I'm not sure why. Any reason why the cache would need to be cleared (or something similar) before this module will work properly?

--Ben

Comments

rashad612’s picture

I got the same error when I enabled Feeds and Facebook parser together. But if Feeds already enabled, then you enable Facebook parser, I think the error message does not appear. Not sure yet, as the module is still in development. But maybe it's a cache issue.

BenK’s picture

Actually, I already had Feeds enabled and I enabled Facebook parser later. So I don't think that's the cause. But it could be a cache issue.

--Ben

F.G’s picture

Same error without Facebook Parser. I flush all cashs and it solved my similar problem. (playing with differents parsers like Xpath and Querypath)

alokkumargarg’s picture

any other solution, anybody found ?

DerekL’s picture

Same here. Identical Issue.

CosticaPuntaru’s picture

i had the same issue for excel parser and a clear catche fixed it...

albertski’s picture

Issue summary: View changes

I had the same issue. drush cc all fixed my issue.

aucovic’s picture

#6 and #7 - Worked for me too! Thank you guys!!!