Sorry for all the issue posts, I just started using the module and I'm running into random stuff.
I noticed in my error reports that I was getting logs for /sites/default/modules/whizzywig/library/styles/2

In the .module code there are the following lines under the "Form of Image Browse" section:
$output .= '

'; $output .= '@import "'.$whizzywig_path.'/library/styles/'.variable_get("whizzywig_style","whizzywig.css").'";'; $output .= '

';

It seems that the @import line is calling for a stylesheet that doesn't exist. I changed the line to point to my custom css and it didn't seem to change the look of the form, so either it's not needed or it should be changed to point to the valid path of whatever css file is defined in the settings.

Comments

drupalnesia’s picture

This bug has fixed on 6.x-1.1, please try it, thanks.

drupalnesia’s picture

Status: Active » Closed (fixed)

Solved.