error on saved search
Posted: 2015-09-04 14:21
i am trying to save the search by creating HTML file from code provided by Appgini.
this is the code i got from the app
i am getting following error when run this html file:
"Forbidden
You don't have permission to access /MainTable_view.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
mysite.com is my webpage address. i have already logged in the same browser on another window.
my version of appgini is 5.30 revision 628.
any help appreciated
this is the code i got from the app
Code: Select all
<form method="post" action="http://mysite.com/MainTable_view.php">
<input name="FilterAnd[1]" value="" type="hidden">
<input name="FilterField[1]" value="1" type="hidden">
<input name="FilterOperator[1]" value=">=" type="hidden">
<input name="FilterValue[1]" value="85400000" type="hidden">
<input type="submit" value="Show Filtered Data">
</form>
"Forbidden
You don't have permission to access /MainTable_view.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
mysite.com is my webpage address. i have already logged in the same browser on another window.
my version of appgini is 5.30 revision 628.
any help appreciated