FCKeditor trouble

Having trouble installing serendipity?
Post Reply
smartieskiller
Regular
Posts: 43
Joined: Sun Mar 12, 2006 3:15 am

FCKeditor trouble

Post by smartieskiller »

hi i'm having trouble with FCKeditor
i'm putting it in the right Dir but when i'm trying to edit a post it don't appear??

i see in thesearch engine a lot of trouble with FCKeditor but i haven't see how to correct it

When i'm editing html source i see the right location in the plugin dir.

Thx for helping me and sorry for bad english.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: FCKeditor trouble

Post by garvinhicking »

Do you get any javascript errors, did you check for that?

What is the exact location that you see in the HTML Source? What happens if you call that URL within the browser?

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/
smartieskiller
Regular
Posts: 43
Joined: Sun Mar 12, 2006 3:15 am

Post by smartieskiller »

i'm having this error
ligne:391
car:17
erreur: 'FCKeditor' est indefini
Image

under ie.

and the ligne of code are:
function fck_init() {
if (document.getElementById('serendipity[body]')) {
var oFCKeditor_bd = new FCKeditor( 'serendipity[body]' ) ;
oFCKeditor_bd.BasePath = "var/www/sdb/3/1/smartieskiller/serendipity/plugins/serendipity_event_fckeditor/FCKeditor/" ;
oFCKeditor_bd.ToolbarSet = "Default" ;
oFCKeditor_bd.Height = 400 ;
oFCKeditor_bd.ReplaceTextarea() ;
smartieskiller
Regular
Posts: 43
Joined: Sun Mar 12, 2006 3:15 am

Post by smartieskiller »

it's really trouble,it's works like a charm with XINHA as WYSIWYG editor but not with FCKditor LOOOL what is the trouble ??????????????
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Are you sure you configured the right paths? In the snippet you posted the URL is like "var/www...". I think it should read the HTTP path there, not the filesystem path! Check your fckeditor plugin and enter the right path.

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