I have upgraded to the latest patch version 8.0.3.0.0.0
I get an error in the Perl script which I can't get round. I get the error "Internal server error" on all of these buttons. I suspect that it is something to do with the network setup but cannot find out which. I have tried absolute paths, relative paths, and the wizard to help but all to no avail. To help me understand I have put the following line at line 2 in ca000001.pl
use CGI::Carp qw(fatalsToBrowser);
and when I do this I get
Error: Error loading configuration file ../acatalog/discounts.fil. Can't locate object method "splitpath" via package "File::Spec" (perhaps you forgot to load "File::Spec"?) at /usr/lib/perl5/5.8.5/CGI/Carp.pm line 319.
Perhaps it is the setup of Perl on namesco because when I bought the hosting it said it supported Actinic but I cannot find mention of this now.
setup is.
HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST localhost
WEBSITEURL http://www.plantsofdistinction.co.uk/
IGNOREPASSIVEERRORS false
USERELATIVECGIURLS false
PATHTOPERL /usr/bin/perl -w
USEENHANCEFTP true
FTPCLIENTTIMEOUT 15000
FTPRETRYDELAY 3000
FTPSILENT false
FTPMAXRETRIES 3
FTPCONNECTTIMEOUT 25000
SMTPAUTHREQUIRED false
SMTPUSERNAME
SMTPPASSWORD
CATALOGURL http://www.plantsofdistinction.co.uk/acatalog/
CGIBINURL http://www.plantsofdistinction.co.uk/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
FTPHOST ftp.hosts.co.uk
FTPUSERNAME ???????
FTPPASSWORD ???????
PATHTOCGIBIN /web/cgi-bin/
USEPASSIVEFTP true
FTPPATHFROMCGITOCATALOG ../acatalog/
tell me it is something simple!!!!
I get an error in the Perl script which I can't get round. I get the error "Internal server error" on all of these buttons. I suspect that it is something to do with the network setup but cannot find out which. I have tried absolute paths, relative paths, and the wizard to help but all to no avail. To help me understand I have put the following line at line 2 in ca000001.pl
use CGI::Carp qw(fatalsToBrowser);
and when I do this I get
Error: Error loading configuration file ../acatalog/discounts.fil. Can't locate object method "splitpath" via package "File::Spec" (perhaps you forgot to load "File::Spec"?) at /usr/lib/perl5/5.8.5/CGI/Carp.pm line 319.
Perhaps it is the setup of Perl on namesco because when I bought the hosting it said it supported Actinic but I cannot find mention of this now.
setup is.
HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST localhost
WEBSITEURL http://www.plantsofdistinction.co.uk/
IGNOREPASSIVEERRORS false
USERELATIVECGIURLS false
PATHTOPERL /usr/bin/perl -w
USEENHANCEFTP true
FTPCLIENTTIMEOUT 15000
FTPRETRYDELAY 3000
FTPSILENT false
FTPMAXRETRIES 3
FTPCONNECTTIMEOUT 25000
SMTPAUTHREQUIRED false
SMTPUSERNAME
SMTPPASSWORD
CATALOGURL http://www.plantsofdistinction.co.uk/acatalog/
CGIBINURL http://www.plantsofdistinction.co.uk/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
FTPHOST ftp.hosts.co.uk
FTPUSERNAME ???????
FTPPASSWORD ???????
PATHTOCGIBIN /web/cgi-bin/
USEPASSIVEFTP true
FTPPATHFROMCGITOCATALOG ../acatalog/
tell me it is something simple!!!!
Comment