XUpload - Can't locate HTML/Template.pm in @INC (@INC

Message
Author
yosmanor
Posts: 3
Joined: Oct 01, 2010 5:20 am

Can't locate HTML/Template.pm in @INC (@INC

#1 Postby yosmanor » Oct 01, 2010 5:25 am

I am tying to include a file upload in my camera club web site.
I beleive that I correctly followed the instructions. However I keep getting the following message:



Can't locate HTML/Template.pm in @INC (@INC contains: . /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at upload_status.cgi line 8.
BEGIN failed--compilation aborted at upload_status.cgi line 8.


I have no idea how to proceed.


Joe

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#2 Postby admin » Oct 01, 2010 6:23 am

You should install HTML::Template perl module.

yosmanor
Posts: 3
Joined: Oct 01, 2010 5:20 am

Can't locate HTML/Template.pm in @INC (@INC contains:

#3 Postby yosmanor » Oct 01, 2010 3:01 pm

admin wrote:You should install HTML::Template perl module.
Thanks

Being a newbee, I don't know what that means and where to install it.

yosmanor
Posts: 3
Joined: Oct 01, 2010 5:20 am

Same

#4 Postby yosmanor » Oct 01, 2010 3:23 pm

admin wrote:You should install HTML::Template perl module.
I managed to resolve this. Thank you.

One more question, how do I disable post.php?