This is a cross post, because I shouldve put this in the help forum and not the general discussion forum.
I cannot get 2.0 RC2 to work at all on my machine. I have everything copied in, go to the samples directory and all that comes up is the box with the text (which is formatted correctly), but no toolbars.
If i select any of the html samples nothing is working, if i select any of the asp pages, nothing works. It almost seems like it cannot locate the images to load.
when I open in IE I get the following error :
Line: 24
Char: 680
Error: Exception thrown and not caught
Code: 0
URL: http://mysite/FCDeditor/editor/fckedito ... ar=Default
The machine is a fresh install of windows 2003.
I can get 1.6 to launch, not 2.0
any help would be much appreciated
Tue, 01/11/2005 - 11:29
#1
RE: Problems with windows 2003 and rc2
anyone know what it could be? it seems that it will load the editor box, but the toolbars will not load no matter what. The code is identical between the iis and the apa che, I copied the directory from my windows machine to our unix machine
RE: Problems with windows 2003 and rc2
sorry for the multiple posts of updates... cant edit the original messages.
RE: Problems with windows 2003 and rc2
Problem solved.
After a little digging I figured out the problem. We are running an xml based cms (ingeniux) that requires you to have a secondary xml parser set up for the cms. Turns out that when fckeditor calls the xml docs to format things, it sends it through the xml parser and dies.
I set up an application for the fckeditor directory, removed the xml mapping to the ingeniux xml parser, and viola it works.
Hope this helps someone out