Closed (fixed)
Project:
Exhibit
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
1 May 2008 at 09:58 UTC
Updated:
1 Jun 2008 at 13:31 UTC
Exhibit does not work with Drupal 6.2
Here is the fix .. sorry for not writing a patch...
In the exhibit.modulefile add the following lines...
line 83 add --> 'access arguments' => array('administer exhibit feeds'),
line 92 add --> 'access arguments' => array('create exhibits'),
line 99 add --> 'access arguments' => array('administer exhibit feeds'),
line 108 add --> 'access arguments' => array('administer exhibit feeds'),
The API changed in D6.2 it requites an explicit definition of the access parameters for each menu router item.
Cheers!
^_^
By the way ... this is a freaking cool module!!
Comments
Comment #1
Arto commentedFixed in changeset [113950] and included in the latest 6.x-dev snapshot.
Thanks for reporting!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.