drupal 6 - Why can't my user access a certain page? -
In the user's roles, "site developer" is examined for the "site developer" page on the permissions page, the "developer"
I have the following in my module:
$ items ['batch / delete'] = array ('page callback' = & gt; 'Batch_Delit', 'Access Arguments' = & gt; array ('developer'), 'use callback' => gt; TRUE, 'type' => MENU_CALLBACK);
They are receiving an error in Chrome: This webpage has a redirect loop
It has been found that I have 'batch / delete' defined somewhere else, so I changed it and now it works.