XF 2.1 Oops! We ran into some problems.

Faust

Well-known member
Hi. I tried to set some nodes permissions, and when pressing save I got this issue:

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

I check browser console and I got this error:

Failed to load resource: the server responded with a status of 403 ()
Unchecked runtime.lastError: QUOTA_BYTES_PER_ITEM quota exceeded

Any advice or idea how I can fix this issue ?
Thanks
 
Last edited:
Tried again. And got this error

admin.php?permissions/nodes/staff-members.51/edit&user_group_id=11:1 Unchecked runtime.lastError: QUOTA_BYTES_PER_ITEM quota exceeded
/admin.php?permissions/nodes/staff-members.51/save&type=user_group&user_group_id=11:1 Failed to load resource: the server responded with a status of 403 ()
core-compiled.js?_v=1f8f4f0a:45 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>

defaultAjaxError @ core-compiled.js?_v=1f8f4f0a:45
 
That is certainly not a browser issue lol. You get a 403 Forbidden. Do you have any firewall or htaccess rule in place? Seems like something in the request body is being blocked.
 
Top Bottom