Announcement

Collapse
No announcement yet.

Network Setup Issue CentOS/Apache Actinic Business Plus v9

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

    Network Setup Issue CentOS/Apache Actinic Business Plus v9

    Host > Virtual Machine running on my own server colocated within a datahouse rack
    Unix or windows hosting > Unix with CentOS/Apache
    Is this your first upload? Yes
    Has it worked in the past? No
    Have you compacted the database in the housekeeping menu? Nothing to compact
    Have you changed the cgi number in network setup and tried to reupload? Yes
    Have you run the network wizard? Yes, completes successfully (although I skip the SMTP setup stage for now)

    Network settings:
    HTTPPROXYMODE 0
    HTTPPROXYADDRESS
    HTTPPROXYPORT 80
    HTTPPROXYUSER
    HTTPPROXYPASSWORD
    FTPPROXYMODE 0
    FTPPROXYADDRESS
    FTPPROXYPORT 21
    FTPPROXYUSER
    FTPPROXYPASSWORD
    SCRIPTID 1
    SCRIPTEXT .pl
    SMTPHOST
    WEBSITEURL http://www.purefurniture.net/
    IGNOREPASSIVEERRORS false
    USERELATIVECGIURLS false
    PATHTOPERL /usr/bin/perl
    USEENHANCEFTP false
    FTPCLIENTTIMEOUT 15000
    FTPRETRYDELAY 3000
    FTPKEEPALIVEINTERVAL 30000
    FTPSILENT false
    FTPMAXRETRIES 3
    FTPCONNECTTIMEOUT 25000
    SMTPAUTHREQUIRED false
    SMTPUSERNAME
    SMTPPASSWORD
    COMPRESSIONPACKETSIZE 1024
    COMPRESSEDUPLOAD false
    CATALOGURL http://www.purefurniture.net/furniture/
    ONLINESTOREFOLDERNAME furniture
    CGIBINURL http://www.purefurniture.net/cgi-bin/
    PATHFROMCGITOCATALOG /var/www/html/pf/furniture/
    CODEBASE ./
    FTPHOST www.purefurniture.net
    FTPUSERNAME actinic
    FTPPASSWORD ******
    PATHTOCGIBIN /var/www/html/pf/cgi-bin/
    USEPASSIVEFTP true
    FTPPATHFROMCGITOCATALOG


    Problem encountered:
    The network wizard setup completes successfully. A purge/refresh fails at the stage of uploading a file called nq00001.pl. If that step is bypassed, the next step of ""purging file of type fil" fails, then the purge/refresh continues.

    Each time, the error given is as follows:
    Actinic received a server error from the web server. The CGI scripts are not executing properly on the server. The error could be caused by several things. Check:
    - the 'Path to the Perl shell'
    - the 'CGI script extension'
    - the 'Path to CGI-BIN'
    - the 'CGI-BIN URL.
    - the amount of web space left on your server
    - if your server is configured to accept POSTs to CGI scripts
    - the permissions on the server:

    On Linux/Unix based servers the permissions should be:
    cgi-bin (755) – drwxr-xr-x
    Online Store Folder (777) – drwxrwxrwx
    On Windows based servers (need to be checked with the hosting company):
    IIS
    cgi-bin = read/execute
    Online Store Folder = read/write/execute
    NTFS
    cgi-bin = Catalog's FTP account needs 'Change' permissions on the directory
    Online Store Folder = Catalog's FTP account needs 'Change' permissions on the directory AND the IUSR_<servername> account needs to have 'Change' permissions on the directory

    Run Web | Configure Web Site Details... to review your web site configuration.

    #2
    you dont say if you have checked the folder permissions?
    you dont say who the host is?

    Also i see you have long paths to the cgi bin

    can you do the following
    make sure the folder permissions are correct
    create a new ftp account which only has access to your website root and not the server root.
    use this ftp account in actinic and run the seup wizard again.

    the error indicates there is a problem either navigating to the cgi-bin or setting permissions

    Some people use the master ftp account but personally i never recommend it for two reasons.
    1) it makes setting up a little more awkard
    2) if someone gets you ftp details they can do alot more damage to you hosting account

    Darren

    Comment


      #3
      Hi Darren
      The ftp user account being used has username "actinic" and properties /sbin/nologin, which I understand only allow access to the webroot and folders contained within that.
      The setup wizard completes successfully, it's only when publishing the site that the issues start.
      The site is hosted on a Hyper-V virtual machine on a server I own.
      I don't understand permissions in Unix, I vaguely remember seeing a webpage giving a summary of all folder permissions but I can no longer find that page.
      cgi-bin - apache is the owner, actinic has 775. If actinic has 755 it doesn't allow the wizard to complete (ie actinic group requires write permissions on the cgi-bin folder)
      root "pf" folder - apache is the owner and actinic has 775 (again, the wizard didnt complete without write permissions)
      furniture (online store folder) has 777

      Many thanks for your assistance!
      Chris

      Comment


        #4
        ok im not familiar with cent os

        can you change the permission of the acatalog folder to 777 and test, also try doing this with the cgi-bin, actinic should reset all the files to the correct permissions on upload.

        also im not sure if it could be down to the permissions is set to apache, this might need to be nobody

        as i said i have not setup with centos and hyper v before

        Comment


          #5
          I'm not sure that the PATHTOCGIBIN is correct.
          Code:
          ...
          CATALOGURL http://www.purefurniture.net/furniture/
          ONLINESTOREFOLDERNAME furniture
          CGIBINURL http://www.purefurniture.net/cgi-bin/
          PATHFROMCGITOCATALOG /var/www/html/pf/furniture/
          CODEBASE ./
          FTPHOST www.purefurniture.net
          FTPUSERNAME actinic
          FTPPASSWORD ******
          PATHTOCGIBIN /var/www/html/pf/cgi-bin
          ...
          I would've expectd somethinglike this instead:
          Code:
          PATHTOCGIBIN ../furniture/

          Comment


            #6
            The path to cgi bin seems to have been accepted by the wizard as relative to the root of the machine.

            I think the crux of the issue is that I cannot see in any of the documentation which users require which permissions on which folders?
            I have 3 users:
            actinic > this is the ftp user
            apache > equivalent to the "system" user?
            root > equivalent to "administrator"?

            and 3 folders I can set permissions on:
            /var/www/html/pf/ > the webroot folder
            /var/www/html/pf/furniture > the actinic catalogue folder
            /var/www/html/pf/cgi-bin > the cgi bin folder

            Which users require which permissions on those 3 folders?

            from error log:
            Sun Dec 19 21:09:17 2010] [error] [client 172.20.1.1] Premature end of script headers: nq000001.pl

            summary from http://www.purefurniture.net/cgi-bin...S=5e4cVIaw7ys0

            Perl Environment
            Perl Version 5.008008
            Digest::MD5 Installed
            ActinicEncrypt1024 Not installed
            Real CGI User apache
            Real CGI Group apache
            Effective CGI User apache
            Effective CGI Group apache
            Script name /var/www/html/pf/cgi-bin/se000001.pl
            FTP User actinic
            FTP Group actinic

            Server Environment
            DOCUMENT_ROOT /var/www/html/pf
            GATEWAY_INTERFACE CGI/1.1
            HTTP_ACCEPT */*
            HTTP_ACCEPT_ENCODING gzip
            HTTP_ACCEPT_LANGUAGE en-GB
            HTTP_CONNECTION Keep-Alive
            HTTP_HOST cam-linux
            HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; SLCC1; InfoPath.3; .NET4.0C)
            HTTP_VIA 1.1 CAM-TMG, 1.1 CAM-TMG
            PATH /sbin:/usr/sbin:/bin:/usr/bin
            QUERY_STRING USER=tQIyVT0sIt12&PASS=5e4cVIaw7ys0
            REMOTE_ADDR 172.20.1.1
            REMOTE_PORT 37258
            REQUEST_METHOD GET
            REQUEST_URI /cgi-bin/se000001.pl?USER=tQIyVT0sIt12&PASS=5e4cVIaw7ys0
            SCRIPT_FILENAME /var/www/html/pf/cgi-bin/se000001.pl
            SCRIPT_NAME /cgi-bin/se000001.pl
            SERVER_ADDR 172.20.1.21
            SERVER_ADMIN webmaster@purefurniture.net
            SERVER_NAME cam-linux
            SERVER_PORT 80
            SERVER_PROTOCOL HTTP/1.1
            SERVER_SIGNATURE Apache/2.2.3 (CentOS) Server at cam-linux Port 80
            SERVER_SOFTWARE Apache/2.2.3 (CentOS)

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

            Check script permissions in Online Store Folder.
            Create file in Online Store Folder...

            Success
            Chmod file...

            Success
            Rename file...

            Success
            Remove file...

            Success
            File Permissions
            Files in /cgi-bin
            /var/www/html/pf/cgi-bin/rwxr-xr-x actinic actinic 39546 2010/12/19 21:10:47 ss000001.pl
            rwxr-xr-x actinic actinic 181787 2010/12/19 21:09:44 os000001.pl
            rw-r--r-- actinic actinic 2720 2010/12/19 21:14:26 ao000001.pm
            rwxr-xr-x actinic actinic 15094 2010/12/19 16:41:16 ts000001.pl
            rwxr-xr-x actinic actinic 29699 2010/12/19 21:09:12 nq000001.pl
            rwxr-xr-x actinic actinic 11059 2010/12/19 21:13:24 sl000001.pm
            rwxr-xr-x actinic actinic 39148 2010/12/19 21:13:16 cm000001.pm
            rwxr-xr-x actinic actinic 2484 2010/12/19 21:12:00 rs000001.pl
            rwxr-xr-x actinic actinic 32389 2010/12/19 21:13:21 sm000001.pm
            rwxr-xr-x actinic actinic 3466 2010/12/19 21:11:38 sh000001.pl
            rwxr-xr-x actinic actinic 6120 2010/12/19 21:12:19 ac000001.pm
            rwxr-xr-x actinic actinic 32978 2010/12/19 21:12:40 ax000001.pm
            rwxr-xr-x actinic actinic 46072 2010/12/19 21:10:04 ca000001.pl
            rwxr-xr-x actinic actinic 9537 2010/12/19 21:11:04 bb000001.pl
            rwxr-xr-x actinic actinic 13804 2010/12/19 21:10:20 cm000001.pl
            rwxr-xr-x actinic actinic 4409 2010/12/19 21:11:41 ms000001.pl
            rwxr-xr-x actinic actinic 124300 2010/12/19 21:13:59 al000001.pm
            rwxr-xr-x actinic actinic 3693 2010/12/19 21:13:51 ae000001.pm
            rwxr-xr-x actinic actinic 1540 2010/12/19 16:41:19 cp000001.pl
            rwxrwxrwx root root 166 2010/12/19 20:24:08 test.pl
            rwxr-xr-x actinic actinic 25579 2010/12/19 21:13:33 dc000001.pm
            rwxr-xr-x actinic actinic 10853 2010/12/19 21:12:58 px000001.pm
            rw-r--r-- root root 32768 2010/12/19 21:14:17 .se000001.pl.swp
            rwxr-xr-x actinic actinic 6877 2010/12/19 21:14:05 ad000001.pm
            rwxr-xr-x actinic actinic 6312 2010/12/19 21:11:43 mf000001.pl
            rwxrwxrwx actinic apache 4096 2010/12/19 20:26:49 ..
            rwxr-xr-x actinic actinic 14341 2010/12/19 21:11:21 md000001.pl
            rwxrwxrwx apache actinic 4096 2010/12/19 21:14:26 .
            rwxr-xr-x actinic actinic 7145 2010/12/19 21:14:02 as000001.pm
            rwxr-xr-x actinic actinic 20338 2010/12/19 21:14:13 se000001.pl

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

            Files in /cgi-bin/../
            /var/www/html/pf/rw-r--r-- actinic actinic 5696 2010/12/19 20:26:50 index.html
            rwxrwxrwx apache actinic 4096 2010/12/19 21:14:26 cgi-bin
            rwxr-xr-x apache apache 4096 2010/11/18 10:45:28 ..
            rwxrwxrwx actinic apache 4096 2010/12/19 20:26:49 .
            rwxrwxrwx actinic apache 12288 2010/12/19 21:14:27 furniture

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

            Files in Online Store Folder
            /var/www/html/pf/furniture/rwxrwxrwx actinic apache 12288 2010/12/19 21:14:27 .
            rwxrwxrwx actinic apache 4096 2010/12/19 20:26:49 ..
            rw-r--r-- actinic actinic 6649 2010/12/19 20:24:58 results.html
            rw-r--r-- actinic actinic 4969 2010/12/19 20:27:37 Accessories.html
            rw-r--r-- actinic actinic 232 2010/12/19 21:07:46 button_back.gif
            rw-r--r-- actinic actinic 253 2010/12/19 21:08:41 button_brochure_news.gif
            rw-r--r-- actinic actinic 7286 2010/12/19 20:27:02 Modern_furniture.html
            rw-r--r-- actinic actinic 475 2010/12/19 21:08:16 button_singleaddtocart.gif
            rw-r--r-- actinic actinic 311 2010/12/19 21:07:51 button_brochure_welcome.gif
            rw-r--r-- actinic actinic 1556 2010/12/19 20:26:13 mergephrase.fil
            rw-rw-rw- actinic actinic 6 2010/12/19 20:25:49 fulladdress.fil
            rw-r--r-- actinic actinic 22402 2010/12/19 20:25:23 order01.html
            rw-rw-rw- actinic actinic 98 2010/12/19 20:26:03 fulltext.fil
            rw-r--r-- actinic actinic 12586 2010/12/19 20:25:15 SCTemplate.html
            rw-r--r-- actinic actinic 4933 2010/12/19 20:26:24 sharedssllink.html
            rw-r--r-- actinic actinic 4997 2010/12/19 20:27:19 Modern_furniture__.html
            rw-r--r-- actinic actinic 521 2010/12/19 21:10:36 A00013.cat
            rw-r--r-- actinic actinic 228 2010/12/19 21:06:53 button_brochure_links.gif
            rw-r--r-- actinic actinic 18912 2010/12/19 20:25:06 signature.html
            rw-r--r-- actinic actinic 6346 2010/12/19 20:25:54 order03.html
            rw-r--r-- actinic actinic 115 2010/12/19 21:08:29 theme_section_image.gif
            rw-r--r-- actinic actinic 311 2010/12/19 21:06:04 button_entershop_highlight.gif
            rw-r--r-- actinic actinic 10783 2010/12/19 20:25:09 ODTemplate.html
            rw-r--r-- actinic actinic 1843 2010/12/19 20:26:16 Act_AdminEmail.txt
            rw-r--r-- actinic actinic 65299 2010/12/19 20:24:32 actinic.css
            rw-r--r-- actinic actinic 237 2010/12/19 21:07:42 button_brochure_more.gif
            rw-r--r-- actinic actinic 299 2010/12/19 21:08:37 button_brochure_default.gif
            rw-r--r-- actinic actinic 325 2010/12/19 21:06:14 button_contact_highlight.gif
            rw-r--r-- actinic actinic 520 2010/12/19 20:27:43 A0000.cat
            rw-r--r-- actinic actinic 362 2010/12/19 21:08:44 button_brochure_about.gif
            rw-r--r-- actinic actinic 247 2010/12/19 21:07:57 button_login_highlight.gif
            rw-r--r-- actinic actinic 309 2010/12/19 21:07:05 button_up_highlight.gif
            rw-r--r-- actinic actinic 315 2010/12/19 21:08:55 button_checkout.gif
            rw-r--r-- actinic actinic 10535 2010/12/19 20:26:59 index.html
            rw-r--r-- actinic actinic 521 2010/12/19 21:11:52 A00017.cat
            rw-r--r-- actinic actinic 4981 2010/12/19 20:27:14 Classic_stuff_.html
            rw-r--r-- actinic actinic 1978 2010/12/19 21:09:27 A0009.cat
            rw-r--r-- actinic actinic 4985 2010/12/19 20:27:22 Classic_stuff__.html
            rw-r--r-- actinic actinic 129 2010/12/19 20:23:44 phase.fil
            rw-r--r-- actinic actinic 5009 2010/12/19 20:27:08 Another_category_item.html
            rw-r--r-- actinic actinic 266 2010/12/19 21:07:29 button_search_highlight.gif
            rw-r--r-- actinic actinic 4989 2010/12/19 20:27:31 Classic_stuff___.html
            rw-r--r-- actinic actinic 79084 2010/12/19 21:14:18 prompt.fil
            rw-r--r-- actinic actinic 314 2010/12/19 21:07:39 button_storetop.gif
            rw-r--r-- actinic actinic 7311 2010/12/19 20:24:43 style.css
            rw-r--r-- actinic actinic 305 2010/12/19 21:07:20 button_sitemap.gif
            rw-r--r-- actinic actinic 521 2010/12/19 21:11:12 A00015.cat
            rw-r--r-- actinic actinic 319 2010/12/19 21:06:50 button_viewcart.gif
            rw-r--r-- actinic actinic 3604 2010/12/19 20:27:40 A000.cat
            rw-r--r-- actinic actinic 312 2010/12/19 21:08:24 button_checkout_highlight.gif
            rw-r--r-- actinic actinic 1049 2010/12/19 20:27:55 actinicextras.js
            rw-r--r-- actinic actinic 9866 2010/12/19 20:27:52 actiniccore.js
            rw-r--r-- actinic actinic 4858 2010/12/19 20:26:21 bounce.html
            rw-r--r-- actinic actinic 5013 2010/12/19 20:27:17 Another_category_item_.html
            rw-r--r-- actinic actinic 5017 2010/12/19 20:27:25 Another_category_item__.html
            rw-r--r-- actinic actinic 7978 2010/12/19 21:08:50 table.gif
            rw-r--r-- actinic actinic 530 2010/12/19 20:25:12 search.fil
            rw-r--r-- actinic actinic 8641 2010/12/19 20:26:00 order04.html
            rw-r--r-- actinic actinic 313 2010/12/19 21:08:14 button_storetop_highlight.gif
            rw-r--r-- actinic actinic 73 2010/12/19 20:25:57 sspsetup.fil
            rw-r--r-- actinic actinic 1175 2010/12/19 20:26:18 discounts.fil
            rw-r--r-- actinic actinic 521 2010/12/19 21:10:55 A00014.cat
            rw-r--r-- actinic actinic 289 2010/12/19 21:08:34 button_brochure_location.gif
            rw-r--r-- actinic actinic 8740 2010/12/19 20:24:24 locations.fil
            rw-r--r-- actinic actinic 521 2010/12/19 21:10:12 A00011.cat
            rw-r--r-- actinic actinic 10462 2010/12/19 20:24:49 info.html
            rw-r--r-- actinic actinic 313 2010/12/19 21:07:36 button_entershop.gif
            rw-rw-rw- actinic actinic 191 2010/12/19 20:26:06 fullprod.fil
            rw-r--r-- actinic actinic 318 2010/12/19 21:08:21 button_viewcart_highlight.gif
            rw-r--r-- actinic actinic 241 2010/12/19 21:07:49 button_home_highlight.gif
            rw-r--r-- actinic actinic 238 2010/12/19 21:08:39 button_brochure_more_highlight.gif
            rw-r--r-- actinic actinic 295 2010/12/19 21:06:56 button_brochure_specials.gif
            rw-r--r-- actinic actinic 19188 2010/12/19 20:25:02 login.html
            rw-r--r-- actinic actinic 6052 2010/12/19 20:24:55 search.html
            rw-r--r-- actinic actinic 57959 2010/12/19 21:10:34 ActinicShipping.fil
            rw-r--r-- actinic actinic 539 2010/12/19 20:24:01 payment.fil
            rw-r--r-- actinic actinic 21527 2010/12/19 21:07:55 chair.gif
            rw-r--r-- actinic actinic 5021 2010/12/19 20:27:34 Another_category_item___.html
            rw-r--r-- actinic actinic 521 2010/12/19 21:12:49 A00020.cat
            rw-r--r-- actinic actinic 3531 2010/12/19 20:24:38 taxsetup.fil
            rw-r--r-- actinic actinic 231 2010/12/19 21:07:32 button_back_highlight.gif
            rw-r--r-- actinic actinic 952 2010/12/19 21:06:08 theme_corporate_logo.gif
            rw-r--r-- actinic actinic 521 2010/12/19 21:12:29 A00019.cat
            rw-r--r-- actinic actinic 4851 2010/12/19 20:26:27 CRTemplate.html
            rw-r--r-- actinic actinic 521 2010/12/19 21:13:06 A00021.cat
            rw-r--r-- actinic actinic 104 2010/12/19 20:26:08 priceband.fil
            rw-r--r-- actinic actinic 521 2010/12/19 21:10:28 A00012.cat
            rw-r--r-- actinic actinic 1034 2010/12/19 21:07:26 PoweredByActinic.gif
            rw-r--r-- actinic actinic 266 2010/12/19 21:07:01 button_search.gif
            rw-r--r-- actinic actinic 6 2010/12/19 20:25:51 ver.fil
            rw-r--r-- actinic actinic 303 2010/12/19 21:06:01 button_sitemap_highlight.gif
            rw-r--r-- actinic actinic 13965 2010/12/19 20:25:19 order00.html
            rw-r--r-- actinic actinic 248 2010/12/19 21:07:24 button_login.gif
            rw-r--r-- actinic actinic 325 2010/12/19 21:08:26 button_contact.gif
            rw-r--r-- actinic actinic 15802 2010/12/19 20:25:27 order02.html
            rw-r--r-- actinic actinic 521 2010/12/19 21:12:09 A00018.cat
            rw-r--r-- actinic actinic 26 2010/12/19 20:24:26 customsearch.fil
            rw-r--r-- actinic actinic 405 2010/12/19 21:08:52 button_terms_highlight.gif
            rw-r--r-- actinic actinic 405 2010/12/19 21:07:17 button_terms.gif
            rw-r--r-- actinic actinic 20061 2010/12/19 20:26:34 PPOrderConfirm.html
            rw-r--r-- actinic actinic 73 2010/12/19 21:06:47 theme_main_background.gif
            rw-r--r-- actinic actinic 156 2010/12/19 21:06:11 invisible_image.gif
            rw-r--r-- actinic actinic 5401 2010/12/19 20:24:46 sitemap.html
            rw-r--r-- actinic actinic 311 2010/12/19 21:08:31 button_up.gif
            rw-r--r-- actinic actinic 13867 2010/12/19 21:06:18 deck_chair.jpg
            rw-r--r-- actinic actinic 6181 2010/12/19 20:26:30 infopopup.html
            rw-r--r-- actinic actinic 240 2010/12/19 21:08:46 button_home.gif
            rw-r--r-- actinic actinic 298 2010/12/19 21:07:11 button_brochure_default_highlight.gif
            rw-rw-rw- actinic actinic 6 2010/12/19 20:25:29 fullbuyer.fil
            rw-r--r-- actinic actinic 5001 2010/12/19 20:27:28 Modern_furniture___.html
            rw-r--r-- actinic actinic 325 2010/12/19 21:08:19 button_brochure_contact.gif
            rw-rw-rw- actinic actinic 6 2010/12/19 20:25:32 fullaccount.fil
            rw-r--r-- actinic actinic 4977 2010/12/19 20:27:05 Classic_stuff.html
            rw-rw-rw- actinic actinic 8 2010/12/19 20:26:11 fullprice.fil
            rw-r--r-- actinic actinic 6176 2010/12/19 20:24:52 mail_form.html
            rw-r--r-- actinic actinic 521 2010/12/19 21:09:52 A00010.cat
            rw-r--r-- actinic actinic 4993 2010/12/19 20:27:11 Modern_furniture_.html
            rw-r--r-- actinic actinic 203 2010/12/19 20:24:40 theme.css
            rw-r--r-- actinic actinic 4808 2010/12/19 21:13:43 nqset00.fil
            rw-r--r-- actinic actinic 521 2010/12/19 21:11:29 A00016.cat
            rwxrwxrwx actinic actinic 4096 2010/12/19 21:06:35 DD

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

            Files in root of Online Store Folder
            /var/www/html/pf/rw-r--r-- actinic actinic 5696 2010/12/19 20:26:50 index.html
            rwxrwxrwx apache actinic 4096 2010/12/19 21:14:26 cgi-bin
            rwxr-xr-x apache apache 4096 2010/11/18 10:45:28 ..
            rwxrwxrwx actinic apache 4096 2010/12/19 20:26:49 .
            rwxrwxrwx actinic apache 12288 2010/12/19 21:14:27 furniture

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

            SMTP Communication


            No SMTP server is specified.
            SMTP Test failed
            _____ End of SMTP Test ____

            Comment


              #7
              Finally diagnosed as an ftp issue. Files being uploaded carried the CRLF end of line win32 behavior which interfered with perl execution of those files.
              I'm running Actinic v9 on Windows 7 Ultimate 32bit.

              Comment

              Working...
              X