From: <gre...@pa...> - 2003-06-03 15:13:13
|
Rob, This is on a Solaris 8 machine. I have pasted the sandweb.cfg below. Thanks, Greg <!-- SandWeb XML Config File --> <config> <!-- config tree for logging behavior --> <logging debug="1" log="1" /> <!-- config for paths to sandweb data files --> <paths template_dir="/usr/local/lib/sandweb/templates" data_dir="/usr/local/share/sandweb/data" log_dir="/var/log" users_dir="/usr/local/share/sandweb/users" /> <!-- config for cgi related information --> <cgi-bin cgi_path="/usr/local/www/cvs/cgi-bin" cgi_domain="" /> <!-- cookie related settings (default values should work) --> <cookie cookie_path="" cookie_domain="" /> <display bgcolor="blue" text="black" border="green" /> <webserver mime-types_location="/usr/local/apache/conf" mime-types_file="mime.types" image_dir="/images" /> <!-- System paths for SSH, CVS and SandWeb scripts, and time limit when running on the CLI --> <system ssh_bin="/usr/local/bin/ssh" cvs_bin="/usr/local/bin/cvs" bindir="/usr/local/bin" timeout="300" /> </config> -----Original Message----- From: "Rob Helmer" <ro...@ro...> at INTERNET Sent: Tuesday, June 03, 2003 12:53 PM To: GREG_SHERROW Cc: san...@li... at Internet Subject: RE: [Sandweb-users] Template Error Through CGI On Mon, Jun 02, 2003 at 04:37:03PM -0700, GRE...@pa... wrote: > I have installed Sandweb and all listed packages from > the INSTALL doc, however when I call the cgi through > the URL, I receive this message. As far as I can tell the > cfg files are set up correctly. Can anyone shed light on > this? > Thanks, > Greg > > HTML::Template->new() : Cannot open included file /login.html : file not > found. at /usr/local/ActivePerl-5.8/lib/site_perl/5.8.0/HTML/Template.pm > line 1580 Hmm.. I am concerned that it says "/login.html", instead of the full path to your template directory. What OS/version is this? Please send your sandweb.cfg, too. I haven't tested ActivePerl, but it *shouldn't* be different. Thanks, Rob |