Hello,
We are using OJS 3.1.2.4.
For a submission, Editorial History can’t load.
It seems to not be the same problem which was fixed for my version: [OJS] delete a note with a file in a query cause error500 for editorialhistory · Issue #4179 · pkp/pkp-lib · GitHub
My logs show this error:
PHP Fatal error: Uncaught Error: Call to a member function getStageId()
on null in /lib/pkp/classes/submission/SubmissionFileDAO.inc.php:763\nStack trace:\n#0 /lib/pkp/controllers/grid/eventLog/EventLogGridRow.inc.php(74):
SubmissionFileDAO->getWorkflowStageId(Object(SupplementaryFile))\n#1 /lib/pkp/classes/controllers/grid/GridHandler.inc.php(1062):
Problem appears in SubmissionFileDAO.inc.php file in function getWorkflowStageId($submissionFile), when stage is 4=SUBMISSION_FILE_REVIEW_FILE
When I comment the line “case SUBMISSION_FILE_REVIEW_FILE:”, it works
The submission has got 2 rounds.
Is there a file which has been deleted which could cause te problem ?
Thanks in advance for your answer.
Best regards.
Helene