After speaking to actinic support I'm told these settings work:
Problem being that I'm receiving the following error when clicking on 'Test'.
You do not have write permissions to the cgi-bin directory "/public_html/cgi-bin/" or it does not exist.
After emails back and forth actinic believe that there is a problem with my firewall settings. Both Norton and Windows firewall are switched off and access to ftp ports through the router are available.
I've spent way too long trying to solve this, any help would be appreciated.
Thanks in advance.
Code:
HTTPPROXYMODE 0 HTTPPROXYADDRESS HTTPPROXYPORT 80 HTTPPROXYUSER HTTPPROXYPASSWORD FTPPROXYMODE 0 FTPPROXYADDRESS FTPPROXYPORT 21 FTPPROXYUSER FTPPROXYPASSWORD SCRIPTID 2 SCRIPTEXT .pl SMTPHOST 123 WEBSITEURL http://www.onboardenergy.co.uk/ IGNOREPASSIVEERRORS true USERELATIVECGIURLS true PATHTOPERL /usr/bin/perl USEENHANCEFTP true FTPCLIENTTIMEOUT 15000 FTPRETRYDELAY 3000 FTPSILENT false FTPMAXRETRIES 3 FTPCONNECTTIMEOUT 25000 SMTPAUTHREQUIRED false SMTPUSERNAME SMTPPASSWORD CATALOGURL http://www.onboardenergy.co.uk/acatalog/ ONLINESTOREFOLDERNAME acatalog CGIBINURL http://www.onboardenergy.co.uk/cgi-bin/ PATHFROMCGITOCATALOG ../acatalog/ CODEBASE ./ FTPHOST ftp.onboardenergy.co.uk FTPUSERNAME xxxxxxxxx FTPPASSWORD xxxxxxxxxxx PATHTOCGIBIN /public_html/cgi-bin/ USEPASSIVEFTP true FTPPATHFROMCGITOCATALOG /public_html/acatalog/
You do not have write permissions to the cgi-bin directory "/public_html/cgi-bin/" or it does not exist.
After emails back and forth actinic believe that there is a problem with my firewall settings. Both Norton and Windows firewall are switched off and access to ftp ports through the router are available.
I've spent way too long trying to solve this, any help would be appreciated.
Thanks in advance.
Comment