Got Problem with FCKEditor In Jamit
This late of night for writing something useful, but i try to describe the problem and solver in just a few paragraph.
This FCKeditor case. When I try customizing Jamit Job Board I got error on admin Page. This error only came on FCKEditor, you can see the error code below
uncaught exception: Permission denied to set property Window.FCK_STATUS_NOTLOADED .... fckeditor.html (line 183) uncaught exception: Permission denied to get property Window.FCKeditorAPI
For your attention in our tested case everything run smoothly, but when I test again after my client said they found some error like before I got some error like my client said.
Hmmmm what’s wrong with the code…
I learn every code and html output, everything not on mess, all tag already close. Trying on uncle google an still can’t found anything.
At last I found the problem when I watch every case in before. The problem it’s on HTTP address. In wrong version i used www before the address and the correct setting it’s without www.
For solved the address problem I used .htaccess rewrite
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.eastafricajobs.com$
RewriteRule (.*)$ http://eastafricajobs.com/$1 [R=301,L]
That’s code will rewrite your url and will redirect www.eastafricajobs.com to eastafricajobs.com
Problem done and one jobs has solved




















