Hi all,
I have some scripts (both in production and in development) that abort (500 Internal Server Error) and I don't know why.
I think the problem is at server level: some script was working since many weeks, and I didn't change anything.
Btw I set some variables in my php.ini to have more information. But the only message I get in the error_log is: premature end of the script
Note:
- no other php error message
- processing time: 5-10 secs (limit is 30secs)
- memory limit: 8Mb (but also 64Mb does not make difference)
- display_error on
- display_startup_error = on
- error_reporting E_ALL
- tracking the script, it seems working right
How can I get more information about that error ?