TheLaw
Well-known member
XF 2.3.x has added many security additions and wonder whether this issue is related. I'm simply trying to add a user group variable to a template. Should be accepted without issue, just one number and a comma. But I get an error saving.
Oops! We ran into some problems. Please try again later. More error details may be in the browser console.
I look in console:
Hopefully I'm just missing something obvious but I can't think of it right now.
Oops! We ran into some problems. Please try again later. More error details may be in the browser console.
I look in console:
lockdown-install.js:1 Removing unpermitted intrinsics
admin.php:1 Unchecked runtime.lastError: The message port closed before a response was received.Understand this errorAI
core-compiled.js?_v=4063ff0b:40
POST https://www.mysite.com/admin.php?templates/thread_view.7927/save 403 (Forbidden)
ajax @ core-compiled.js?_v=4063ff0b:40
(anonymous) @ form.min.js?_v=4063ff0b_mt=undefined:6
setTimeout
submit @ form.min.js?_v=4063ff0b_mt=undefined:6Understand this errorAI
core-compiled.js?_v=4063ff0b:44 Error: <!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=4063ff0b:44
p @ core-compiled.js?_v=4063ff0b:38
ajax @ core-compiled.js?_v=4063ff0b:41
await in ajax
(anonymous) @ form.min.js?_v=4063ff0b_mt=undefined:6
setTimeout
submit @ form.min.js?_v=4063ff0b_mt=undefined:6Understand this errorAI
Hopefully I'm just missing something obvious but I can't think of it right now.