When I try to clone a Feeds importer, I get above error after hitting [Create]. Sometimes below Warnings appear:

Notice: Undefined variable: importer in FeedsImporter->copy() (line 207 of FeedsImporter.inc).
Notice: Trying to get property of non-object in FeedsImporter->copy() (line 207 of FeedsImporter.inc).
Notice: Undefined index: in FeedsPlugin::child() (line 143 of FeedsPlugin.inc).
Notice: Undefined variable: importer in FeedsImporter->copy() (line 208 of FeedsImporter.inc).
Notice: Trying to get property of non-object in FeedsImporter->copy() (line 208 FeedsImporter.inc).
Warning: array_intersect_key() [function.array-intersect-key]: Argument #1 is not an array in FeedsConfigurable->setConfig() (line 116 of FeedsConfigurable.inc).

Comments

David Goode’s picture

Version: 7.x-2.0-alpha2 » 7.x-2.x-dev
Status: Active » Postponed (maintainer needs more info)

Unable to reproduce with RSS or default user importers. Please advise with more specifics to your use case that might be relevant. Make sure to test against the latest CVS checkout of the Feeds module and Drupal 7; the alpha is not meant to be a stable release. Thanks.

johnv’s picture

Status: Postponed (maintainer needs more info) » Fixed

Indeed, the error does not occur on dev of 25-dec2010.
BTW, I have no cvs installed until now. I install from d.o. project- or release-page, which is still from 25-dec. Is the CVS-checkout more recent?

David Goode’s picture

Hey, thanks for confirming. The -dev releases, which can be found there, are rebuilt every night from the most recent stuff in the CVS repository, so they're basically as new as the CVS checkout and should be fine for testing unless something has been fixed on that same day.

askandlearn’s picture

Priority: Normal » Critical
Status: Fixed » Active

Is this still broken or is it just me?

Most recent release on drupal.org is 7.x-2.0-alpha2 tar.gz (690.28 KB) | zip (741.18 KB) 2010-Nov-02

I installed this on a pure Drupal 7 site (with ctools installed) and I'm getting this error whenever I try to clone...

* Notice: Undefined variable: importer in FeedsImporter->copy() (line 207 of /home/clients/websites/w_test/public_html/test/sites/all/modules/feeds/includes/FeedsImporter.inc).
* Notice: Trying to get property of non-object in FeedsImporter->copy() (line 207 of /home/clients/websites/w_test/public_html/test/sites/all/modules/feeds/includes/FeedsImporter.inc).
* Notice: Undefined index: in FeedsPlugin::child() (line 143 of /home/clients/websites/w_test/public_html/test/sites/all/modules/feeds/plugins/FeedsPlugin.inc).
* Notice: Undefined index: in FeedsPlugin::child() (line 143 of /home/clients/websites/w_test/public_html/test/sites/all/modules/feeds/plugins/FeedsPlugin.inc).
* Notice: Undefined index: in FeedsPlugin::child() (line 143 of /home/clients/websites/w_test/public_html/test/sites/all/modules/feeds/plugins/FeedsPlugin.inc).
* Notice: Undefined variable: importer in FeedsImporter->copy() (line 208 of /home/clients/websites/w_test/public_html/test/sites/all/modules/feeds/includes/FeedsImporter.inc).
* Notice: Trying to get property of non-object in FeedsImporter->copy() (line 208 of /home/clients/websites/w_test/public_html/test/sites/all/modules/feeds/includes/FeedsImporter.inc).
* Warning: array_intersect_key() [function.array-intersect-key]: Argument #1 is not an array in FeedsConfigurable->setConfig() (line 116 of /home/clients/websites/w_test/public_html/test/sites/all/modules/feeds/includes/FeedsConfigurable.inc).

Dave Reid’s picture

Priority: Critical » Normal
MegaChriz’s picture