Gossamer Forum
Home : Products : Links 2.0 : Discussions :

QNSON THE DEADLINKS MOD

Quote Reply
QNSON THE DEADLINKS MOD
I installed the deadlinks.cgi modification into my server, and had several errors before. for example it cannot find file admin_html.cgi so to solve this problem I changed the configuration in the deadlinks.cgi file for the admin_html file to admin_html.pl that is present in the package. That solved the problem but I wonder if it is appropriate?

The other thing is that the following error apepars:


CGI ERROR
==========================================
Error Message : fatal error: Undefined subroutine &main::site_html_deadlink_failure called at deadlink.cgi line 95.

Script Location : deadlink.cgi
Perl Version : 5.006

Form Variables
-------------------------------------------
6 : delete
id : 6

I had already created the templates file as requested and inserted it into the templates directory. So what should I do?

Thanks
Aaron
http://www.axesearch.com

Quote Reply
Re: QNSON THE DEADLINKS MOD In reply to
In Reply To:

Undefined subroutine


means that you did NOT add the SUBROUTINE in the site_html_templates.pl file. Add it!

In Reply To:

I had already created the templates file as requested and inserted it into the templates directory. So what should I do?


Creating the new template file and uploaded it to your templates directory is not good enough. Again, you need to add ALL the subroutines referenced in the MOD instructions in the site_html_templates.pl file.


Regards,

Eliot Lee
Quote Reply
Re: QNSON THE DEADLINKS MOD In reply to
But I am rather a newbie in this field. I don't understand what you meant by saying that I did not add a subroutine to my templates.pl file.

Do you mind telling me step by step what I should do and insert for the sub routine.

Thanks
Aaron