Page 1 of 1

WYSIWYG Editor Not Showing

Posted: Mon Feb 20, 2006 3:10 pm
by axelseaa
I have a multisite install of S9Y and the wysiwig editor does not appear to show when it is selected. Any ideas what the most likely cause of this not working is?

I am running version 0.9.1

Re: WYSIWYG Editor Not Showing

Posted: Mon Feb 20, 2006 3:23 pm
by garvinhicking
Did you make sure to configure the WYSIWYG in your personal preferences, not the global preferences?

If you checked that, did you check the error console of your browser for errors?

Regards,
Garvin

Posted: Mon Feb 20, 2006 3:30 pm
by axelseaa
I get the following errors:

Error: Unknown property 'behavior'. Declaration dropped.
Source File: http://www.frozenpc.net/s9y/serendipity_admin.css
Line: 2
Error: HTMLArea is not defined
Source File: http://www.frozenpc.net/s9y/serendipity ... ction]=new
Line: 413

It is set for the specific user.

Posted: Mon Feb 20, 2006 3:34 pm
by garvinhicking
The first is only an CSS error, but the second is a problem. "HTMLArea is not defined" only happens when the Javascript is not properly loaded.

Can you please check the HTML output of the page, look where "htmlarea" occurs and see which URL it tries to open to load HTMLArea. Try to load that manually and see what errors you might get instead of the javascript.

Regards,
Garvin

Posted: Mon Feb 20, 2006 4:00 pm
by axelseaa
It appears to be an issues with the apache rewriting .. ill see if I can't nail it down.

Posted: Mon Feb 20, 2006 4:26 pm
by garvinhicking
You might want to put a .htaccess inside your htmlarea directory with

Code: Select all

RewriteEngine Off
That might help...

Regards,
Garvin