I've just updated to Drupal 7.10 and Taxonomy Access 7.x-1.0-rc1 . When I try to rebuild permissions, it hangs at 99.5% every time. When I turn off Taxonomy Access, permissions rebuild just fine. There are no other access control modules.
I've had to migrate some users from D6 by manually changing all users tables. Could it have caused the problem? The rest of the site seems to work just fine. Is there any workaround I could use to have the permissions rebuilt?

Comments

xjm’s picture

Hi @julia_g -- This issue is often caused with a corrupt node or user record, so I bet you might be right about manually changing the tables being the cause. When I had this happen to me once I had to hunt down the "problematic" node and fix it.

One solution might be to run node_access_rebuild(FALSE); from drush or such. There are also various other suggestions if you search Drupal.org, e.g.:
http://drupal.org/node/399572
#636552: Can't rebuild permissions
#281326: The content access permissions need to be rebuilt.

julia_g’s picture

Thanks a lot, I've ran it from drush and it worked fine.

xjm’s picture

Status: Active » Fixed

That's good to hear; glad it's working now!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.