I've made a website on which users can upload a video file. All is fine and it worked like a charm for quite a while. But now all of a sudden (don't think i have changed anything) it will give a 500 Internal Server Error
. As far as i know nothing changed.
All settings in the php.ini file are set to 1gb size and 3000 seconds time for all associated settings. Does anyone know what could cause this?
EDIT
I found an error with Id '1' with source name 'named' and the description says cant find the description of the event or error (it's in dutch tho). I did find this:
managed-keys-zone ./IN: loading from master file managed-keys.bind failed: file not found
Regards, Dragon
The problem seems to be the size of the file. the only way i could find to work around this is to implement an Javascript upload script. I chose to use plupload and now it works as expected.