I am trying to test a new V7 site using fasthosts/linux. I already have one site running successfully after a few similar teething probs.
My problem is when at perl installation stage - I get errors that the path cannot be found/check the extension. I know the settings should be fine as I have checked against my working site. I also know the perl path and extension is correct for the server.
My settings are:
HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST smtp.testing-site.co.uk
WEBSITEURL http://www.testing-site.co.uk
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS true
PATHTOPERL /usr/bin/perl
SMTPAUTHREQUIRED false
SMTPUSERNAME
SMTPPASSWORD
CATALOGURL http://www.testing-site.co.uk/acatalog/
CGIBINURL http://www.testing-site.co.uk/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
FTPHOST ftp.testing-site.co.uk
FTPUSERNAME ****
FTPPASSWORD ****
PATHTOCGIBIN /htdocs/cgi-bin/
USEPASSIVEFTP true
FTPPATHFROMCGITOCATALOG ../acatalog/
My problem is when at perl installation stage - I get errors that the path cannot be found/check the extension. I know the settings should be fine as I have checked against my working site. I also know the perl path and extension is correct for the server.
My settings are:
HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST smtp.testing-site.co.uk
WEBSITEURL http://www.testing-site.co.uk
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS true
PATHTOPERL /usr/bin/perl
SMTPAUTHREQUIRED false
SMTPUSERNAME
SMTPPASSWORD
CATALOGURL http://www.testing-site.co.uk/acatalog/
CGIBINURL http://www.testing-site.co.uk/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
FTPHOST ftp.testing-site.co.uk
FTPUSERNAME ****
FTPPASSWORD ****
PATHTOCGIBIN /htdocs/cgi-bin/
USEPASSIVEFTP true
FTPPATHFROMCGITOCATALOG ../acatalog/
Comment