Hi !

Thanks for this module, it looks like exactly what I'm needing.
On a multi-site installation, I just created a new site and enabled a whole bunch of modules.
Result: White Screen of Death (WSOD) on this site. The other sites work great.

Here's what I see in my logs:

PHP Fatal error: Class 'RulesCondition' not found in /drupal-7.7/sites/all/modules/rules/rules.module on line 286
PHP Fatal error: Class 'RulesCondition' not found in /drupal-7.7/sites/all/modules/rules/rules.module on line 286
PHP Fatal error: Class 'RulesCondition' not found in /drupal-7.7/sites/all/modules/rules/rules.module on line 286

It seems that this is exactly the place to use Registry Rebuild.

My question however: how can I make it work only on the down site and not on all the working sites?

Thanks!

Comments

rfay’s picture

I think if you copy the drush command to your .drush directory and then

drush -l http://badsite rr

it might do the job. Please report back.

rfay’s picture

Status: Active » Fixed

That approach did work for me.

You might have to remove registry_rebuild from your sites/all/modules if it's there.

minneapolisdan’s picture

I just ran this module for a site under a multisite installation, and it worked great. I didn't need Drush, I just pointed my browser to the URL for the site in particular, and appended this to the URL: sites/all/modules/registry_rebuild/registry_rebuild.php

It helped me out of a jam, so thank you for it.

Status: Fixed » Closed (fixed)

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