XF 2.2 Permissions edit problem

xml

Active member
I am on the latest XF 2.2.12 ruining on Cpanel Almalinux VPS PHP 8.1

When I try to edit private Node permissions for a user group I get this error:
Oops! We ran into some problems. Please try again later. More error details may be in the browser console.

in the browser console I see this:
Code:
PHP: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>
</body></html>
 
Top Bottom