Project:Field collection feeds
Version:7.x-1.0-alpha1
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active

Issue Summary

Module dont work

After activate it:

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

Comments

#1

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.

#2

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.

#3

Any ideas?

#4

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.

#5

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.

#6

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.

#7

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

thx

#8

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.

#9

How can I use multi field collection?

Thx

#10

Here is document: http://drupal.org/node/1831004

#11

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

#12

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

#13

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

#14

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

#15

field collection does not have column 'revision_id'

#16

How to fix this error?

#17

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?

#18

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

#19

No

#20

Any news from your co-worker ?

#21

works

#22

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).

#23

The error disappeared for me after running cron.

#24

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');
}

#25

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

#26

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

#27

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

nobody click here