I was uploading some materials to the Premium Members section earlier and ran into an error:
I couldn't figure why I was getting the error because in my PHP configuration I had already changed from I think 8MB to 50MB years ago when setting up my system.
upload_max_filesize
The file I was trying to upload was only 14MB, so what gives? Turns out it was an easy fix, I just had to increase my
post_max_size
as well to 50MB.
The way PHP works if it's over that limit then IP.Board never gets to see the file.