Hi Guys,
I hope somebody can help me out.
I have integrated ckeditor and ckfinder onto a website and they both appear to be working correctly until, well that was until I tried to enter in more than one line of information within the ckeditor.
when I tested it I just placed one sentence into the ckeditor and posted the form that it resided in, and my php code picked up the HTML and saved it successfully to the MySQL database, so I was under the impression it was working.
As soon as you enter a second paragraph into ckeditor and try to post the data then I get a 403 Forbidden error displayed. This is really strange as I can't tell why it would be doing this.
So for example if I sent the following;
then it would save correcly without the 403 error, but if I sent;
then on posting the form I would get the 403 error.
Can anybody shed any light on this?
For info I have access to cPanle on the server but other than that I can't change any settings on the server.
I am not sure if this is a permissions problem, a ckEditor problem or what?
I have 611 permissions on the php file, but I don't think this is the problem as it only occurs when the data is over a certain length.
Thanks for your help in advance.
I hope somebody can help me out.
I have integrated ckeditor and ckfinder onto a website and they both appear to be working correctly until, well that was until I tried to enter in more than one line of information within the ckeditor.
when I tested it I just placed one sentence into the ckeditor and posted the form that it resided in, and my php code picked up the HTML and saved it successfully to the MySQL database, so I was under the impression it was working.
As soon as you enter a second paragraph into ckeditor and try to post the data then I get a 403 Forbidden error displayed. This is really strange as I can't tell why it would be doing this.
So for example if I sent the following;
<p>This is a test paragraph</p>
then it would save correcly without the 403 error, but if I sent;
<pThis is a test paragraph</p> <p>and this is the send paragraph</p>
then on posting the form I would get the 403 error.
Can anybody shed any light on this?
For info I have access to cPanle on the server but other than that I can't change any settings on the server.
I am not sure if this is a permissions problem, a ckEditor problem or what?
I have 611 permissions on the php file, but I don't think this is the problem as it only occurs when the data is over a certain length.
Thanks for your help in advance.
Me too, I got this problem
Me too, I got this problem and dont know how to solve this..
Have you solved this mr? Please tell me, I really get confused.
Thanks.
I have exactly the same
I have exactly the same problem with ckeditor 4.1.2 in a Drupal 7.26 site.
I added this code in .htacces file in site folder:
This fix the problem, although I think there might be a better solution.
I am having the same problem
I am having the same problem but in drupal. will give this a try.
403 On Submit
I'm having the same issue - did you solve this?
Guys, the problem is
Guys, the problem is filtering engine in Apache
mod_security module: it must be turned Off.
Adding few lines as described in comment #3 fix the problem.