Quote Originally Posted by mohinder View Post
Not Acceptable

An appropriate representation of the requested resource /store/admin/sqlpatch.php could not be found on this server.
This is a result of security settings on your hosting server being set to prevent you from running potentially dangerous SQL commands via web pages.

The fastest way to work around this, if your hosting configuration doesn't object, is to edit the /admin/.htaccess file and insert just this line, at the end of the file:
Code:
SecFilterEngine off
This bypassess all the security protections for any script running from your admin area.