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:This bypassess all the security protections for any script running from your admin area.Code:SecFilterEngine off




