Access denied after creating new record
Posted: 2013-05-16 16:55
Hi,
All of the sudden I am receiving a 403 Forbidden error when I submit a new record. Everything else works fine and when I reload the page the record has been inserted.
The message I get is
"403 Forbidden - You don't have permission to access /MyTable_view.php on this server."
The URL has
"?SelectedID=9&record-added-ok=993184204&SortField=&SortDirection=&FirstRecord=1&DisplayRecords=all" appended.
When I delete everything but http://www.mydomain/MyTable_view.php, the app loads fine and I can do anything without issue. As soon as I add another record, I get the error again.
Obviously I've checked permissions on the _view.php file and they are the same as ever (and I have no problem accessing _view.php all day long if I don't submit a new record). Can someone help point me in the right direction to troubleshoot this?
All of the sudden I am receiving a 403 Forbidden error when I submit a new record. Everything else works fine and when I reload the page the record has been inserted.
The message I get is
"403 Forbidden - You don't have permission to access /MyTable_view.php on this server."
The URL has
"?SelectedID=9&record-added-ok=993184204&SortField=&SortDirection=&FirstRecord=1&DisplayRecords=all" appended.
When I delete everything but http://www.mydomain/MyTable_view.php, the app loads fine and I can do anything without issue. As soon as I add another record, I get the error again.
Obviously I've checked permissions on the _view.php file and they are the same as ever (and I have no problem accessing _view.php all day long if I don't submit a new record). Can someone help point me in the right direction to troubleshoot this?