Gossamer Forum
Home : Products : Gossamer Links : Discussions :

add.cgi and modify.cgi errors

Quote Reply
add.cgi and modify.cgi errors
all of a sudden I'm getting the the following errors when i try to add or modify a link:

Links (459): Links::fatal called at (eval 7) line 82 with arguments
(GT::SQL (459): Unable to load subclass: 'Links::Link::HTML' Reason: Can't locate Links/Link/HTML.pm in @INC (@INC contains: /home/sites/site31/web/cgi-bin/admin /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) at /home/sites/site31/web/cgi-bin/admin/GT/SQL/Base.pm line 454.
at /home/sites/site31/web/cgi-bin/admin/Links/User/Modify.pm line 375.
).


Links (689): Links::fatal called at (eval 7) line 82 with arguments
(GT::SQL (689): Unable to load subclass: 'Links::Link::HTML' Reason: Can't locate Links/Link/HTML.pm in @INC (@INC contains: /home/sites/site31/web/cgi-bin/admin /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) at /home/sites/site31/web/cgi-bin/admin/GT/SQL/Base.pm line 454.
at /home/sites/site31/web/cgi-bin/admin/Links/User/Add.pm line 193.
).

on line 454 of Base.pm it says

eval { require "$pkg.pm" };

links:link:html is not it's own pm. it is in the same file as links/link.pm




Anyone know what to do

Last edited by:

vanhut: Jul 24, 2002, 12:23 PM
Quote Reply
Re: [vanhut] add.cgi and modify.cgi errors In reply to
i figured it out. i was missing a ';'