After adding the first profile field to a new Drupal 6 install, I got the following error:
notice: Undefined index: options in C:\master\drupal-6.x-dev\modules\profile\profile.module on line 372.
Looking at the offending file ...
$form_state['values']['options'] must be the variable causing the problem. This variable needs to be initialized somewhere, or checked before use.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | profile_notice_fix.patch | 1.06 KB | chx |
Comments
Comment #1
chx commentedThat's just a notice not an error.
Comment #2
dries commentedThat's a funny fix. Are you sure we're fixing this at the right place?
Comment #3
gábor hojtsyComment #4
dvessel commentedI spotted the same bug with a bit more info.
http://drupal.org/node/160976 -- I'm not so good at searching the que.
Comment #5
catchneeds a re-roll but I don't get these notices anymore anyway, so assuming fixed.
Comment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.