Announcement

Collapse
No announcement yet.

cgi issues with uploaded site

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

    cgi issues with uploaded site

    Hi there.

    I was wondering if anyone could help me, I have uploaded my site using actinic and everything was fine on Sunday, everything worked and I was going through it today updating bits here and there and continuing with the testing of the site.

    our website is here www.peppercorncottage.com ( still very much being developed)

    The changes I have made today were:

    changes to tax setup
    changes to shipping charges
    created best sellers
    tested creating a mailing list
    played around with the discounts
    retrieved some test orders
    created test accounts
    added some choices to products.

    Now if you click on any of cart buttons, search, checkout etc, it now works, but not correctly as none of the images loads and I'm just left with links. It worked fine before today's changes.

    I use 2 PC's one at work and the other at home and then transfer the sites folder from PC to PC. So I thought maybe if upload the one from Sunday on the home PC it would override any errors that occurred today, but doing this, it still doesn't work.

    Could it be a server error or one of the changes above I made today create this problem?

    thanks for any tips / advice
    Kev
    Kev Challis
    www.procutvinyl.co.uk

    #2
    works 100% fine here but I had a similar problem the other day.

    Try completely clearing your cache/cookies etc.
    Might sound simplistic but it did work for me
    Tracey

    Comment


      #3
      How odd,

      I regulary clear cache / cookies etc and have just done so but it still doesn't work for me.

      I tried on both firefox and AOL, however it appears to working on some people's PC's, but not on others. I cannot get it work at all on any browser.

      Can anyone else confirm this also?

      any other ideas on how I can get it to show correctly? :s

      thanks
      Kev
      Kev Challis
      www.procutvinyl.co.uk

      Comment


        #4
        Your cgi-bin links work fine for me too.

        Comment


          #5
          What browsers are you using? I'm using the latest firefox, AOL, internet explorer and it works on none of them, both on my home and work PC.

          I have been informed it's working correctly on early firefox versions and had some people look at it on other forums I use and lots of people are saying it's not showing as it should.

          Is there any settings within Actinic I can change to try and resolve this? I'm using version 8 btw

          confused :S

          Kev
          Kev Challis
          www.procutvinyl.co.uk

          Comment


            #6
            I see faulty Cart pages. The reason is that your Cart pages contain

            <BASE HREF="http://www.peppercorncottage.com/cgi-bin/">

            And that should be

            <BASE HREF="http://www.peppercorncottage.com/acatalog/">

            And you normal pages contain

            <Actinic:BASEHREF VALUE="" FORCED=1 />

            Which is again wrong. It should contain

            VALUE="http://www.peppercorncottage.com/acatalog/"

            This looks like something wrong with your Network Settings. Go to Web / Network Setup and Export these to a text file and post it here (obscure the passwords though).

            UPDATE. I've just noticed that if I go to

            http://www.peppercorncottage.com

            I'm redirected to

            http://www.peppercorncottage.com/cgi-bin/

            which is where your site (and the acatalog directory) seems to be stored.
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              thanks for that

              HTTPPROXYMODE 0
              HTTPPROXYADDRESS
              HTTPPROXYPORT 80
              HTTPPROXYUSER
              HTTPPROXYPASSWORD
              FTPPROXYMODE 0
              FTPPROXYADDRESS
              FTPPROXYPORT 21
              FTPPROXYUSER
              FTPPROXYPASSWORD
              SCRIPTID 1
              SCRIPTEXT .pl
              SMTPHOST ftp2.myserverworld.net
              WEBSITEURL www.peppercorncottage.com
              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.peppercorncottage.com/
              CGIBINURL http://www.peppercorncottage.com/cgi-bin/
              PATHFROMCGITOCATALOG ../cgi-bin/acatalog/
              CODEBASE ./
              FTPHOST ftp2.myserverworld.net
              FTPUSERNAME peppercorn@peppercorncottage.com
              FTPPASSWORD *********
              PATHTOCGIBIN cgi-bin/
              USEPASSIVEFTP false
              FTPPATHFROMCGITOCATALOG
              Kev Challis
              www.procutvinyl.co.uk

              Comment


                #8
                Originally posted by NormanRouxel

                UPDATE. I've just noticed that if I go to

                http://www.peppercorncottage.com

                I'm redirected to

                http://www.peppercorncottage.com/cgi-bin/

                which is where your site (and the acatalog directory) seems to be stored.
                Yes that is where actinic uploaded them, I had a friend create a re-direct to make it work. It was working fine on sunday, will this cause a problem?

                I need to travel into work, I'll log back on in about 1/2 hour.

                thanks again for the help, really appreciate it.

                Kev
                Kev Challis
                www.procutvinyl.co.uk

                Comment


                  #9
                  Try changing these bits:

                  CATALOGURL http://www.peppercorncottage.com/

                  PATHFROMCGITOCATALOG ../cgi-bin/acatalog/
                  to

                  CATALOGURL http://www.peppercorncottage.com/acatalog/

                  PATHFROMCGITOCATALOG ../acatalog/

                  That should fix it.

                  Mike
                  -----------------------------------------

                  First Tackle - Fly Fishing and Game Angling

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

                  Comment


                    #10
                    I tried that and got the following error message:

                    An error occurred trying to create the the sub directory "acatalog" on the website

                    This is usually due to user permissions, but could be due to low disk space on the web server

                    550 create directory operation failed
                    I doubt it could low on disk space, our webspace is only running our online store.

                    EDIT:

                    Just changed to this and it now works........wohooo!!! thanks guys

                    CATALOGURL http://www.peppercorncottage.com/acatalog/

                    Kev
                    Kev Challis
                    www.procutvinyl.co.uk

                    Comment


                      #11
                      Just changed to this and it now works
                      You may be referring to some old files that are still in cgi-bin/acatalog

                      Best repost your network settings (no passwords) just in case.
                      Norman - www.drillpine.biz
                      Edinburgh, U K / Bitez, Turkey

                      Comment


                        #12
                        Norman's right. It's working at the moment, but not the way it should be. It's worth checking your network settings again if you can export and paste them here.

                        Mike
                        -----------------------------------------

                        First Tackle - Fly Fishing and Game Angling

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

                        Comment


                          #13
                          HTTPPROXYMODE 0
                          HTTPPROXYADDRESS
                          HTTPPROXYPORT 80
                          HTTPPROXYUSER
                          HTTPPROXYPASSWORD
                          FTPPROXYMODE 0
                          FTPPROXYADDRESS
                          FTPPROXYPORT 21
                          FTPPROXYUSER
                          FTPPROXYPASSWORD
                          SCRIPTID 1
                          SCRIPTEXT .pl
                          SMTPHOST ftp2.myserverworld.net
                          WEBSITEURL www.peppercorncottage.com
                          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.peppercorncottage.com/acatalog/
                          CGIBINURL http://www.peppercorncottage.com/cgi-bin/
                          PATHFROMCGITOCATALOG ../cgi-bin/acatalog/
                          CODEBASE ./
                          FTPHOST ftp2.myserverworld.net
                          FTPUSERNAME peppercorn@peppercorncottage.com
                          FTPPASSWORD *********
                          PATHTOCGIBIN cgi-bin/
                          USEPASSIVEFTP false
                          FTPPATHFROMCGITOCATALOG

                          ok, here is the current settings....

                          Thanks
                          Kev
                          Kev Challis
                          www.procutvinyl.co.uk

                          Comment


                            #14
                            I always have http:// on the website URL.

                            Comment


                              #15
                              This one is still wrong:

                              PATHFROMCGITOCATALOG ../cgi-bin/acatalog/

                              It should be ../acatalog/

                              Mike
                              -----------------------------------------

                              First Tackle - Fly Fishing and Game Angling

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

                              Comment

                              Working...
                              X