(Duplicate of https://www.drupal.org/node/2122793 - issue fixed and released in 7.x-1.0-beta3)

The settings page located at /admin/config/system/ga_stats is only accessible by the superuser (user 1). I am pretty sure this is because the access callback in ga_stats_menu is set to 'administer' which is not an assignable permission.

I am not providing a patch because I don't know if the author wants to provide their own admin permission for ga_stats or use some other existing permission.

I can patch this if requested.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

attheshow’s picture

Status: Active » Needs review
FileSize
513 bytes

Really odd miss. Here's a patch.

jhodgdon’s picture

Priority: Normal » Major
Status: Needs review » Reviewed & tested by the community

This patch works for me and is necessary in order to use this module, as stated in this bug report.

The better fix would be for this module to have its own permission, but at least with the patch in #1 you can get going.

jtbayly’s picture

There is an identical patch already in this older issue #1551296: Changing permissions from administer to administer site configuration. Since this one is named more clearly, I marked the old one as a duplicate of this one.

-Joseph

Grayside’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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

wranvaud’s picture

Issue summary: View changes

I'm pointing all 3 duplicate issues to the one that has been committed and released