Gossamer Forum
Home : Products : DBMan : Customization :

after adding one record per user? list all fault

Quote Reply
after adding one record per user? list all fault
after adding one record per user? list all fault.
When i hit the list all button it brings up this screen message:
Search Failed

There were problems with the search. Reason: no search terms specified
Please fix any errors and submit the record again.
How can i fix this, before i added the one record per user mod the list all button worked ok

Check out my site here http://www.asktheagent.co.uk
Username is david
password is prince

Thanks



Quote Reply
Re: after adding one record per user? list all fault In reply to
Make sure your footer link is something like:
print qq!| <A HREF="$db_script_link_url&view_records=1&$db_key=*">List All</A>

I think you may be missing the $db_key=* bit.

Hth,
Rob

Quote Reply
Re: after adding one record per user? list all fault In reply to
no this line here $db_script_link_url&view_records=1&$db_key=*"> is in the file ok, i dont understand how to get this to work

please help

Quote Reply
Re: after adding one record per user? list all fault In reply to
Make sure you have defined the UserID field correctly in default.cfg. The variable $auth_user_field should be set to the field number of your username field.

- Mark


Astro-Boy!!
http://www.zip.com.au/~astroboy/
Quote Reply
Re: after adding one record per user? list all fault In reply to
The variable $auth_user_field is set correct but still not working anything else