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