numbas / editor

An editor for the Numbas e-learning system.
http://numbas.mathcentre.ac.uk
Apache License 2.0
59 stars 61 forks source link

Error on trying to access Exams in numbas-editor and on mathcentre #132

Closed BillFoster closed 11 years ago

BillFoster commented 11 years ago

20.09 15/01/2013

Get message

Error fetching results: INTERNAL SERVER ERROR

anthonyyoud commented 11 years ago

This is due to a change in the columns of the exam database table. The database migration script is meant to sort this out, but isn't running properly. Trying to work out what's wrong.

On 15/01/13 20:09, Bill Foster wrote:

20.09 15/01/2013

Get message

Error fetching results: INTERNAL SERVER ERROR

— Reply to this email directly or view it on GitHub https://github.com/numbas/editor/issues/132.

anthonyyoud commented 11 years ago

This was also broken on numbas.mathcentre. Fixed now. The migration script is also not running on the old numbas-editor.mas server, so it's nothing to do with the server change.

anthonyyoud commented 11 years ago

Missing registration module in INSTALLED_APPS caused the model validation to fail. Putting it back fixes things, so the exam listing in the editor is working again.