Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
This issue is due to the module incorrectly attempting to use hook_permission. On line 30 of iconizer.module, the iconizer_perm() function should actually be iconizer_permission() as documented in the Drupal API. This 5 second fix properly implements the custom permission that the administrative interface requires.
Duplicate of #1688040: hook_perm should be hook_permission, already fixed on 7.x-dev since July 23, 2012.
Try using latest 7.x-dev relase, if everything is ok I'll provide a new stable release.
Comments
Comment #1
thepanz commentedSettings are located in:
Administration -> Configuration -> User Interface
the URL is the following:
admin/config/user-interface/iconizer
Comment #3
memcinto commentedI get "access denied" when I go to admin/config/user-interface/iconizer. But there aren't any permissions from this module in the permissions table.
Comment #4
pianomansam commentedThis issue is due to the module incorrectly attempting to use hook_permission. On line 30 of iconizer.module, the iconizer_perm() function should actually be iconizer_permission() as documented in the Drupal API. This 5 second fix properly implements the custom permission that the administrative interface requires.
Comment #5
thepanz commentedDuplicate of #1688040: hook_perm should be hook_permission, already fixed on 7.x-dev since July 23, 2012.
Try using latest 7.x-dev relase, if everything is ok I'll provide a new stable release.