Just hitting the admin/aggregator/add/feed page is throwing two errors for me:

1) Invalid argument supplied for foreach() in /modules/feedparser/feedmanager.module on line 337.

2) array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /modules/feedparser/feedmanager.module on line 349.

Able to create new feeds, so not a blovking issue.

Comments

budda’s picture

That code is copied from the Drupal taxonomy.module.

What version of PHP are you running on the dev box?

budda’s picture

Assigned: Unassigned » budda
Status: Active » Fixed

Managed to re-create them on a OSX/PHP5 install. Fixed and committed to CVS.

Anonymous’s picture

Status: Fixed » Closed (fixed)