The feed and category editing forms check $edit array (filled with the values of an existing feed if it is being edited) without using isset() or empty(). When creating a new source, this results in undefined index notices.

I've fixed this in both functions where I noticed it - category and source editing.

CommentFileSizeAuthor
aggregator_e_all.patch4.24 KBcburschka

Comments

cburschka’s picture

Status: Needs review » Needs work

There are a lot more notices when a feed is actually parsed, unfortunately. I'll upload another patch soon.

webchick’s picture

Yep can confirm that Aggregator barfs notices all over the place. We should get this fixed before final 6.x release.

webchick’s picture

Status: Needs work » Closed (duplicate)

Hm. Actually, I'll mark this a dupe in favour of http://drupal.org/node/159447 which, although created later, seems to have more stuff done on it.