Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Problem with CGI.pm

Quote Reply
Problem with CGI.pm
Hi,

I got a problem and I dont know how to solve it:

I updated CGI.pm to the CGI.pm-3.29 version, and everything looks like its working fine, except the search_results.html template:

These tags doesn't work:
--------------------------
<%if link_results_loop.length~%>
<h3>Links: <%link_hits%></h3>
<%loop link_results_loop~%>
<%include link_search.html%>
<%~endloop%>
<%~endif%>
-------------------------

When I do a search with .../cgi-bin/search.cgi, no result comes out of it.

Could someone help me? Thanks in advance

JoseML
Quote Reply
Re: [JoseML] Problem with CGI.pm In reply to
Hi,

The problem wasn't CGI.pm. The database was corrupted.

JoseML