Closed (fixed)
Project:
Vocabulary Index
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2008 at 19:45 UTC
Updated:
24 Jul 2013 at 00:03 UTC
After updating to Drupal 6.2, attempting to visit the Vocabulary Index settings page. It generates/logs and "Access denied" error, even 'though the same setup was working prior to the update (i.e., in Drupal 6.1).
Comments
Comment #1
xanoHmm, weird. I know there's been an API change in Drupal 6.2, but I've checked the code and Vocabulary Index shouldn't be affected. Could you check the rights again, please?
Comment #2
ionuts71 commentedI use admin, user ID 1... so... no special rights needed.
But I also enabled all permissions, without success.
The same problem has DHTML Menu module.
Normally, in Vocabulary index pages appear 2 links: Path and Settings.
After upgrading to Drupal 6.2, these links disappears.
Comment #3
xanoA 6.2 incompatibility after all. I'll look into it this week(end).
Comment #4
xanoIn Drupal 6.2 the menu API has changed slightly. In order to improve security (practically) every menu item now needs an access callback set. Modules that hadn't implemented this already will not work with Drupal 6.2. This is what has been causing the Vocabulary Index admin pages to malfunction. The issue has been fixed and committed to version 6.x-1.1 and the dev version.
Comment #5
xanoComment #6
ionuts71 commentedFixed
I modified vocabindex.module file. After line 50 I added:
'access arguments'=>array('manage vocabulary admin pages'),.That's all I think.
Comment #7
xanoThat should be all, yes.
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #9
xano