Posted by macrocosm on May 1, 2008 at 9:58am
Jump to:
| Project: | Exhibit |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | critical |
| Assigned: | Arto |
| Status: | closed (fixed) |
Issue Summary
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
#1
Fixed in changeset [113950] and included in the latest 6.x-dev snapshot.
Thanks for reporting!
#2
Automatically closed -- issue fixed for two weeks with no activity.