Access denied for superuser on watchdog page
Caleb G - September 13, 2006 - 01:23
| Project: | Administration |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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).

#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
);