Feeds 7.x-2.0-alpha8

I'm getting warnings on -
admin/structure/feeds/feed_import/

The basic settings page is blank, along with a few of the other settings.

I'm getting the following errors -

Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'FeedsHTTPFetcher_feeds_form' was given in drupal_retrieve_form() (line 798 of /home/XXXX/public_html/includes/form.inc).

Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'FeedsSyndicationParser_feeds_form' was given in drupal_retrieve_form() (line 798 of /home/XXXX/public_html/includes/form.inc).

Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'FeedsNodeProcessor_feeds_form' was given in drupal_retrieve_form() (line 798 of /home/XXXX/public_html/includes/form.inc).

Any ideas?

Screen Shot

CommentFileSizeAuthor
Screen Shot 2013-07-25 at 2.27.19 PM.png134.63 KBnstahl
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikran’s picture

Status: Active » Postponed (maintainer needs more info)

Does it happen on fresh install? If so what steps it takes to repeat these errors?

mishac’s picture

this happened on a fresh install for me, but clearing the cache made it go away.

twistor’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Fixed

Yeah, that's a tough one. Feeds declares form names dynamically via hook_forms(), so the error is correct, that doesn't exist. But, Drupal should know how to map it already.

mishac’s picture

Maybe adding a cache_clear in the hook_install would take care of it?

twistor’s picture

The cache does get cleared during install. Also, I've never heard of this before. I wouldn't put in a hack to fix it until I could reproduce it.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.