I'm not getting any configuration menu when I install either of the 7.x-4 releases (7.x-4.0 or 7.x-4.x-dev). Upon installation with both versions, I get the permissions appearing but the configuration menu is not appearing under neither the configuration menu nor the Configure button that usually shows up in the Operations column under Modules.
I didn't see mention anywhere that these links were moved elsewhere, so this seems like a bug. I tested again on what is pretty close to a fresh Drupal 7.14 installation, and have the same result. The Configuration link appears under Operations in Modules and the Automated logout link appears under People in Configuration for version 7.x-2.0-beta1, but not in the 7.x-4 versions. I'm not getting any type of error messages, and I have my settings set to display all errors.
Comments
Comment #1
Suzanne@Patient1 commentedSubscribe
Comment #2
dandrews commentedVery minor issue, required me to change one line of code. Sorry it took so long, recently move back to college. Will port this soon!
In case your wondering
Before:
Line 29:$items['admin/people/autologout'] = array(
After:
Line 29:$items['admin/config/people/autologout'] = array(
Comment #3
Taxoman commentedThis one is already in the latest 4.x-dev.