Just tried this module, which is a solution my use case has been dying for! Thanks for the effort.
Created a simple test case.
1) Import one node with the parent importer from a simple CSV file with one record.
2) Create second importer with the multisource node processor, specify the parent importer from #1, attempt to import same test file as #1 (which should guarantee a guid match).
Get the following errors:
An error has occurred.
Please continue to the error page
An error occurred. /batch?id=121&op=do
Fatal error: Call to a member function feedNode() on a non-object in ..sites/all/modules/feeds/plugins/FeedsParser.inc on line 85
* recoverable fatal error: Argument 1 passed to FeedsProcessor::uniqueTargets() must be an instance of FeedsImportBatch, array given, called in ..sites/all/modules/feeds_node_multisource/plugins/FeedsNodeMultisourceProcessor.inc on line 250 and defined in ..sites/all/modules/feeds/plugins/FeedsProcessor.inc on line 226.
* recoverable fatal error: Argument 1 passed to FeedsCSVParser::getSourceElement() must be an instance of FeedsImportBatch, array given, called in ..sites/all/modules/feeds/plugins/FeedsProcessor.inc on line 233 and defined in ..sites/all/modules/feeds/plugins/FeedsCSVParser.inc on line 81.
* recoverable fatal error: Argument 1 passed to FeedsParser::getSourceElement() must be an instance of FeedsImportBatch, array given, called in ..sites/all/modules/feeds/plugins/FeedsCSVParser.inc on line 82 and defined in ..sites/all/modules/feeds/plugins/FeedsParser.inc on line 84.
Anyone else having issues ? Or am I just missing something obvious?
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 915882-fnm-feedsbeta9.patch | 5.88 KB | andrewlevine |
Comments
Comment #1
bobgeier commentedTried with a completely clean install, exact duplicate mapping. Same result. So I think this goes to a bug report.
Comment #2
andrewlevine commentedbobgeier, Thanks for the report. I have added a warning on the project page. Any help/patches would be appreciated. As stated on the project page, I have it scheduled to work on this by October 15th.
Comment #3
brycesenz commentedSubscribing.
Comment #4
andrewlevine commentedHere is a patch which is meant to make feeds_node_multisource work with feeds beta 9. If anyone can test, it will get into the module faster.
Comment #5
andrewlevine commentedHas been working with my application for a good week so I rolled a new beta. Please open a new bug if you are using Feeds Node Multisource Beta 3 with Feeds Beta 9 and find problems
http://drupal.org/node/935890