Gossamer Forum
Home : Products : DBMan : Discussions :

SSI external link to DBman

Quote Reply
SSI external link to DBman
Hi guys,

I've got a slight problem here.
My DBman is writing selected fields to an external file, that is called by an SSI script in my site.

I would like for the external file data to link back to the main database.
I tried this like below but to no success.
can someone kindly assist me here?

<a href="../cgi-bin/news/db.cgi?db=default&uid=default&ID=$in{'ID'}&view_records=View+Records"><b>Title</b></a><br>Description<p>

Thanks in advance.
[;;;;;;;]
Quote Reply
Re: [eclare] SSI external link to DBman In reply to
What's happening? Does the link show up at all? If the link shows up and you click on it, do you get an error message?

Try using the full URL to your DB and see if it works (ie, http://www.yourdomain.com/cgi-bin/news/ ect....)

Later -Mike.
Quote Reply
Re: [Watts] SSI external link to DBman In reply to
 
Sorry about that but I found the problem, when I went over the "cfg".

I had $auth_allow_default = 0;
so I changed it to $auth_allow_default = 1;

and it worked.

Thanks anyways