500 Error on Large Files

nate
@nate
11 years ago
917 posts
I have a system that gets a 500 errors when the user ties to upload files 33mb in size. If I upload a smaller file like 2mb everything works fine.

Is this a server issue?
updated by @nate: 03/08/14 06:34:38AM
michael
@michael
11 years ago
7,800 posts
500 is always an "Internal Server Error". Check the servers logs to see if you can narrow down what the actual error is.

It could be an out of memory error or something.
nate
@nate
11 years ago
917 posts
It did say something about memory. I'll check it and get back to you.
brian
@brian
11 years ago
10,149 posts
Natedogg265:
Is this a server issue?

a 500 error is always a server/config issues (i.e. nod_rewrite not allowed, exceeding the max allowed PHP memory as set in php.ini).

Basically, if you get a 500 error it means an error happened at the server level, before Jamroom was even able to load up and do anything.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags