Hi,
I cannot see Geocoder Autocomplete (Access Geocoder Autocomplete) checkboxs in Permission setting page (admin/people/permissions). Module is from 2013 so maybe something changed since then.

I have fixed it by replacement for "access content" permission

- 'access arguments' => array('access geocoder autocomplete'),
+ 'access arguments' => array('access content'),

- if (user_access('access geocoder autocomplete')) {
+ if (user_access('access content')) { 

This is kind of strange error, when I enabled module in fresh installation, the permission appeared, but I'm not only one with this bug. See the #2429367: Autocomplete for end user

Comments

jasom created an issue. See original summary.

sanduhrs’s picture

Status: Active » Closed (works as designed)

Well if it works on a fresh install, perhaps it's not the module that has the bug?!

Nothing changed in the permissions system in D7.
Just tried with the latest Drupal 7, everything working as expected.