Page 1 of 1

FCKeditor warning message, help

Posted: Thu Dec 21, 2006 10:51 pm
by dsolheid
Hi all,

I'm running the latest release of CMSMS (Maui).
On my machine, the FCKEditor is working well (version 1.0.1 or 1.0.3) ..
When I install CMSMS on a distant serveur ..., and when I try to edit a page with the FCKEditor  .. I received the following warning message :
If I try to change the FCKEditor settings, I received :


whithout number.

Also, trying to set the 'Full' toolbar or the Basic toolbar doesnt work : I receive a message :
'Full' toolbar doesnt exist.
Any help will be really appreciate !
I have to delivry the web site for tomorrow ... and 2 bugs are running my time out ... :/

Seems the FCKeditor has problem on this server ..
The files permissions are set to 644 and the folder to 755

Re: FCKeditor warning message, help

Posted: Fri Dec 22, 2006 12:58 am
by Dee
Did you try uninstalling and re-installing the module?
If that doesn't work you could also try completely deleting the FCKEditorX module directory and uploading it again.

Hope that helps,
D

Re: FCKeditor warning message, help

Posted: Fri Dec 22, 2006 7:51 am
by dsolheid
Hi,

Thank you for your help,

anyway, I already .. uninstalled / installed ... the version 1.0.1 .. (without success), then installed/uninstalled -> v 1.0.3 ... (without success too).
When uninstalling, the FCKeditor folder is completely deleted.

I also tested with a copy from my local computer (where it is working good)... but without succes too ...

So, the probleme come only when running on the server side ...

What is wrong ?

Maybe Santa Claus will reply ... :D

Re: FCKeditor warning message, help

Posted: Fri Dec 22, 2006 9:36 am
by anandg
I also received this error message. But just before I installed the module "Cataloger". Next I went to "Content > Pages > Add New Content" to add a new page and I received an error message:

Error loading
"http://www.example.com/modules/FCKedito ... .php?id=18"

I just uninstalled "Cataloger", but the error message remains.

I also just uninstalled "FCKeditorX" and installed it again. Next I clicked on "Change permission" and received the error message "Couldn't change permissions on some files". But it doesn't mention which files it couldn't change permissions on and there are a lot of files ...

I want to delete the whole FCKEditorX module directory, but can anyone tell me where I can download the FCKEditorX module so that I can upload it again? I'm not downloading it from my own server, because that is where the problem lies.

Re: FCKeditor warning message, help

Posted: Fri Dec 22, 2006 10:02 am
by Dee
anandg wrote: I want to delete the whole FCKEditorX module directory, but can anyone tell me where I can download the FCKEditorX module so that I can upload it again? I'm not downloading it from my own server, because that is where the problem lies.
You can download the FCKEditorX module on the projects Forge download page.

Re: FCKeditor warning message, help

Posted: Fri Dec 22, 2006 10:30 am
by anandg
I have deleted the FCKEditorX module directory and uploaded the FCKEditorX module which I downloaded from SourceForge. But unfortunately the problem persists.

Re: FCKeditor warning message, help

Posted: Fri Dec 22, 2006 10:38 am
by Dee
No clue what is causing it... what happens when you access http://www.example.com/modules/FCKedito ... .php?id=18 directly?

Re: FCKeditor warning message, help

Posted: Fri Dec 22, 2006 10:46 am
by anandg
In Firefox it tries to open an XML file and it shows:

Code: Select all

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Styles></Styles>
Is it possible to replace the FCKeditor for example for TinyMCE?

Re: FCKeditor warning message, help

Posted: Fri Dec 22, 2006 11:12 am
by Dee
anandg wrote: In Firefox it tries to open an XML file and it shows:

Code: Select all

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Styles></Styles>
That seems correct, it returns a xml file (look at the source), that's just the Firefox way of showing xml files (without style info). It returns the same overhere

Code: Select all

<?xml version="1.0" encoding="utf-8" ?>
<Styles>
</Styles>
anandg wrote: Is it possible to replace the FCKeditor for example for TinyMCE?
Sure, just install one of the other WYSIWYG editor modules and set it as your prefered editor in User Preferences.

Re: FCKeditor warning message, help

Posted: Fri Dec 22, 2006 12:08 pm
by anandg
Ah great!

I uninstalled FCKeditor and installed TinyMCE and set it as my default editor.
The error message seems to have disappeared.

Thanks!