Reviewed & tested by the community
Project:
Inline Messages
Version:
7.x-1.0
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2012 at 05:46 UTC
Updated:
20 May 2016 at 09:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
thummel commentedSave here. The configuration page appears to be unavailable.
Comment #2
oriol masjuan commentedI have suffered the same problem.
In my case was because PHP run out of space when installing the module. It seems that the installation needs quite a lot of space.
Even the module is not installed properly it gets check it in the module list.
To avoid the problem, uninstall the module and install it again. (previously increase php_memory limit parameter). Do the proper Uninstall (admin/modules/uninstall).
Good luck ;)
Comment #3
ropic commentedThere is a doble "a"
'access arguments' => array('administer inline messaages'),
change to
'access arguments' => array('administer inline messages'),
Comment #4
Coyote commentedFixed double a, and still does not allow access to admin page, even for super-user.
Comment #5
madmanmax commentedHere is a patch for fixing the admin menu. Like it was mentioned above, it's a simple typo that prevents accessing the menu.