Hi;
We are currently using Actinic Multi-user internally to process orders. We now want to put it the website online but for security reasons we don't allow ftp access to our windows servers. I've used the knowledge base instructions to manually generate and upload the site to one of our test servers. While most of the site seems to be working okay I'm having problems adding things to the cart. When I click on "add to cart" button I keep getting the error "Error: System Error: Unable to open content directory. No such file or directory" which seems to be coming from script ca000001.pl. I've searched the forum for answers but the only mention I can find is referring to SSL setup which we're not using at the moment. Not sure if this is to do with the order file as can't find any information on this.
We're currently on version 8.0; the server is running Windows Server 2003 SP1.
Network settings are:
HTTPPROXYMODE 1
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 1
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST localhost
WEBSITEURL http://*****/actinic/
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS false
PATHTOPERL c:\perl\bin
USEENHANCEFTP true
FTPCLIENTTIMEOUT 15000
FTPRETRYDELAY 3000
FTPSILENT false
FTPMAXRETRIES 3
FTPCONNECTTIMEOUT 25000
SMTPAUTHREQUIRED false
SMTPUSERNAME
SMTPPASSWORD
CATALOGURL http://*****/actinic/acatalog/
CGIBINURL http://*****/actinic/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
FTPHOST
FTPUSERNAME
FTPPASSWORD
PATHTOCGIBIN /cgi-bin/
USEPASSIVEFTP false
FTPPATHFROMCGITOCATALOG
Any help would be much appreciated thanks.
Dave
We are currently using Actinic Multi-user internally to process orders. We now want to put it the website online but for security reasons we don't allow ftp access to our windows servers. I've used the knowledge base instructions to manually generate and upload the site to one of our test servers. While most of the site seems to be working okay I'm having problems adding things to the cart. When I click on "add to cart" button I keep getting the error "Error: System Error: Unable to open content directory. No such file or directory" which seems to be coming from script ca000001.pl. I've searched the forum for answers but the only mention I can find is referring to SSL setup which we're not using at the moment. Not sure if this is to do with the order file as can't find any information on this.
We're currently on version 8.0; the server is running Windows Server 2003 SP1.
Network settings are:
HTTPPROXYMODE 1
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 1
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST localhost
WEBSITEURL http://*****/actinic/
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS false
PATHTOPERL c:\perl\bin
USEENHANCEFTP true
FTPCLIENTTIMEOUT 15000
FTPRETRYDELAY 3000
FTPSILENT false
FTPMAXRETRIES 3
FTPCONNECTTIMEOUT 25000
SMTPAUTHREQUIRED false
SMTPUSERNAME
SMTPPASSWORD
CATALOGURL http://*****/actinic/acatalog/
CGIBINURL http://*****/actinic/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
FTPHOST
FTPUSERNAME
FTPPASSWORD
PATHTOCGIBIN /cgi-bin/
USEPASSIVEFTP false
FTPPATHFROMCGITOCATALOG
Any help would be much appreciated thanks.
Dave
Comment