I installed Node Relativity 6.x-2.x-dev during some module evaluations.

When I disabled the module and attempted to uninstall it, I was welcomed with the dreaded white screen. I guess somewhere in the code, there is something causing the php server to stall during rendering and therefore only displays a blank page, instead of a confirmation page.

I down-graded to Node Relativity to 6.x-1.1 and tried again with no avail. I also tried 6.x-1.x-dev.

Comments

VM’s picture

blank pages are apache errors, have you checked your apache logs?

There isn't a downgrade method, but I see why you would try that.

As a side note: when testing modules it is best to do so on a test install so that you can easily throw away the Database when you want.

philbar’s picture

Ya, I tested to module on a prototype I'm working on. It's not a production site.

The problem is a misspelling at the bottom, uninstall section, of the relativity.install file.

function relativity_uninstall() {
  drupal_unistall_schema('relativity');
  db_query("DELETE FROM {variable} WHERE name LIKE 'relativity_%%'");
}

Some how the 'n' in uninstall is missing from drupal_uninstall_schema

Sorry I can't make a patch, not set up for that.

philbar’s picture

Status: Active » Reviewed & tested by the community
darius’s picture

Priority: Normal » Critical
Status: Reviewed & tested by the community » Fixed

Fixed in 6.x-1.2 release. Thanks.

Status: Fixed » Closed (fixed)

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