I was getting the same error when I tried to save the template with <script> HTML code inside. I solved the problem disabling MOD_SECURITY in .htaccess. Put these lines in the top of .htaccess file:
Code: Select all
SecFilterEngine Off
SecFilterScanPOST Off
I hope it helps you
Luis Gabriel