Announcement

Collapse
No announcement yet.

I cannot load my Actinic to streamline.net

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

    I cannot load my Actinic to streamline.net

    Hi Guys and Gals,

    I could do with some help if possible. I am having trouble uploading my site using Actinics' in house ftp. Details below of my current settings.
    When I put the information below in and run a 'test' the program appears to crash (stop responding) and the flash by text that appears at each step will stop on what appears to be the third or fourth step, this text says 'testing normal settings' and 'testing normal settings' at this point it freezes and I have to 'End Task' the program. All help appreciated! Not sure if it matters but my cgi-bin is inside a folder called htdocs on the ftp site.

    Catalog URL: http://www.photomedia-uk.co.uk/acatalog/

    CGI-BIN URL: http://www.photomedia-uk.co.uk/cgi-bin/

    CODEBASE:./

    Path from CGI-BIN to Catalog Directory: ../acatalog/


    CGI Script ID number: UNKNOWN possibly 1
    Extention: (.pl or .cgi)?
    Website URL: http://www.photomedia-uk.co.uk
    Path to the Perl Shell: /usr/bin/perl

    Server Host: ftp.photomedia-uk.co.uk

    Username: KNOWN

    Password: KNOWN

    Path to CGI-BIN: UNKNOWN

    Path from CGI-BIN to Catalog Directory as viewed by the FTP Server[Leave blank unless advised]
    I LEFT BLANK

    SMTP Server: UNKNOWN (Can I use my pop virgin account?...smtp.virgin.net)

    Cheers Steve.

    #2
    More info

    Hi, The more I look at this the more I notice:

    The test in the network settings sticks on 'testing write permissions'

    I've just been looking into the '755' thing with folder permissions, as I'm new to this I have very little idea about what they are but I've set them up as:

    X X X
    X X
    X X

    That shape anyway...so much to learn to upload a site....

    Looking forward to suggestions...

    Kind regards,

    Steve

    Comment


      #3
      755 is

      X - X - X
      X ----- X
      X ----- X

      in other words

      Read Write Execute
      Read ----- Execute
      Read ----- Execute

      Comment


        #4
        Hi Pinbrook,


        I did put it as you did but the post changed it. Thanks. Any body any suggestions on the settings I first mentioned?

        Thanks,

        Comment


          #5
          Try using Web | Configure and allow Actinic to create new settings. Let us know how you get on with that.
          Bill
          www.egyptianwonders.co.uk
          Text directoryWorldwide Actinic(TM) shops
          BC Ness Solutions Support services, custom software
          Registered Microsoft™ Partner (ISV)
          VoIP UK: 0131 208 0605
          Located: Alexandria, EGYPT

          Comment


            #6
            Thanks Bill, the following happened...

            I used the 'web configure' (which I believe is the same as the 'wizard' in network settings) to no avail. This is with all options followed ie. each different variation on tickboxes. passive ftp etc.

            What is does say is 'The wizard received an error while verifying the web server. Error sending request'. Does this mean it couldn't talk to MY ftp page or my hosting service?

            As mentioned above it does appear to stick on 'testing write permissions'

            I'm sure it is something simple but my knowledge is lacking at this early stage.

            Thanks, Steve.

            Comment


              #7
              Have you used a standard ftp package (or your webhosts control panel) to visit your site and set the permissions on the cgi-bin folder to 755? Actinic needs this to be able to write to the folder.
              Bill
              www.egyptianwonders.co.uk
              Text directoryWorldwide Actinic(TM) shops
              BC Ness Solutions Support services, custom software
              Registered Microsoft™ Partner (ISV)
              VoIP UK: 0131 208 0605
              Located: Alexandria, EGYPT

              Comment


                #8
                Two additional things you can try:

                1. try setting the acatalog folder permissions to 777 (everything selected). Actinic may need this to create some of the sub folders it makes.

                2. try enabling passive ftp. If actinic hangs mid ftp then passive ftp often solves it.

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

                First Tackle - Fly Fishing and Game Angling

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

                Comment


                  #9
                  Hi, Thanks for the replies.

                  I set the permissions to 777 - no joy
                  Passive has always been selected....no joy

                  I have the two settings below, as acatalog and the cgi-bin is inside htdocs on the ftp site...is this correct? Either way, with or without the htdocs in there it doesn't work :-(

                  Catalog URL: http://www.photomedia-uk.co.uk/htdocs/acatalog/

                  CGI-BIN URL: http://www.photomedia-uk.co.uk/htdocs/cgi-bin/

                  Cheers Steve

                  Comment


                    #10
                    Try:

                    Catalog URL: http://www.photomedia-uk.co.uk/acatalog/
                    CGI-BIN URL: http://www.photomedia-uk.co.uk/cgi-bin/
                    Path from CGI-BIN to Catalog Directory: ../acatalog/
                    Path to CGI-BIN: /htdocs/cgi-bin

                    This assumes that when you ftp in to your webspace you have the following folder layout:

                    /htdocs
                    /htdocs/cgi-bin
                    /htdocs/acatalog
                    Matt
                    Actinic User since v.3

                    Custom Actinic Site Specialist:
                    <a href="http://www.glowsticksdirect.co.uk/">GlowSticksDirect.co.uk</a>
                    <a href="http://www.digishopdirect.co.uk/">DigiShopDirect.co.uk</a>
                    <a href="http://www.calibreshopping.co.uk/">CalibreShopping.co.uk</a>

                    Comment


                      #11
                      Hi Pneumatus,

                      I have tried those settings - no joy.

                      my web space is laid out thus:

                      /htdocs/acatalog
                      /htdocs/cgi-bin
                      /logfiles
                      /private

                      still freezes on testing write permissions - even when all permissions selected.

                      do you think it is worth taking a snapshot then reinstalling Actinic 7 lite This is the free 25 version. It shouldn't make a difference...should it?

                      My hosting company gave me this for the Path from CGI-BIN to Catalog Directory: /home/fhlinux203/p/photomedia-uk.co.uk/user/htdocs/cgi-bin

                      It won't work. In fact only if the cgi path is htdocs/cgi-bin will it work.

                      sigh...

                      Thanks Steve

                      Comment


                        #12
                        Quick note:

                        While trying the wizard...it says it has a problem verifying the web server...error sending request...

                        Regards,

                        Steve

                        Comment


                          #13
                          Hi Steve

                          One thing to check, is to see if the scripts are executing. To do this, you can do a helloworld perl test. All you need to do, is open notepad and copy and paste the following into there

                          Code:
                          #!/usr/bin/perl 
                          # simple Hello World script
                          print "Content-type: text/html\n\n";
                          print 'Hello World!';
                          Now save this as helloworld.pl

                          Once you have done that, simply ftp the helloworld.pl file into your /cgi-bin/ folder, set the permission to 755. Now open internet explorer and go to: http://www.photomedia-uk.co.uk/cgi-bin/helloworld.pl

                          If you get an error message, then it seems you webserver cannot either run the helloworld file or it there is a problem with the path to perl.

                          Please check

                          Kind Regards
                          Nadeem Rasool
                          SellerDeck Development

                          Comment


                            #14
                            Hi,

                            What does that script do? I went to the link and got:

                            Internal Server Error
                            The server encountered an internal error or misconfiguration and was unable to complete your request.
                            Please contact the server administrator, webmaster@photomedia-uk.co.uk and inform them of the time the error occurred, and anything you might have done that may have caused the error.

                            More information about this error may be available in the server error log.

                            I looked in the server log and this was there...

                            Premature end of script headers: /home/fhlinux203/p/photomedia-uk.co.uk/user/htdocs/cgi-bin/helloworld.pl

                            Does this mean that the script is incorrect?

                            Kind regards,

                            Steve

                            Comment


                              #15
                              Hi Steve

                              The script should just print the word 'Hello world' but its not doing that. So it might be an idea to ask you hosting company why does a non actinic script - helloworld not work. If you can sort out that issue, then you should be able to use the Actinic store.

                              Kind Regards
                              Nadeem Rasool
                              SellerDeck Development

                              Comment

                              Working...
                              X