I created a new role and re-activated an old, existing account, assigning him to the new role. When he logs into Drupal, he sees the error: Notice: Undefined offset: 10 in _getclicky_track() (line 102 of [...]/sites/all/modules/getclicky/getclicky.module). The module is only set to track anonymous users and he's only in the authenticated and new roles. It doesn't seem to effect his ability to update nodes and he hasn't had any problems otherwise. Is this something that can be fixed or should he just ignore the error?

Comments

drilauri created an issue. See original summary.

rsvelko’s picture

Status: Active » Fixed

You can safely ignore this NOTICE. It's harmless.
I have just fixed it in the code and committed to git to avoid such questions in future.
After you git pull if u are running the module via git or when u update normally , it will be fixed.

Releasing the new getclicky 7.x-1.2 version which has relatively minor but needed fixes.

Status: Fixed » Closed (fixed)

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