Gossamer Forum
Home : Products : DBMan : Installation :

searching problem

Quote Reply
searching problem
I'm having a problem when I do a search using DBMan. When there are multiple pages, and I click on the arrow to go to the next page of results or the number "2", I am redirected to the login page. The URL of the "2" or the >> is:
http://www.webigns.com/database/db.cgi?&nh=2
Readable versions of my files are in the directory: http://www.webigns.com/help/

any help will be appreciated :-)
Quote Reply
Re: searching problem In reply to
oh yeah, the URL of the database is temporarily at:
http://www.webigns.com/database/db.cgi
If you don't want to create a new username, use asdf/asdf for the username/password
Quote Reply
Re: searching problem In reply to
In your html.pl file, sub html_view_search, you have

<form action="$db_script_url" method="POST">

You need to have

<form action="$db_script_url" method="GET">

As it says in the comment lines within the subroutine:

# Note: all searches must use GET method.



------------------
JPD





Quote Reply
Re: searching problem In reply to
Thank you! You are a Godsend :-)
I didn't quite understand what that line meant, I just thought that the code was already edited for that and that it was just stating it.

Thank you thank you thank you!

-Bubba