...as per title. No special steps to reproduce this, simply enable the module and hit the "Save" button. That leads to a WSOD.

Using latest dev of core: 7.10+114-dev (2012-Jan-26)

Comments

jcisio’s picture

Status: Active » Postponed (maintainer needs more info)

Do you have this bug with the stable versions? I've just install a clean Drupal 7.10 and LABjs 7.x-1.2 without problem. Steps to install:

drush dl drupal
cd drupal-7.10
drush site-install
drush dl labjs
drush en labjs

Then I browse the new site without any problem.

jcisio’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Tested with Drupal 7.10+115-dev and LABjs 7.x-1.2+2-dev and did not have any problem, neither.

klonos’s picture

Status: Closed (cannot reproduce) » Postponed (maintainer needs more info)

...this might be a (in)compatibility issue with one or more of the modules I'm using. Please leave it postponed while I'm investigating.

bigsyke’s picture

Check overlay.
For some reason this module requires overlay to be enabled. I get a WSOD on every install when overlay is disabled. Not sure why its required.

PHP Fatal error: Call to undefined function overlay_display_empty_page() in /srv/www/htdocs/sites/all/modules/labjs/labjs.module on line 216

klonos’s picture

Thanx for the clue Chris! I always disable the overlay in my installations. I was only checking for possible conflict with my contrib modules and would have never thought that this would be due to a core module. What's more?... a core module being disabled. Go figure!

I will have to verify this in my next installation (need to do this in a "vanilla" setup so to make sure that no other contrib is to blame).

klonos’s picture

Title: WSOD after enabling the module » WSOD after enabling the module if the core Overlay module is disabled/uninstalled.

...just a note to also check if it happens only when the overlay is disabled or if you also have to completely uninstall it too.

bigsyke’s picture

Uninstalled, or disabled, either way I get a WSOD. I can not use this module unless I enable overlay.

klonos’s picture

Status: Postponed (maintainer needs more info) » Active

Yep, ...setting to active.

jcisio’s picture

Title: WSOD after enabling the module if the core Overlay module is disabled/uninstalled. » WSOD after enabling the module if Overlay module is disabled
Status: Active » Fixed

Then it's fixed now. Thanks all ;-)

bigsyke’s picture

Status: Fixed » Closed (fixed)

Confirmed its fixed, thank you!!

klonos’s picture

Status: Closed (fixed) » Fixed

Yep, fixed! ...but lets just leave the bot to auto-close it ;)

Status: Fixed » Closed (fixed)

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