Announcement

Collapse
No announcement yet.

Trying to move from actinic trial to cobalt RAQ 4 problems

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

    Trying to move from actinic trial to cobalt RAQ 4 problems

    Hey all...Happy new Year!

    my trial hosting has ended so i'm trying to move to a cobalt raq 4(yeah i know....)

    I'm having a problem with it upload and the furthest i can go is to smtp and i get error
    i have used localhost!

    i have created the relevant folders and chmodded to 755

    i have tried many different permutations and get the error as seen in attachment.

    thanks in advance for any help on this gang!!

    Andrew
    Attached Files

    #2
    Go to Web / Network Setup / Test and report what that returns.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Hmmm....

      Maybe i should of said....

      Can somebody help me with a guide as to how to install Actinic V8 on to a Raq 4....

      Thanks in advance

      Andrew

      Comment


        #4
        have a read of the AUG

        Comment


          #5
          PATHTOCGIBIN cgi-bin/
          in the dark ages when i ran cobalt raQs I am pretty sure we used

          PATHTOCGIBIN /cgi-bin/

          Comment


            #6
            Resolved Raq issue......

            Thanks all.....!

            by the magic of trial and error i seem to have done it!!!
            many thanks again

            Andrew

            NB
            For any other Raq 4 User using Actinic V8, try these Settings and let me know if they work!
            Make sure you have put in an email address in Actinic - Settings| Business Settings

            Create UserName IN YOUR RAQ!
            Then FTP in to your server

            In Users :CHMOD UserName Folder to 771
            In User/web :create acatolog Folder - Then: CHMOD to 775
            In User/web :create cgi-bin Folder - Then: CHMOD to 775

            In /Web : create acatolog Folder - Then: CHMOD to 777(This i am not 100% sure but its working...any experts please advise!)
            In /web :create cgi-bin Folder - Then: CHMOD to 775

            Export Settings text should bare some resemblance to this:

            HTTPPROXYMODE 0
            HTTPPROXYADDRESS
            HTTPPROXYPORT 80
            HTTPPROXYUSER
            HTTPPROXYPASSWORD
            FTPPROXYMODE 0
            FTPPROXYADDRESS
            FTPPROXYPORT 21
            FTPPROXYUSER
            FTPPROXYPASSWORD
            SCRIPTID 1(any number will do)
            SCRIPTEXT .pl
            SMTPHOST your.pop3mailserver.com
            WEBSITEURL http://www.yourdomainname.com/
            IGNOREPASSIVEERRORS true
            USERELATIVECGIURLS false
            PATHTOPERL /usr/bin/perl
            USEENHANCEFTP false
            FTPCLIENTTIMEOUT 15000
            FTPRETRYDELAY 3000
            FTPSILENT false
            FTPMAXRETRIES 3
            FTPCONNECTTIMEOUT 25000
            SMTPAUTHREQUIRED false
            SMTPUSERNAME
            SMTPPASSWORD
            CATALOGURL http://www.yourdomainname.com/acatalog/
            CGIBINURL http://www.yourdomainname.com/cgi-bin/
            PATHFROMCGITOCATALOG ../acatalog/
            CODEBASE ./
            FTPHOST www.yourdomainname.com(or whatever you're given as an FTP address!)
            FTPUSERNAME yourusername
            FTPPASSWORD yourpassword
            PATHTOCGIBIN /web/cgi-bin/
            USEPASSIVEFTP false
            FTPPATHFROMCGITOCATALOG /web/acatalog/

            Comment

            Working...
            X