Announcement

Collapse
No announcement yet.

Error reading prompt file (-1,24)

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

    Error reading prompt file (-1,24)

    I am trying out Heart's built in SSL for checkout and login pages in a SD site in a subfolder.
    Network settings are:
    HTTPPROXYMODE 0
    HTTPPROXYADDRESS
    HTTPPROXYPORT 80
    HTTPPROXYUSER
    HTTPPROXYPASSWORD
    FTPPROXYMODE 0
    FTPPROXYADDRESS
    FTPPROXYPORT 21
    FTPPROXYUSER
    FTPPROXYPASSWORD
    SCRIPTID 3
    SCRIPTEXT .pl
    SMTPHOST localhost
    WEBSITEURL http://www.graphicz.gb.com/choiceimage/
    IGNOREPASSIVEERRORS true
    USERELATIVECGIURLS false
    PATHTOPERL /usr/bin/perl
    USEENHANCEFTP true
    FTPBUFFERSIZE 1460
    FTPCLIENTTIMEOUT 15000
    FTPRETRYDELAY 3000
    FTPKEEPALIVEINTERVAL 30000
    FTPSILENT false
    FTPMAXRETRIES 3
    FTPCONNECTTIMEOUT 25000
    SMTPAUTHREQUIRED false
    SMTPUSERNAME
    SMTPPASSWORD
    COMPRESSIONPACKETSIZE 1024
    COMPRESSEDUPLOAD true
    SSLCATALOGURL https://web226.secure-secure.co.uk/g...mage/acatalog/
    SSLCGIBINURL https://web226.secure-secure.co.uk/g...oiceimage/cgi/
    SSLPATHFROMCGITOCATALOG ../acatalog/
    SSLFTPHOST ftp.graphicz.gb.com
    SSLFTPUSERNAME graphicz.gb.com
    SSLFTPPASSWORD gYYY.jffG
    SSLPATHTOCGIBIN public_html/choiceimage/cgi/
    SSLUSEPASSIVEFTP true
    CATALOGURL http://www.graphicz.gb.com/choiceimage/acatalog/
    ONLINESTOREFOLDERNAME acatalog
    CGIBINURL http://www.graphicz.gb.com/choiceimage/cgi/
    PATHFROMCGITOCATALOG ../acatalog/
    FTPHOST ftp.graphicz.gb.com
    FTPUSERNAME graphicz.gb.com
    FTPPASSWORD pAsSwOrD
    PATHTOCGIBIN public_html/choiceimage/cgi/
    USEPASSIVEFTP true
    FTPPATHFROMCGITOCATALOG
    There is now no box to tick for using relative cgi-bin urls in the catalog pages.

    When mousing over checkout (try it) the url seems to be:
    Code:
    http://www.graphicz.gb.com/choiceimage/cgi/ca000003.pl?ACTION=SSLBOUNCE&URL=https%3a%2f
    
    %2fweb226%2esecure%2dsecure%2eco%2euk%2fgraphicz%2egb%2ecom%2fchoiceimage%2fcgi%2fos000003%2epl%3fACTION
    
    %3dStart
    Which should take it to the secure cgi bin, but I get:
    Error reading prompt file (-1,24) {}.
    Error reading prompt file (-1,25) {}.: The input is NULL
    I have compacted, changed cgi script number and refreshed to no avail. Is t because the site is in a

    subfolder???
    Any ideas???
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk

    #2
    With my heart hosting with multiple sub-domains the cgi-bin is always in the same position at the site root eg

    www.site.com/cgi-bin/

    not

    www.site.com/folder/cgi-bin/

    I just set a uniquie script ID for each of the folders and all is peachy


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Thanks Jonty

      I have always done it this way without issues.

      What I have found now is if I manually convert:
      Code:
      https%3a%2f%2fweb226%2esecure%2dsecure%2eco%2euk%2fgraphicz%2egb%2ecom%2fchoiceimage%2fcgi%2fos000003%2epl%3fACTION%3dStartt
      to
      Code:
      https://web226.secure-secure.co.uk/graphicz.gb.com/choiceimage/cgi/os000003.pl?ACTION=Start
      It brings up the checkout.

      Why is SD creating these characters?
      Jonathan Chappell
      Website Designer
      SellerDeck Website Designer
      Actinic to SellerDeck upgrades
      Graphicz Limited - www.graphicz.co.uk

      Comment

      Working...
      X