CSS Editor not working?

I am having trouble with the CSS Editor plug-in. After inputting the CSS I want to change and clicking on "save changes", it goes to a blank screen.

Any ideas on what could be wrong?

Have you tried the instructions for retrieving error messages? That can often get PHP to report errors instead of a white screen.

Alternatively, you can check your PHP log (this isn't the same as Omeka's log, and on many servers PHP errors are actually in Apache's error log).

Hi John,

I am getting this error message

Fatal error: Class 'HTMLPurifier_Config' not found in /var/www/html/omeka/plugins/CSSEditor/CSSEditorPlugin.php on line 31

Any ideas how to resolve?

It looks like there's a bug with the CSS editor plugin, but there's an easy workaround.

You won't get this error message if you enable HTML filtering in Settings -> Security.

That problem should be fixed by version 1.0.1 of the CSS Editor plugin.

Thanks! The new version is working.