PKP Bugzilla – Bug 6481
Fatal errors when reviewers try to edit/delete comments
Last modified: 2011-08-12 14:30:02 PDT
I get the following error when I try to delete a comment I just posted to the reviewer's default/free form review form: [Tue Mar 08 10:06:34 2011] [error] [client 127.0.0.1] PHP Fatal error: Class 'HandlerValidatorSubmissionComment' not found in /Users/jmacgreg/git/ocs/pages/reviewer/SubmissionCommentsHandler.inc.php on line 143, referer: http://git/ocs/index.php/one/schedone/reviewer/postPeerReviewComment ... and the following error when I try to edit instead: [Tue Mar 08 10:09:02 2011] [error] [client 127.0.0.1] PHP Fatal error: Class 'HandlerValidatorSubmissionComment' not found in /Users/jmacgreg/git/ocs/pages/reviewer/SubmissionCommentsHandler.inc.php on line 84, referer: http://git/ocs/index.php/one/schedone/reviewer/viewPeerReviewComments/12/2 (Courtesy of http://pkp.sfu.ca/support/forum/viewtopic.php?f=3&t=7242&p=27978#p27978)
Created attachment 3449 [details] Patch against OCS 2.3.3-1
James, could you try out this patch?
(In reply to comment #2) > James, could you try out this patch? Yep, that fixes both problems!
Thanks!
For OCS 2.3.3-1, it must be as follows: +import('handler.validation.HandlerValidatorSubmissionComment');
Fixed missing import statement https://github.com/pkp/ocs/commit/301ac78436f38fd3bd83b3b650245badf484223b