When I try to send notification email to a participant of a submission, it’s got stuck in loading and throws a 500 error on
send-notification?stageId=XXX&submissionId=XXX
Steps I took leading up to the issue
- Go to ‘submissions’
- Click on ‘view’ button of any submission
- In the participant section click on notify text inside the participant’s name
- when i try to send the notification message following ajax error comes up
[09-Jul-2023 01:19:23 Asia/Dhaka] PHP Fatal error: Uncaught TypeError: array_intersect_key(): Argument #2 must be of type array, null given in /home/jhssrmijan/public_html/lib/pkp/controllers/grid/users/stageParticipant/form/PKPStageParticipantNotifyForm.php:221
Stack trace:
#0 /home/jhssrmijan/public_html/lib/pkp/controllers/grid/users/stageParticipant/form/PKPStageParticipantNotifyForm.php(221): array_intersect_key()
#1 /home/jhssrmijan/public_html/lib/pkp/controllers/grid/users/stageParticipant/form/PKPStageParticipantNotifyForm.php(155): PKP\controllers\grid\users\stageParticipant\form\PKPStageParticipantNotifyForm->sendMessage()
#2 /home/jhssrmijan/public_html/lib/pkp/controllers/grid/users/stageParticipant/StageParticipantGridHandler.php(546): PKP\controllers\grid\users\stageParticipant\form\PKPStageParticipantNotifyForm->execute()
#3 [internal function]: PKP\controllers\grid\users\stageParticipant\StageParticipantGridHandler->sendNotification()
#4 /home/jhssrmijan/public_html/lib/pkp/classes/core/PKPRouter.php(334): call_user_func()
#5 /home/jhssrmijan/public_html/lib/pkp/classes/core/PKPComponentRouter.php(291): PKP\core\PKPRouter->_authorizeInitializeAndCallRequest()
#6 /home/jhssrmijan/public_html/lib/pkp/classes/core/Dispatcher.php(165): PKP\core\PKPComponentRouter->route()
#7 /home/jhssrmijan/public_html/lib/pkp/classes/core/PKPApplication.php(373): PKP\core\Dispatcher->dispatch()
#8 /home/jhssrmijan/public_html/index.php(21): PKP\core\PKPApplication->execute()
#9 {main}
thrown in /home/jhssrmijan/public_html/lib/pkp/controllers/grid/users/stageParticipant/form/PKPStageParticipantNotifyForm.php on line 221
I have updated OJS 3.3.0.14 to OJS 3.3.0-4