MyBB Community Forums

Full Version: Downloads Manager issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In the DM module I'm trying to upload files by the ACP.
However, I keep getting an error saying: "An authorization code mismatch occurred. Please confirm that you wish to perform the action below."

I've already searched the forum for a solution, but none of the other threads give answers to issue I'm having.
I've also CHMODDED the downloads folder but it didn't help.

Can someone guide me through on what it is I need to do to resolve this?
You'll probably want to post this in the Plugin Support area, this area is for MyBB support.
Thanks for letting me know this.

I'm always getting my threads confused with directories. ^^;
I think the problem might be that the file you're uploading is too big. There should be somewhere where you can find the PHP POST file upload max size, but I can't remember exactly where right now. Unfortunately, changing this is server specific, and some don't even let you change it.

IIRC the PHP default is 2 MB.
Okay.
Thank you for telling me this. ^^