This topic is locked
[SOLVED]

 Open Add Page without Logon

11/16/2009 8:04:47 AM
PHPRunner General questions
Microe author

I have a database (PHPrunner version 5.0), were I have one add page from a view that I want to be able to call from a website directly without going through the login screen. It is the add page for a view and only has an add page. The first time I call this page it tries to redirect me to the the list page of the table the view is for, which of course fails because guest doesn't have permissions. When I try it again in the same browser session it takes me to the right page.
I have done this before without problem, different database/web site on the same web server and can't figure out whats different?
Any clues?
Thanks,

Mike

Microe author 11/16/2009

Sorry, found out that some of the permissions were messed up on the server not allowing some of the include files to update. Changed permissions and updated all files, now it works just fine.