My Drupal 7 site is upgraded from Drupal 6. When I install the Domain Access (not installed with Drupal 6) module, I need to rebuild permissions.
I tried rebuilding them from the administrative pages, but it fails; I tried doing it with Drush, but it failed again.
drush php-eval 'node_access_rebuild();'
I can’t find any information in watchdog and PHP logs.
Does anyone know why it happens, or how I can fix this?