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.

Comments

nlisgo’s picture

Status: Active » Needs review
StatusFileSize
new474 bytes

Here is the patch

nlisgo’s picture

Basically 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.

fizk’s picture

Status: Needs review » Closed (fixed)

Thanks nlisgo! This has been fixed in dev.

deanflory’s picture

So, with the latest D7 version on the project page, D7 users need to apply this patch as there is no D7 dev version?

fizk’s picture

I've just added a dev release to the project page.

deanflory’s picture

The 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).

deanflory’s picture

I'll check back later to see if it has shown up, thanks.

deanflory’s picture

FYI, 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.

fizk’s picture

Sorry, I enabled dev releases but forgot to actually create a dev release.

deanflory’s picture

Thanks 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).

deanflory’s picture

My 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).

greenrmor’s picture

Title: Error on permissions page » Error on permissions page @ #11
Project: Node Reminder » Derivatives API
Version: 7.x-1.0-beta1 » 7.x-1.x-dev
Component: Code » User interface
Assigned: Unassigned » greenrmor

Error 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'),

slashrsm’s picture

Status: Closed (fixed) » Fixed

Commited. Thanks.

fizk’s picture

Title: Error on permissions page @ #11 » Error on permissions page
Project: Derivatives API » Node Reminder
Version: 7.x-1.x-dev » 7.x-1.0-beta1
Component: User interface » Code
Assigned: greenrmor » Unassigned
Status: Fixed » Closed (fixed)

greenrmor, you should create a new issue. You took over an existing issue in a completely unrelated module :)