Download & Extend

Access denied for superuser on watchdog page

Project:Administration
Version:master
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I cannot access admin/logs with admistration module installed. Also, if I go to the "administer site" page and click "View full page" under view logs I get the same access denied error. This is when I am signed in as my superuser, so I'm not sure what gives (didn't realize that user could even get an access denied error).

Comments

#1

Anyone?

#2

(I've got a new username so please pardon any confusion)

Have figured out how to fix the watchdog being inaccessible - just comment out this code and it works again with no ill effects. (at least not when using the "merged" theme)

$items[] = array(
        'path'  => 'admin',
        'type' =>  MENU_CALLBACK
      );
nobody click here