XF 2.0 Node group perms not working

I have super admin yet whenever I try to set node permissions for any group it tells me
Oops! We ran into some problems. Please try again later. More error details may be in the browser console.

And my console says:

HTTP403: FORBIDDEN - The server understood the request, but is refusing to fulfill it.
(XHR)POST - http://floridastaterp.com/admin.php...missions/save&type=user_group&user_group_id=3

PHP: !DOCTYPE html>
html style="height:100%">
head>title> 403 Forbidden

/title>/head>
body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
div style="height:auto; min-height:100%; "> div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">403/h1>
h2 style="margin-top:20px;font-size: 30px;">Forbidden

/h2>
p>Access to this resource on the server is denied!/p>
/div>/div>/body>/html>​
 
That looks like a server level security mechanism, such as mod sec or similar.

Your host should be able to resolve it by whitelisting.
 
Top Bottom