Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: Help - Reporting Bad Link Mod

Quote Reply
Re: Help - Reporting Bad Link Mod In reply to
Well the error is coming from line 34 of your HTML_TEMPLATES.pm file which should be:

@ISA = qw(Exporter);

This usually means that there are subs in HTML_Templates.pm that haven't been included in the next line down:

@EXPORT = qw/&site_html_link ... %USERS %GLOBALS/;

What were the subs you added to Templates.pm for the Bad Link Mod? Look at the subs you added and make sure they're exported so they can be used. In other words add them somewhere within the 7-8 lines of @EXPORT assignments.

This hasn't got anything to do with permissions of that I am 99.999% positive.


Subject Author Views Date
Thread Help - Reporting Bad Link Mod mgeyman 2969 Nov 25, 2000, 9:39 AM
Thread Re: Help - Reporting Bad Link Mod
phoule 2893 Nov 25, 2000, 11:20 AM
Thread Re: Help - Reporting Bad Link Mod
mgeyman 2901 Nov 25, 2000, 1:46 PM
Post Re: Help - Reporting Bad Link Mod
pugdog 2870 Nov 25, 2000, 2:51 PM