Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
profile.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2007 at 00:12 UTC
Updated:
30 Oct 2007 at 12:17 UTC
I get this when the administrator configures site wide profiles for all field types except for list selection.
When saving a new multi-line text field, url field and date fields:
notice: Undefined index: options in /DRUPAL-HEAD/modules/profile/profile.module on line 372.
notice: Undefined index: page in /DRUPAL-HEAD/modules/profile/profile.module on line 372.
The line jumps to 378 after editing.
All other fields just give a notice on "options".
===============
Other related errors are given when a user first enters their user profile editing forms. After the first save it seems like most go away except for checkboxes. Leaving it unchecked gives an error, checked then it goes away.
notice: Undefined index: profile_NAMEofCHECKBOX in /DRUPAL-HEAD/modules/profile/profile.module on line 707.
Haven't fully tested so I most likely left something out.
Comments
Comment #1
catchduplicate of: http://drupal.org/node/154283