After checking the "Enable" check box and clicking save, I get an empty page.
If I force refresh the module still shows disabled (not active). What might be the problem ? I am running Drupal 6.17, on Ubuntu 10.04 LTS with stock LAMP configuration.

Comments

eugenmayer’s picture

So its a WSOD? Well without any errors i cant tell you what is wrong. Do you have any other modules installed?

What i can think of is the requirements hook in wysiwyg_imagepload.install. Do you miss any dependencies?

Joachimrugge’s picture

I get almost the same problem, only I get this error message:

Fatal error: Call to undefined function _wysiwyg_imageupload_check_dependencies() in C:\Documents and Settings\jore\Sites\acquia-drupal-site\acquia-drupal\sites\all\modules\wysiwyg_imageupload\wysiwyg_imageupload.install on line 165

So EugenMayer you're right about it being a depency issue. Although I'm possitive I have enabled all the required modules. Everything comes up green.

Any suggestions?

eugenmayer’s picture

Status: Active » Fixed

Well thats odd. Found and fixed in RC3..you have to include the wysiwyg_imageupload.module in .install.

Fixed in RC3

eugenmayer’s picture

Status: Fixed » Closed (fixed)

released in rc3