How are you, everybody.
I'm .NET programmer and, made one website with FCKEditor 2.5.3
I uploaded my files to server ( it's hosted by http://www.godaddy.com ) and, when I test my site, I got the FCKEditor error.
It's of security exception (partially trusted callers), and I thought on the server .NET 2.0 is installed and maybe the trust level in machine.config configuration problem. But it's impossible to change it as it's not mine (I tried to ask them to make it up but ...).
So I changed some part of code which is of using FCKEditor with the javascript code.
And, I tried again, and it seems work.
But as you know in FCKEditor , there is image-upload function which uses "fckeditor/editor/connector/connector.aspx".
That damned file also uses fckeditor.dll which requires partially trusted callers.
So I changed fckconfig.js to use php-connector (with change on the "$Config[enabled]=true" in config.php) . But when I tried, I got error.
XMLRequest error: OK(200). (seems php file cannot be parsed).
Anybody have idea???...
I tried it for 3 days and night, but not yet and it's really killing me.
Anybody help me pls.
Sun, 03/30/2008 - 14:35
#1
Re: Help me!!!... I dun know how to do.