Announcement

Collapse
No announcement yet.

Cgi-bin problem setting up network settings

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Cgi-bin problem setting up network settings

    Hi all, have been using actinic / sellerdeck since v6 but having problems setting up network settings on a new site. never uploaded this site before have not got past the initial network set up first run.

    I have checked permissions on server, cgi bin set to 755

    When running network wizard it manages to copy across the test file, this I can see in the cgi bin but it then fails when trying to access that file.

    Error message from network wizard: unable to read a test file that it placed in the CGI-BIN directory. try again or contact ISP administrator. Error 226 transfer complete, error 200 type set to A


    hosted with: nublue

    sellerdeck v11.05 business plus

    network settings as below

    HTTPPROXYMODE 0
    HTTPPROXYADDRESS
    HTTPPROXYPORT 80
    HTTPPROXYUSER
    HTTPPROXYPASSWORD
    FTPPROXYMODE 0
    FTPPROXYADDRESS
    FTPPROXYPORT 21
    FTPPROXYUSER
    FTPPROXYPASSWORD
    SCRIPTID 2
    SCRIPTEXT .pl
    SMTPHOST mail.abarofchocolate.co.uk
    WEBSITEURL http://www.abarofchocolate.co.uk
    IGNOREPASSIVEERRORS true
    USERELATIVECGIURLS false
    PATHTOPERL /usr/bin/perl
    USEENHANCEFTP true
    FTPCLIENTTIMEOUT 15000
    FTPRETRYDELAY 3000
    FTPKEEPALIVEINTERVAL 30000
    FTPSILENT false
    FTPMAXRETRIES 3
    FTPCONNECTTIMEOUT 25000
    SMTPAUTHREQUIRED false
    SMTPUSERNAME
    SMTPPASSWORD
    COMPRESSIONPACKETSIZE 1024
    COMPRESSEDUPLOAD true
    CATALOGURL http://www.abarofchocolate.co.uk/chocolate-gifts/
    ONLINESTOREFOLDERNAME chocolate-gifts
    CGIBINURL http://www.abarofchocolate.co.uk/httpdocs/cgi-bin/
    PATHFROMCGITOCATALOG ../httpdocs/chocolate-gifts/
    FTPHOST ftp.abarofchocolate.co.uk
    FTPUSERNAME ***********
    FTPPASSWORD ***********
    PATHTOCGIBIN /httpdocs/cgi-bin/
    USEPASSIVEFTP true
    FTPPATHFROMCGITOCATALOG


    many thanks wes
    Treasure Island Sweets

    #2
    ../ goes up one level, so if the cgi-bin is in /httpdocs/cgi-bin/ then ../httpdocs/chocolate-gifts/ is pointing to /httpdocs/httpdocs/chocolate-gifts/ which is wrong.

    Take out the /httpdocs from your pathfromcgitocatalog and that should fix it.

    Mike

    Mind, you the cgi-bin url looks odd to me too. Not sure you need /httpdocs in there either.
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment


      #3
      thanks that has fixed it
      Treasure Island Sweets

      Comment

      Working...
      X