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')

Comments

alison’s picture

subscribing

alison’s picture

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...)

nickhoffman’s picture

Status: Active » Closed (duplicate)