Grading - HTTP 500 Internal Server Error

Grading - HTTP 500 Internal Server Error

by Craig Birtwell -
Number of replies: 3

Hi,

We have an old Moodle 2.7.19+ server running PHP 5.4.4

Staff are trying to grade assignment submissions but now when they try and grade they are getting HTTP 500 Internal Server Error.

Any advise on resolving this issue will be much appreciated.

I turned on debugging and tried to generate some new logs I have attached.

Many Thanks

CBT



Average of ratings: -
In reply to Craig Birtwell

Re: Grading - HTTP 500 Internal Server Error

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
It's not always a good idea to separate php logs from web server logs. What you want to do is to find the 500 error in the logs and then see exactly which PHP errors are associated with it.
In reply to Craig Birtwell

Re: Grading - HTTP 500 Internal Server Error

by Craig Birtwell -
we found that the issue was caused by a recent upgrade to a planetestream plugin. We have now disabled this which has resolved the HTTP 500 errors when editing grades.
In reply to Craig Birtwell

Re: Grading - HTTP 500 Internal Server Error

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Ok... but 'Error 500' tells you nothing. It's important to find it in the logs to discover the underlying cause.