PHP notice errors when submitting the settings form at user/*/edit/Activity Stream

notice: Undefined index: feed in /public_html/sites/all/modules/activitystream/activitystream.module on line 38.
notice: Undefined index: password in /public_html/sites/all/modules/activitystream/activitystream.module on line 41.
notice: Undefined index: feed in /public_html/sites/all/modules/activitystream/activitystream.module on line 38.
notice: Undefined index: password in /public_html/sites/all/modules/activitystream/activitystream.module on line 41.
notice: Undefined index: feed in /public_html/sites/all/modules/activitystream/activitystream.module on line 38.
notice: Undefined index: password in /public_html/sites/all/modules/activitystream/activitystream.module on line 41.
notice: Undefined index: feed in /public_html/sites/all/modules/activitystream/activitystream.module on line 38.
notice: Undefined index: password in /public_html/sites/all/modules/activitystream/activitystream.module on line 41.

Patch applies to 6.x-2.x-dev

After applying this patch you still get the following errors when submitting the form

notice: Undefined index: profile_activitystream_placeholder in /public_html/modules/profile/profile.module on line 436.
notice: Undefined index: profile_activitystream_placeholder in /public_html/modules/profile/profile.module on line 244.

This is a larger issue having to do with the use of the profile_activitystream_placeholder field that is added to the profile fields when the module is installed. I'll work on figuring this one out and submit another patch

Comments

eojthebrave’s picture

Status: Active » Needs review

Changing status, and also making note of #287581: PHP notices caused by profile.module

akalsey’s picture

Status: Needs review » Fixed

Applied to 5.x and 6.x

akalsey’s picture

Status: Fixed » Closed (fixed)