On the permissions page the following error is displayed:
Notice: Undefined index: title in user_admin_permissions() (line 700 of /Users/nlisgo/Sites/gje/gje.local/modules/user/user.admin.inc).
I will submit a patch shortly.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | node_reminder-tite_should_be_title-1424844-1.patch | 474 bytes | nlisgo |
Comments
Comment #1
nlisgo commentedHere is the patch
Comment #2
nlisgo commentedBasically this was just a typo in the code. tite was written instead of title.
This means that not only is the error displayed but the title is not output on the permissions page. The description is and the permission will be set ok but the title is not being output.
Comment #3
fizk commentedThanks nlisgo! This has been fixed in dev.
Comment #4
deanflory commentedSo, with the latest D7 version on the project page, D7 users need to apply this patch as there is no D7 dev version?
Comment #5
fizk commentedI've just added a dev release to the project page.
Comment #6
deanflory commentedThe patch removed one of two identical errors on the /admin/people/permissions page but still one left to track down in some module:
Notice: Undefined index: title in user_admin_permissions() (line 700 of /home/account/public_html/drupal/modules/user/user.admin.inc).
Comment #7
deanflory commentedI'll check back later to see if it has shown up, thanks.
Comment #8
deanflory commentedFYI, the dev release you mentioned that you added to the project page still hasn't shown up, not sure if there is a problem with that, just letting you know.
Comment #9
fizk commentedSorry, I enabled dev releases but forgot to actually create a dev release.
Comment #10
deanflory commentedThanks fizk!
FYI, for anyone else reading this, the patch/dev version did take care of one of these errors, but if you're getting a second identical error, it's not from Node Reminder as I tried disabling Node Reminder with other modules installed and the 2nd identical error persisted. I'll try to remember to post here when I find the culprit to help others out.
Notice: Undefined index: title in user_admin_permissions() (line 700 of /home/account/public_html/drupal/modules/user/user.admin.inc).
Comment #11
deanflory commentedMy second error appeared to be triggered by the Derivatives API preset UI (7.x-1.0-beta1+14-dev) module (part of Media Derivatives). Permissions page is now error free (except I can't seem to get it to save changes, argh).
Comment #12
greenrmor commentedError on permissions page @ #11
sites/all/modules/media_derivatives/modules/media_derivatives_ui/media_derivatives_ui.module
Change from:
'name' => t('Administer media derivatives presets'),Change to:
'title' => t('Administer media derivatives presets'),Comment #13
slashrsm commentedCommited. Thanks.
Comment #14
fizk commentedgreenrmor, you should create a new issue. You took over an existing issue in a completely unrelated module :)