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

Suzanne@Patient1’s picture

Subscribe

dandrews’s picture

Assigned: Unassigned » dandrews
Status: Active » Patch (to be ported)

Very 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(

Taxoman’s picture

Version: 7.x-4.0 » 7.x-4.x-dev
Component: User interface » Code
Status: Patch (to be ported) » Fixed

This one is already in the latest 4.x-dev.

Status: Fixed » Closed (fixed)

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

  • Commit 69a4dec on 7.x-4.x, 8.x-1.x by dandrews:
    Issue#1715778 by dandrews: Fixed missing config issue