You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to upload a file, you get a "error: forbidden" dialog box. Viewing the console, you find "CSRF check failed. Your form session may have expired, or you may not have cookies enabled.".
The text was updated successfully, but these errors were encountered:
Reason seems to be that there is no form data transmitted, including _cat_ajax, which would disable CSRFMagic for AJAX calls. $_REQUEST is empty, dunno why.
When trying to upload a file, you get a "error: forbidden" dialog box. Viewing the console, you find "CSRF check failed. Your form session may have expired, or you may not have cookies enabled.".
The text was updated successfully, but these errors were encountered: