Currently you can install jquery UI (incorrectly) that will cause a fatal error if Sticky Notes is turned on. Sticky Notes needs to verify that that jquery UI is installed CORRECTLY before it activates itself or tries to do the drupal_add_js or else your site is locked and the module has to be deleted to get it working again.

To replicate:

1. Download jquery UI, modal api and sticky notes
2. turn on all the modules on the module admin page w.o. installing jquery UIs library
3. white screen of death :)

Comments

berliner’s picture

Thanks for reporting this. I implemented hook_requirements in sticky_notes.install to check if jquery_ui is correctly installed. Commit changes to the dev branch.

Could you verify that it solves your problem? In order to do this you need to completely uninstall the sticky notes module.

berliner’s picture

Status: Active » Needs review
berliner’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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