ayenz / Sharif-Judge

A free and open source online judge system for programming courses
https://github.com/mjnaderi/Sharif-Judge/tree/docs
GNU General Public License v3.0
1 stars 2 forks source link

Cannot create Assignments #7

Closed chez14 closed 6 years ago

chez14 commented 6 years ago

Pa Husnul come to Admin Room this morning that he cannot make an assignment, i've reseted the permission on restricted folder, the path that refers into it, but nothing works.

The error log shows nothing. /var/log/apache2/error.log says:

[Wed Jan 31 06:25:02.516154 2018] [mpm_prefork:notice] [pid 1734] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Wed Jan 31 06:25:02.516182 2018] [core:notice] [pid 1734] AH00094: Command line: '/usr/sbin/apache2

Can you help us to find the bug? Thanks!

chez14 commented 6 years ago

Finished as discussed on Admin Room.

Thank you!

ayenz commented 6 years ago

Error occurs because the archived_assignments column in the shj_assignments table does not exist. Solution: add column archived_assignment in table shj_assignments.

Thank you 😃