Missing Permission set

soyarma - June 15, 2009 - 12:24
Project:SEO Checklist
Version:6.x-1.0-beta3
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:duplicate
Description

Small whoops on the access permissions for the module. The admin/settings/seochecklist URL uses the following permission, but it is not defined in the _perm function

'access arguments' => array('administer SEO Checklist')

#1

alisonjo2786 - June 16, 2009 - 17:22

subscribing

#2

alisonjo2786 - June 16, 2009 - 17:34

I am so ridiculously not experienced with this, but, is it supposed to be... [SEOChecklist.module, line 16]

function seochecklist_perm() {
  $permissions = array(
  'access seochecklist content'
  );
  return $permissions;
}

??

(just thought I'd take a stab at it; never tried this sort of thing before...)

#3

nickhoffman - June 23, 2009 - 15:59
Status:active» duplicate

Duplicate of #368455: Only admin sees 'SEO checklist' in Admin pages..

 
 

Drupal is a registered trademark of Dries Buytaert.