Closed (fixed)
Project:
FAQ_Ask
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
2 Feb 2008 at 12:38 UTC
Updated:
27 Feb 2008 at 04:52 UTC
Updates are being made now that will be uploaded soon. Those updates will require that the 5.x version have the Helpers_database module (part of the Helpers package). Without that module being installed, you will get the dreaded "White Screen of Death" (WSOD) as soon as you install the updates. Please download and install at least the Helpers_database module from that package now.
It won't be too long before the 6.x version will need it too, but that is waiting for the 6.x version of Helpers.
Comments
Comment #1
nancydruIf it happens to you, you can use something like phpMyAdmin to go into the 'system' table and set the status for Faq_Ask to 0.
Comment #2
scedwar commentedJust wondering why faq_ask doesn't force the installation of helpers as a dependency?
Comment #3
nancydruIt does, but since you already have Faq_Ask, you can update it without having Helpers in place. Even I did it, that's how I knew to post this warning. I'm wondering if I can add a hook_update_N to fail an update.
Comment #4
nancydruThe code has been modified to check if the dependency is met, and if not disable the module.
Comment #5
nancydruComment #6
nancydruComment #7
nancydruFixed in 6.x
Comment #8
nancydru