In the gss.module file the access argument is currently set to:

'access arguments' => array('administer site settings'),
- which will not work.

Had to disable the module, change the line to:
'access arguments' => array('administer site configuration'),

Re-enable, and it worked.

Comments

dhavyd’s picture

Assigned: Unassigned » dhavyd
Status: Active » Closed (fixed)

Thank you for your bug report and solution... This issue is fixed on version 6.x-1.1...