Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Add Success Link Problem

Quote Reply
Add Success Link Problem
When a record is successfully added and a user click on the accompanying link for that record, it logs them out and takes them to the log in screen. Here is what DBManSQL tries to call:
&html_record(&get_record($in{$db_key}));
Bug?....what's the easy fix?

Chris


Quote Reply
Re: Add Success Link Problem In reply to
What is the accompanying link for the record?

JPD
http://www.jpdeni.com/dbman/
Quote Reply
Re: Add Success Link Problem In reply to
The link is:
http://www.cheresources.com/cgi-bin/database/db.cgi?&nh=-25&mh=1

Chris

Quote Reply
Re: Add Success Link Problem In reply to
Oh. You're using the short/long display mod?

In sub html_add_success, change

&html_record(&get_record($in{$db_key}));

to

&html_record_long(&get_record($in{$db_key}));


JPD
http://www.jpdeni.com/dbman/