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
| Comment | File | Size | Author |
|---|---|---|---|
| actvitystream-fix_php_notices_on_submit.patch | 1.3 KB | eojthebrave |
Comments
Comment #1
eojthebraveChanging status, and also making note of #287581: PHP notices caused by profile.module
Comment #2
akalsey commentedApplied to 5.x and 6.x
Comment #3
akalsey commented