Module's .info file is missing a line:

files[] = plugins/FeedsFieldCollectionProcessor.inc

Do a full clear cache after applying this patch.

Comments

g089h515r806’s picture

This module require feeds alpha7 or later version. It does not work on alpha5(maybe).
After you enable it, maybe you need to clear the cache.

yurgon’s picture

Yes I have feeds alpha7 and I clear the cache
After clear the cache I see message:

Missing Feeds plugin FeedsFieldCollectionProcessor. See __none__. Check whether all required libraries and modules are installed properly.

yurgon’s picture

Any ideas?

g089h515r806’s picture

It works on my local site, and my co-worker test it on a staging server.

You could install a new Drupal site, only test field collection feeds.

gboggs’s picture

G089,

This error happened to me as well. The module worked great when I first installed it before the error came up. Now nothing. I've tried both the current stable and the latest dev checkout of feeds. I can still see the Field Collection parser in the feeds UI, but when I select it and save, my choice is unselected again.

These errors should be related:

[Thu Nov 01 13:37:38 2012] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined method FeedsMissingPlugin::itemCount() in sites/all/modules/contrib/feeds/includes/FeedsSource.inc on line 477

Notice: Undefined index: FeedsMissingPlugin_feeds_form in drupal_retrieve_form() (line 760 of 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 795 of includes/form.inc).

Redownloading Feeds and this module again and then clearing cache seems to have gotten this working again. Although I cannot explain why it stopped working.

developerweeks’s picture

Title: Module dont work » Missing module plugins

I just had this on first install. Then found out that it was a file permission issue with the server. Make sure the files and folder have the appropriate owner.

chown -R apache:apache field_collection_feeds worked for me.

yurgon’s picture

In module settings "Field/property name of Host entity GUID" what is this?
How to use this module?

thx

g089h515r806’s picture

Field/property name in host entity which is unqiue. we could use it to get host entity ID, then get the host entity.
To import field collection item, we need set host entity for it.

yurgon’s picture

How can I use multi field collection?

Thx

g089h515r806’s picture

yurgon’s picture

If I update collection, I recieve error

Fatal error: Cannot access protected property FieldCollectionItemEntity::$hostEntityId in sites/all/modules/field_collection_feeds/FeedsFieldCollectionProcessor.inc on line 171

g089h515r806’s picture

You could download latest code and try again. it already fixed when i first commit it.

yurgon’s picture

This error in 7.x-1.0-alpha2 version
And I read your instruction, but collection update dont work fo me(

yurgon’s picture

Error: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'revision_id' cannot be null

g089h515r806’s picture

field collection does not have column 'revision_id'

yurgon’s picture

How to fix this error?

yurgon’s picture

Now I recived error

SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))' at line 1

Whats wrong with this module?

g089h515r806’s picture

Have you solve your previous errors?
I will let my co-worker test latest code and get some feedback from him.

yurgon’s picture

No

yurgon’s picture

Any news from your co-worker ?

g089h515r806’s picture

works

x1d’s picture

I have this too
Missing Feeds plugin FeedsFieldCollectionProcessor. See __none__. Check whether all required libraries and modules are installed properly.
On a new drupal installation
Latest Stable feeds and Field Collection
Nothing else installed
Cleared cache already

When I try to use the Field collection processor I get
Notice: Undefined index: FeedsMissingPlugin_feeds_form in drupal_retrieve_form() (line 763 of /home/y0y/public_html/travaction/includes/form.inc).
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'FeedsMissingPlugin_feeds_form' was given in drupal_retrieve_form() (line 798 of /home/y0y/public_html/travaction/includes/form.inc).

yohannca’s picture

The error disappeared for me after running cron.

lolcode’s picture

I have this issue as well but it went away after clearing the cache. A solution has been suggested on other modules: http://drupal.org/node/863728, http://drupal.org/node/863732.

function field_collection_feeds_enable() {
  cache_clear_all('plugins:feeds:plugins', 'cache');
}
pfisher’s picture

I got the same error after installation, clearing the cache fixed it for me. 2¢

chingis’s picture

I still have the same error with last version

Fatal error: Cannot access protected property FieldCollectionItemEntity::$hostEntityId in field_collection_feeds/plugins/FeedsFieldCollectionProcessor.inc on line 171

moonray’s picture

You actually have to clear cache twice (2x) before the error goes away.

Steps to reproduce:
1) Enable module
2) clear cache
3) clear cache

andrisek’s picture

Can confirm that. After clearing the cache the notice dissapeared.

ikeigenwijs’s picture

can confirm that to

jhodgdon’s picture

Issue summary: View changes

I think that the module's .info file is missing a line:

files[] = plugins/FeedsFieldCollectionProcessor.inc

Adding this to field_collection_feeds.info should take care of the missing plugins error after clearing the cache.

gemma.potaka’s picture

Thanks for the sugggestion. We made the edit and after clearing caches we no longer get the following errors.

Missing Feeds plugin FeedsFieldCollectionProcessor. See authors. Check whether all required libraries and modules are installed properly.

Error message
Notice: Undefined index: FeedsMissingPlugin_feeds_form in drupal_retrieve_form() (line 771 of /var/www/drupal7/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 806 of /var/www/drupal7/includes/form.inc).

nattyweb’s picture

Just had this problem and #27 worked for me. Thanks.

basvredeling’s picture

+1 for #30

p4trizio’s picture

+1 for #30

tonypaulbarker’s picture

#30 for me too. No cache clearing required.

subhojit777’s picture

Status: Active » Needs review
StatusFileSize
new374 bytes
subhojit777’s picture

Version: 7.x-1.0-alpha1 » 7.x-1.x-dev

And yes you need to do full clear cache after applying this patch.

azinck’s picture

Status: Needs review » Reviewed & tested by the community

Can confirm this fixes the problem.

  • SpartyDan committed 49236e0 on 7.x-1.x
    Issue #1826290 by jhodgdon, subhojit777: Added missing module plugin
    
SpartyDan’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Fixed

Fixed.

Status: Fixed » Closed (fixed)

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