On 26 Jun 2005, at 12:20 PM, Aaron S. Pava wrote:
When trying to upload files through the upload module, I am getting an error (500 Internal Server Error) after about 3 minutes: 500 Internal Server Error
...
error_log has only the most generic error message, unfortunately:
Have you set an appropriate level for PHP error reporting? You might set
error_reporting = E_ALL
while you are trying to sort this out, if you don't already have full reporting enabled.
Also, is it possible that your "upload_max_filesize" value is too small for what you are trying to do?