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
WYSIWYG Editor Not Showing
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: WYSIWYG Editor Not Showing
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
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/
# 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/
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.
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:
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
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/
# 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/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
You might want to put a .htaccess inside your htmlarea directory with
That might help...
Regards,
Garvin
Code: Select all
RewriteEngine Off
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/
# 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/