I am trying to install this module on drupal 6.9, but getting "The content access permissions have not been properly rebuilt" message.
Clicking on "rebuild" link does not help.
Please, help.
Thanks.

Comments

vitalygoji@gmail.com’s picture

I got it

In my case it was this line in /drupal/sites/default/settings.php which was causing a problem:
$db_url = 'mysqli://*************

I changed it to
$db_url = 'mysql://************

tcconway’s picture

Status: Active » Closed (fixed)

Is there a workaround?
Thanks!
TC~

m_rookie’s picture

m_rookie’s picture

Could some one please elaborate a little more on how to fix this issue, or at least point me in the right direction. We are currently getting this error continuously with drupal 6.12. It seems to be related to this particular module as I can uninstall this module and the error goes away.

m_rookie’s picture

Status: Closed (fixed) » Active
deekayen’s picture

Status: Active » Closed (fixed)

From vitaly:

In my case it was line in /drupal/sites/default/settings.php :
$db_url = 'mysqli://
I changed it to
$db_url = 'mysql://

I don't know how that makes a difference, but maybe it does.

webdevbyjoss’s picture

I'm getting the same error right now.
I have about 30 000 nodes in database and with "mysqli" it fails on ~50% and with "mysql" it fails on ~90% progress.

Does anyone were able to resolve this?

dwees’s picture

Status: Closed (fixed) » Active

I'm not sure why this got marked as fixed. I'm seeing the same error on my site, and I don't see a solution listed in this issue queue.