Closed (fixed)
Project:
Field collection feeds
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2012 at 18:27 UTC
Updated:
16 Oct 2015 at 03:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
g089h515r806 commentedThis 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.
Comment #2
yurgon commentedYes 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.
Comment #3
yurgon commentedAny ideas?
Comment #4
g089h515r806 commentedIt 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.
Comment #5
gboggs commentedG089,
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.
Comment #6
developerweeks commentedI 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.
Comment #7
yurgon commentedIn module settings "Field/property name of Host entity GUID" what is this?
How to use this module?
thx
Comment #8
g089h515r806 commentedField/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.
Comment #9
yurgon commentedHow can I use multi field collection?
Thx
Comment #10
g089h515r806 commentedHere is document: http://drupal.org/node/1831004
Comment #11
yurgon commentedIf 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
Comment #12
g089h515r806 commentedYou could download latest code and try again. it already fixed when i first commit it.
Comment #13
yurgon commentedThis error in 7.x-1.0-alpha2 version
And I read your instruction, but collection update dont work fo me(
Comment #14
yurgon commentedError: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'revision_id' cannot be null
Comment #15
g089h515r806 commentedfield collection does not have column 'revision_id'
Comment #16
yurgon commentedHow to fix this error?
Comment #17
yurgon commentedNow 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?
Comment #18
g089h515r806 commentedHave you solve your previous errors?
I will let my co-worker test latest code and get some feedback from him.
Comment #19
yurgon commentedNo
Comment #20
yurgon commentedAny news from your co-worker ?
Comment #21
g089h515r806 commentedworks
Comment #22
x1d commentedI 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).
Comment #23
yohannca commentedThe error disappeared for me after running cron.
Comment #24
lolcode commentedI 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.
Comment #25
pfisher commentedI got the same error after installation, clearing the cache fixed it for me. 2¢
Comment #26
chingis commentedI 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
Comment #27
moonray commentedYou actually have to clear cache twice (2x) before the error goes away.
Steps to reproduce:
1) Enable module
2) clear cache
3) clear cache
Comment #28
andrisek commentedCan confirm that. After clearing the cache the notice dissapeared.
Comment #29
ikeigenwijs commentedcan confirm that to
Comment #30
jhodgdonI 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.
Comment #31
gemma.potaka commentedThanks 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).
Comment #32
nattyweb commentedJust had this problem and #27 worked for me. Thanks.
Comment #33
basvredeling+1 for #30
Comment #34
p4trizio commented+1 for #30
Comment #35
tonypaulbarker#30 for me too. No cache clearing required.
Comment #36
subhojit777Comment #37
subhojit777And yes you need to do full clear cache after applying this patch.
Comment #38
azinck commentedCan confirm this fixes the problem.
Comment #40
SpartyDan commentedFixed.