As the title says, I get a javascript exception when clean url's is off

Comments

deciphered’s picture

Unfortunately due to the way Wysiwyg plugins work this is actually a current limitation of the module which could be fixed with a simple patch for the Wysiwyg module. I have been meaning to look into writing said patch, so I will keep you notified here on that progress.

Easy workaround, turn clean URLs back on :)

dgtlmoon’s picture

A check that presented a drupal_set_message(...) would save us poor souls who dont have it enabled a lot of heartache

deciphered’s picture

Absolutely, something in hook_requirements() to error when Clean URLs is disabled is likely the best trick for the meantime, and I'll try to get it committed ASAP.

dgtlmoon’s picture

sweet, i'll retest when its in

deciphered’s picture

hook_requirements() added to prevent module being installed when Clean URLs is disabled. Real fix (patch for Wysiwyg module) to come.

deciphered’s picture

Status: Active » Fixed

Latest dev (built in the next few hours) should no longer require clean urls be on as the dynamic Wysiwyg plugin is being implemented in a much nicer way now.

Status: Fixed » Closed (fixed)

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