The Drupal 6 version of this module doesn't properly upgrade the path_access table in the database. Specifically, the "pid" field must be altered to become a serial field, i.e. add the "auto_increment" attribute. Otherwise errors occur on the /admin/user/pathaccess/edit/* screens.
This task should be performed in an update function in the path_access.install file which would be run automatically during update.php; currently no such function exists.
Comments
Comment #1
psynaptic commentedAny chance of a patch? :)
Comment #2
buddaI think the answer is:
Comment #3
buddaCode committed to CVS. Needs testing.
Comment #4
buddaBased on http://drupal.org/node/668224 I asume the upgrade does work with the recently committed CVS update code.