I am trying to install the deadlink mailer from http://mir.spaceports.com/~glennu/linkdead2.html.
I get the following error when I click on the link to report the dead link:
fatal error: Undefined subroutine &main::site_html_deadlink_mail called at linkdead.cgi line 96.
This is line 96 of linkdead.cgi:
&site_html_deadlink_mail;
This is the subroutine I have added to site_html_templates.pl:
site_html_deadlink_mail {
# --------------------------------------------------------
# This routine determines how the deadlink mail success page will look like.
&html_print_headers();
print &load_template ('linkdead_success.html', {
%in,
%globals
});
}
If anyone can help me figure out how to fix this error so I can use this mod, I would appreciate it. Also if you need more info from me please reply to this posting and tell me what you need.
Thanks in advance,
Haley
I get the following error when I click on the link to report the dead link:
fatal error: Undefined subroutine &main::site_html_deadlink_mail called at linkdead.cgi line 96.
This is line 96 of linkdead.cgi:
&site_html_deadlink_mail;
This is the subroutine I have added to site_html_templates.pl:
site_html_deadlink_mail {
# --------------------------------------------------------
# This routine determines how the deadlink mail success page will look like.
&html_print_headers();
print &load_template ('linkdead_success.html', {
%in,
%globals
});
}
If anyone can help me figure out how to fix this error so I can use this mod, I would appreciate it. Also if you need more info from me please reply to this posting and tell me what you need.
Thanks in advance,
Haley

