I had just moved a HS form to a standalone module, as I didn't like the extra steps to get it to work from an .inc file, when I got the dreaded WSOD. Turns out I had renamed everything except the 'module' in $form[]['#config']['module'], so updating it to the new name fixed it.

No biggie, but perhaps the sanity checks could look for the actual hooks, not just if the module is installed.

Cheers!

Comments

ohthehugemanatee’s picture

Just a note for future frustrateds: if you get this error, it's because your form's "module" is set to something incorrect. It should be 'hs_taxonomy' for it to work.

stefan.r’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

6.x issue without activity for over 3 years, closing.

Please reopen if this is still an issue in 7.x.