Cartweaver Community Forums




Click on Join Now to Sign Up
The error in question is:
[Mon Jul 12 18:39:45 2010] [error] [client 86.136.147.27] mod_security: Access denied with code 403. Pattern match "((select|grant|delete|insert|drop|alter|replace|truncate|update|create|rename|describe)[[:space:]]+[A-Z|a-z|0-9|\\\\*| |\\\\,]+[[:space:]]+(from|into|table|database|index|view)[[:space:]]+[A-Z|a-z|0-9|\\\\*| |\\\\,]|UNION SELECT.*\\\\'.*\\\\'.*,[0-9].*INTO.*FROM)" at POST_PAYLOAD [id "300013"] [rev "1"] [msg "Generic SQL injection protection"] [severity "CRITICAL"] [hostname "www.xxyyzz.co.uk"] [uri "/cw3/admin/ProductForm.php?"]
which means you're being blocked by the mod_security system.
If you add
SecFilterRemove 300013
to a .htaccess file, it will stop that rule from triggering on your site/directory. However, if you do continue to get issues, you can switch off mod_security with the following line: