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?

CommentFileSizeAuthor
#4 915882-fnm-feedsbeta9.patch5.88 KBandrewlevine

Comments

bobgeier’s picture

Category: support » bug
Priority: Normal » Critical

Tried with a completely clean install, exact duplicate mapping. Same result. So I think this goes to a bug report.

andrewlevine’s picture

Title: Not Functioning with Feeds-Beta7? » Not Functioning with Feeds-Beta7
Version: 6.x-1.0-beta2 » 6.x-1.x-dev

bobgeier, 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.

brycesenz’s picture

Subscribing.

andrewlevine’s picture

Status: Active » Needs review
StatusFileSize
new5.88 KB

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

andrewlevine’s picture

Status: Needs review » Fixed

Has 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

Status: Fixed » Closed (fixed)

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