XF 2.0 I can not save the changes templates

carloslitho

Member
error:
Oops! We ran into some problems.
Oops! We ran into some problems. Please try again later. More error details may be in the browser console.


Xenforo V: 2.0.7
print:
 

Attachments

  • Screenshot_2.webp
    Screenshot_2.webp
    65.3 KB · Views: 16
Last edited:
Solved. Security sw was graylisting. It was modsecurity... Had to uncomment these in htaccess

Code:
<IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
</IfModule>
 
Top Bottom