Same problem here, just keep getting the same message-very frustrating!!! please help, thanks
Same problem here, just keep getting the same message-very frustrating!!! please help, thanks
I too am getting this error at the system setup stage error 406 An appropriate representation of the requested resource /testsite/zc_install/index.php could not be found on this server.
I have tried renaming the .htaccess file but to no luck and also reinstalling the zc_install folder
I can pm across the true path that is failing. Thanks for any help. The fileset is 1.3.7 for a fresh install
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?
.
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.
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:You could try changing it to just read this: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 OffGranted, if your host doesn't want you to override it, then using this method will cause a 500 error.Code:SecFilterEngine off SecFilterScanPOST Off
.
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.
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
... 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.