Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Error with path in URL

Quote Reply
Error with path in URL
 

I use
<a class="menulink" href="<%db_cgi_url%>/add.cgi?ID=<%category_id%>">Add a Resource</a>
<a class="menulink" href="<%db_cgi_url%>/user.cgi">Login</a> |
in my Templates, but the URL to the script isn't shown correct.

It is used as:
http://www.guxme.de/cgi-bin/lsql/<%db_cgi_url%>/add.cgi?ID=<%category_id%>

and the fields aren't fetched correct.

What's wrong?


Quote Reply
Re: Error with path in URL In reply to
Try:

<a class="menulink" href="/<%db_cgi_url%>/add.cgi?ID=<%category_id%>">Add a Resource</a>
<a class="menulink" href="/<%db_cgi_url%>/user.cgi">Login</a>

with the / first.... ?

--Bri


Quote Reply
Re: Error with path in URL In reply to
I went to the above URL and it seems to be working now? Did you get it fixed?

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Error with path in URL In reply to
The link himself works fine, but to call this link from a category page is an error, please goto

http://www.guxme.de/v2/Agenturen/Beschaffungsagenturen/index.html

an try the upper "Add a resource" link.

Regards,
Chris

Quote Reply
Re: Error with path in URL In reply to
Can you email me access to the admin so I can take a look?

Cheers,

Alex

--
Gossamer Threads Inc.