FCKEditor
-
I'm using FCKEditor in one of my pages....it was working fine....recently when i load that page in the place of the editor it shows "page cannot be found"....but when i run application in my local system it is working fine... i even tested with live data in my local application everything is fine...there is no problem with the data, it is the editor that is not loading in my live application...any suggestions??
-
I'm using FCKEditor in one of my pages....it was working fine....recently when i load that page in the place of the editor it shows "page cannot be found"....but when i run application in my local system it is working fine... i even tested with live data in my local application everything is fine...there is no problem with the data, it is the editor that is not loading in my live application...any suggestions??
There might be the problem with path. The path/relative path w.r.t root folder might have been changed on deploying to the live server. Also check whether all the files and folders required for FCK editor has been copied to the server.
Anurag Gandhi.
http://www.gandhisoft.com
Life is a computer program and every one is the programmer of his own life. -
There might be the problem with path. The path/relative path w.r.t root folder might have been changed on deploying to the live server. Also check whether all the files and folders required for FCK editor has been copied to the server.
Anurag Gandhi.
http://www.gandhisoft.com
Life is a computer program and every one is the programmer of his own life.yea it is problem with the path, now its working...thanx yaar... previously it was like folder/subfolder/../fckeditor, i changed it too ~/fckeditor :-O