tigra
Administrator
Posts: 2050
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 10/13/2006 at 03:28 PM |
|
|
missing HTML::Template module
if you don't have sufficient administrative rights to install module HTML::Template required by SCMS you can add it to the application locally:
1. under in the folder where mgr.pl is located create folder modules/HTML/
2. upload attached file into the newly created folder
3. uncomment following line in mgr.pl:
| Code: | | BEGIN
{unshift(@INC, './modules')} |
Attachment: Template.pm (113.76kb)
This file has been downloaded 1501 times
|
|
|
Traditional
Newbie
Posts: 1
Registered: 7/14/2010
Location: Bama
Member Is Offline
|
| posted on 7/14/2010 at 09:07 PM |
|
|
This is exactly what I needed but had to forage to find it. You should place a note in your install files.
|
|
|