XF 2.1 Upgraded from 2.0.12 to 2.1 - Template Issues

Pointless

Member
I've recently updated my forum software from 2.0.12 to 2.1.0 and i'm running into troubles with the Style Properties. Attempting to update the "Messages" -> "User Info Block" size and user info elements return an error:

Code:
admin.php?styles/default-style.6/style-properties/group&group=message:1 Failed to load resource: the server responded with a status of 403 ()

core-compiled.js?_v=df1eec92:43 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>



defaultAjaxError @ core-compiled.js?_v=df1eec92:43


Attempting to update the "Footer" properties returns:

Code:
jquery-3.3.1.min.js?_v=df1eec92:2 POST https://forum.mywebsite.com/admin.php?styles/dimension.7/style-properties/group&group=xenfocus_footer 403

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>


I also have rebuilt the master data, does anyone know why is this happening
 
Top Bottom