After installing and enabling this module, I receive the following errors on the /admin/content page:

------
Notice: Undefined offset: 0 in _menu_check_access() (line 634 ... /menu.inc).

Notice: Undefined offset: 1 in _menu_check_access() (line 634 ... /menu.inc).

Notice: Undefined offset: 0 in _menu_check_access() (line 634 ... /menu.inc).

Notice: Undefined offset: 1 in _menu_check_access() (line 634 ... /menu.inc).
------

The administration view form appears to work despite these notices. How can these notices be made to go away?

Comments

hbat66’s picture

Issue summary: View changes
hbat66’s picture

Issue summary: View changes
Anuradha Suryawanshi’s picture

You should change

'access callback' => 'user_access',
to
'access callback' => TRUE,

in your hook_menu
Or you can provide permissions

damiankloip’s picture

Status: Active » Postponed (maintainer needs more info)

Are you using 7.x-1.2? I would first update the module.

prabhakarb’s picture

solideogloria’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)