Hi everyone,
It is that old question of how to install fckeditor.
I know it is boring for all you genuises but I have the brain cell of snail and the ambition of a professor so there is bound to be some issues which is why I would love it if you smart people could help answer the following:-
I have installed fckeditor as per instructions and tried the sample files which appear to work and when the information is sent it opens up a new page called samplepostdata.php showing the new information although with the html tags. (it seems that this is the form action )
I opened samplepostdata.php directly rather than being redirected to the page by fckeditor and what I got was a blank page without the new info. i noticed that this page does not have a form in it but just php.
I am sure that I am missing something (nothing unusual here)
So how do I send the information to another page such as testinfo.php.
I guessed that i should change the form action from samplepostdata.php to testinfo.php but no joy here.
I would love a simple step by step explanation if possible. I have tried google and cuil and yahoo and delicious but the only information seems to be installing it into drupal which is way beyond what I am looking for.
Please help if you can.
I know from the posts that others are struggling too.
Perhaps it could be added to the FAQ section under installation for dummies or even the brain dead.
Thank you in anticipation.
Kirk
It is that old question of how to install fckeditor.
I know it is boring for all you genuises but I have the brain cell of snail and the ambition of a professor so there is bound to be some issues which is why I would love it if you smart people could help answer the following:-
I have installed fckeditor as per instructions and tried the sample files which appear to work and when the information is sent it opens up a new page called samplepostdata.php showing the new information although with the html tags. (it seems that this is the form action )
I opened samplepostdata.php directly rather than being redirected to the page by fckeditor and what I got was a blank page without the new info. i noticed that this page does not have a form in it but just php.
I am sure that I am missing something (nothing unusual here)
So how do I send the information to another page such as testinfo.php.
I guessed that i should change the form action from samplepostdata.php to testinfo.php but no joy here.
I would love a simple step by step explanation if possible. I have tried google and cuil and yahoo and delicious but the only information seems to be installing it into drupal which is way beyond what I am looking for.
Please help if you can.
I know from the posts that others are struggling too.
Perhaps it could be added to the FAQ section under installation for dummies or even the brain dead.
Thank you in anticipation.
Kirk
Re: Installation fckeditor for the brainless
I have the same problem.
How you can save the new data into a file on the server.
Re: Installation fckeditor for the brainless
Re: Installation fckeditor for the brainless
I have managed to get images to upload and be saved in a directory of my choosing, but have not been able to get any other image or text changes or additions to be saved and recalled on a whim from the relevant html page.
currently I get a error message as below but don't know what exactly it means
The requested method GET is not allowed for the URL /site/html/test.html.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/1.3.41 Server at site.com Port 80
Re: Installation fckeditor for the brainless
Re: Installation fckeditor for the brainless
For instance the section on Installation in the Developers guide says to just download, and extract to the appropriate directory in the root. And then magically it will work. No mention of changes to files in connectors or other config files.
just wondering what else I am missing now as I don't have the time to figure out what sections of code are being called by various bits of scripts
I am aware of security issues. At the moment it is very secure as its not working yet.
Re: Installation fckeditor for the brainless
If you would like to troubleshoot on your own, I can point you in the right direction. Your first source of information is the HTTP log files. You will see there if some path mapping is wrong, which is how you end up with a 404 status code. Another thing that will be very helpful is a debugging proxy, which allows you to monitor HTTP traffic and see if any request contains wrong data (like incorrect character encoding, URL encoding, etc) or is sent to the wrong location. You can get a good one at this location - http://www.charlesproxy.com.
As far as server-side files are concerned, I didn't trust what comes with the editor and deleted them all. I am not saying there was something wrong with the code, I'm just paranoid about code running on the server. You can get a commercial file upload component or write your own that talks to the editor over the XML protocol, which is fairly well documented.
Re: Installation fckeditor for the brainless
I figured out how to save an html file in PHP, but I have serached this entire forum and can not find any code to load the html back.
Here is what i have for PHP
Now, if I can just figure out how to load an eternal html file into the "Value" variable.

ahhhhh.... that is way to hard for this forum