Announcement

Collapse
No announcement yet.

V8 > Hosted on Windows 2003 server using IIS6

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

    V8 > Hosted on Windows 2003 server using IIS6

    Dear Community

    My Network Settings pass all the tests but when I upload I get General script error when i try to buy something

    Error: Error opening configuration file ../acatalog/prompt.fil. No such file or directory
    I think the the site is having troubles getting from my cgi-bin to the acatalog dir?

    The Host machine is
    Hosted on Windows 2003 server using IIS6
    Path to domain: F:\Domains\user\wwwroot
    Path to CGI-BIN: F:\Domains\user\wwwroot\cgi-bin
    Path to acatalog: F:\Domains\user\wwwroot\acatalog
    My relevant network settings are:
    SCRIPTID 1
    SCRIPTEXT .pl
    WEBSITEURL http://www.theurl.com
    IGNOREPASSIVEERRORS true
    USERELATIVECGIURLS false
    PATHTOPERL /usr/bin/perl
    CATALOGURL http://www.theurl.com/acatalog/
    CGIBINURL http://www.theurl.com/cgi-bin/
    PATHFROMCGITOCATALOG ../acatalog/
    CODEBASE ./
    PATHTOCGIBIN /wwwroot/cgi-bin/
    FTPPATHFROMCGITOCATALOG
    I've seen a few threads that suggest I shouldn't use a Windows Server. Anybody fixed this problem - got any advice?

    Many Thanks as always.

    #2
    fixed... i hope

    hi all

    just an update - i think i may have fixed though i'm not sure how.
    For those that come after me this file is helpful

    http://www.actinic.co.uk/hosting/docs/SetupOfIIS6.pdf

    I have a hunch changing the perl extention to .plx helped somehow as my other settings remained the same.

    just hope i haven't spoken too soon.

    Comment


      #3
      Hi Peter,

      I would suggest you look at your

      Code:
      PATHTOCGIBIN /wwwroot/cgi-bin/
      FTPPATHFROMCGITOCATALOG
      It should be more like

      Code:
      PATHTOCGIBIN cgi-bin/
      and
      Code:
      PATHFROMCGITOCATALOG	../acatalog/
      Also make sure your path to perl is correct for your server
      e.g.
      Code:
      PATHTOPERL	C:\Perl\bin\
      The .plx might be a red herring as you only need .pl, .pm and .cgi to be executed within the IIS6 server for perl.exe
      Fergus Weir - teclan ltd
      Ecommerce Digital Marketing

      SellerDeck Responsive Web Design

      SellerDeck Hosting
      SellerDeck Digital Marketing

      Comment

      Working...
      X