This topic is locked

403 Server Error

7/4/2012 11:11:25 AM
PHPRunner General questions
K
kohle author

Hi,
I have a table with a text field.

When I add a new record (..._add.php) with following youtube contents like :

<iframe width='560' height='315' src='http://www.youtube.com/embed/1y1ZYLSG5YQ'; frameborder='0' allowfullscreen></iframe>

When I try to save, I get an 403 Server error.

When I add a text like : test. It works fine.

When I add the youtube contents direct with phpadmin it works fine.
rgs

Jürgen

Sergey Kornilov admin 7/4/2012

Jürgen,
this might be related to your web server configuration.
Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. We also need a quick set of instructions on reproducing the issue.

K
kohle author 7/4/2012

Yes , seems so, because I put the scripts on an other test webhoster and it worked.

But I have no idea, what I have to change, or what I have to tell the webhoster what he has to change.
The problem appears only with the phprunner script.



Jürgen,
this might be related to your web server configuration.
Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. We also need a quick set of instructions on reproducing the issue.

Sergey Kornilov admin 7/4/2012

Show this error to your web hoster along with explanation on how this can be reproduced. They should be more familiar with their environment than any of us.

K
kohle author 7/5/2012



Show this error to your web hoster along with explanation on how this can be reproduced. They should be more familiar with their environment than any of us.


I have an older script, what I created some time ago with phprunner 4.x on the same host,

and this works perfectly. Adding records must have changed in phprunner 6.x
I will talk with my hoster, it looks like a mod_security problem.

Sergey Kornilov admin 7/5/2012

Yes, that was my guess - something related to security settings. Probably it doesn't like one of parameters passed via URL or via form.