From: <gre...@pa...> - 2003-06-03 19:51:21
|
Rob, Thanks for checking it out. The sandweb.log file at /var/log is empty. Thanks, Greg -----Original Message----- From: "Rob Helmer" <ro...@ro...> at INTERNET Sent: Tuesday, June 03, 2003 12:58 PM To: GREG_SHERROW Cc: san...@li... at Internet Subject: RE: [Sandweb-users] RE: (Sandweb-users) Template Error Throu Hi Greg, Your sandweb.cfg looks fine to me. Well, I happen to be sitting in front of a Solaris 8 box right now :) so I'll try to grab a copy of ActivePerl today and see if I can reproduce the problem. Hey, can you send me a copy of your sandweb.log file too? That might yield some clues. -- Rob On Tue, Jun 03, 2003 at 08:11:00AM -0700, gre...@pa... wrote: > 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 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |