WYSIWYG Editor Not Showing

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
axelseaa
Regular
Posts: 49
Joined: Fri Dec 23, 2005 7:13 pm

WYSIWYG Editor Not Showing

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: WYSIWYG Editor Not Showing

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
axelseaa
Regular
Posts: 49
Joined: Fri Dec 23, 2005 7:13 pm

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
axelseaa
Regular
Posts: 49
Joined: Fri Dec 23, 2005 7:13 pm

Post by axelseaa »

It appears to be an issues with the apache rewriting .. ill see if I can't nail it down.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

You might want to put a .htaccess inside your htmlarea directory with

Code: Select all

RewriteEngine Off
That might help...

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply