I am experiencing an odd issue and need some help rather quickly. I have a php application into which I'm integrating FCKeditor and as I follow the instructions in the wiki it does not do the trick; the editor/textarea never appears.
I thought that I would revert to the html method via javascript and I'm meeting with failure there as well. When I insert the following into the <head> section:
<script type="text/javascript" src="/FCKeditor/fckeditor.js"></script>
I get a blank page upon refresh. I checked the path to verify that the files are there and that there are permissions to read the files and things appear to be alright so I'm really confused at the moment with this issue.
Any help would be very much appreciated!
I thought that I would revert to the html method via javascript and I'm meeting with failure there as well. When I insert the following into the <head> section:
<script type="text/javascript" src="/FCKeditor/fckeditor.js"></script>
I get a blank page upon refresh. I checked the path to verify that the files are there and that there are permissions to read the files and things appear to be alright so I'm really confused at the moment with this issue.
Any help would be very much appreciated!
RE: <head> inclusion problem
RE: <head> inclusion problem
Hmm.. Well I lied. I found your answer though... See previous thread http://sourceforge.net/forum/forum.php? ... _id=257180