Erik P.
Member
I'm having a problem submitting forms in the admin site. For some reason I have yet to figure out, JS POSTed forms are being posted with an array of duplicate csrf tokens. print_r($_POST) right at top of admin.php dumps this in the browser JS console:
I'm 100% sure this is an artifact related to my server environment but I'm not sure what is causing this. Any past experience with something similar would be appreciated.
Code:
[_xfToken] => Array
(
[0] => 1,...,...
[1] => 1,...,...
)
[_xfRequestUri] => /forums/admin.php?styles/default-style.1/edit
[_xfNoRedirect] => 1
[_xfResponseType] => json
I'm 100% sure this is an artifact related to my server environment but I'm not sure what is causing this. Any past experience with something similar would be appreciated.