I followed the installation instructions and can see the _samples/default.html page in my firefox browser. However, there are no toolbars. I tried the php and the javascript samples to no avail.
Does this program require ASP? My server doesn't support ASP and this could be the problem. I didn't see in the installation instructions or FAQ anything about this.
Thanks,
Dan Rosenberg
Does this program require ASP? My server doesn't support ASP and this could be the problem. I didn't see in the installation instructions or FAQ anything about this.
Thanks,
Dan Rosenberg
RE: Does fckeditor require ASP?
I got the same problem, when I tried FCK and got stuck in some problem.
Then I turn to the samples-files, and noticed that the not worked, although my editor did?!
The problem, I found out, was that the path to the files are incorrect.
Adjust them, OR like I did, begin with pasting the code thats needed for your existing textarea to be a fck-editor, and work from there.
I used the examples at their site, combined with source-checking in a few samples-files. (I still havent corrected the code for the samples to work, and I'm not going to.)
RE: Does fckeditor require ASP?
Could the problem be in the folder name using capital letters? Perhaps it is a dumb question, but I usually don't use capital letters in folder or file names in websites.
Dan
RE: Does fckeditor require ASP?
The page I tried is at http://www.campaignwebsite.com/test.htm
I'd appreciate if you or someone could take a look for me.
Thanks,
Dan
RE: Does fckeditor require ASP?
Maybe its because of capital letters, but normally not.
Regarding the asp-issue, you have to change all settings from asp, as it is per default.
This can be red in the fckconfig.js.
RE: Does fckeditor require ASP?
I edited the two lines in tht file fckconfig.js as follows:
var _FileBrowserLanguage = 'php' ; // asp | aspx | cfm | lasso | perl | php | py
var _QuickUploadLanguage = 'php' ; // asp | aspx | cfm | lasso | php
I created a php page: http://www.campaignwebsite.com/test.php and still no luck. Sorry to be such a pain. Any other tips?
Thanks,
Dan