When going to http://www.mysite.com/admin/logs/spam I get the "access denied" message

Comments

jeremy’s picture

Assigned: Unassigned » jeremy
Category: support » bug

Thanks, fixed in the development tree. The spam logs were requiring a nonexistent permission making them only accessible to UID 1. Check out the latest copy of the spam.module, then be sure your role has 'administer spam' permissions.

udijw’s picture

Thanks Jeremy,
I'm a newbie at this, how do I get the latest copy of the spam.module?

jeremy’s picture

Status: Active » Fixed

Download the -dev tarball. It is only updated once or twice a day, but enough time has gone by now that it includes the updates from yesterday.

(You can also manually apply the patch, by following my link above to the source change. Or you could check the module out from CVS. Both are documented on the Drupal.org web pages.)

udijw’s picture

Thanks
I fllowed the link and changed 4 lines to
'access' => user_access('administer spam'), and everything works as designed

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.