Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Jul 2007
    Posts
    45
    Plugin Contributions
    0

    Default Re: System Setup HTTP 406 Error

    Quote Originally Posted by DrByte View Post
    Is this happening on a test computer, or on a live webserver?
    Who's the host?
    Can you share a URL to the zc_install folder?
    I have sent you a pm with all the details hopefully you may come up with answers. It is a live webserver

  2. #12
    Join Date
    Jan 2004
    Posts
    66,445
    Plugin Contributions
    81

    Default Re: System Setup HTTP 406 Error

    Your server's mod_security or related configuration is blocking the passing of "http://..." in the browser URL.

    This is a known problem affecting a small percentage of hosts, and a workaround is being developed for v1.4.0.
    In the meantime, the best solution is to ensure that your zc_install/.htaccess file contains the directives to disable mod_security.

    The default contents are:
    Code:
    # The following disables mod_security in apache, which may be necessary during installation
    # This file should only be used INSIDE the zc_install folder. Using the following directive elsewhere can
    # cause security problems on your site. Talk to your webhost if you are concerned about its effects.
    
    <IfModule mod_security.c>
        SecFilterEngine Off
        SecFilterScanPOST Off
    </IfModule>
    
    ## If for some reason the above doesn't produce the desired results, simply remove the # from the 
    ## following lines:
    #SecFilterEngine off
    #SecFilterScanPOST Off
    You could try changing it to just read this:
    Code:
    SecFilterEngine off
    SecFilterScanPOST Off
    Granted, if your host doesn't want you to override it, then using this method will cause a 500 error.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #13
    Join Date
    Jul 2007
    Posts
    45
    Plugin Contributions
    0

    Default Re: System Setup HTTP 406 Error

    I tried the change to the .htaccess but I got the 500 error so I guess I will have to wait for the fix or change host

  4. #14
    Join Date
    Jan 2004
    Posts
    66,445
    Plugin Contributions
    81

    Default Re: System Setup HTTP 406 Error

    ... or ask your host for a way to disable mod_security for 5 minutes ...
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #15
    Join Date
    Jul 2007
    Posts
    45
    Plugin Contributions
    0

    Default Re: System Setup HTTP 406 Error

    I was able to manually install it (not the best way but it works ok at the moment) but next time i have to upgrade I will ask the hosts to disable the mod_security for a short time, thanks for your help

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Virtual Merchant HTTP 406 error
    By talk2kmf in forum Addon Payment Modules
    Replies: 0
    Last Post: 3 Dec 2009, 10:59 AM
  2. HTTP 406 Error when updating any products
    By oxxyfx in forum General Questions
    Replies: 3
    Last Post: 26 Oct 2009, 07:40 AM
  3. HTTP 406 error on invalid credit card
    By stagebrace in forum PayPal Website Payments Pro support
    Replies: 4
    Last Post: 18 Jan 2008, 09:44 PM
  4. System setup - HTTP error 403
    By bexford in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 28 May 2007, 01:56 PM
  5. System setup - HTTP error 403
    By bexford in forum Installing on a Linux/Unix Server
    Replies: 0
    Last Post: 28 May 2007, 10:15 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg