Cannot complete a submission to the Journal - 'You are not allowed to submit in this user role'

Our Journal has just been upgraded to v3.5.0.3

Currently authors receive an error that they cannot submit in this user role.

We have checked all the suggested tips from an earlier query (OCt 2025) to fix the error but no luck. Was this issue resolved at the time?

The admin can login as an author and submit a paper for them however if the authors log in and try they get the ‘submit as’ option and when they select a role they recevie the error.

Hi @MarieNZGA , as you have mentioned about the issue as You are not allowed to submit in this user role from the Submit As, my guess is that this is from the submission start page like the following screenshot, right ?

So this is the case when an user has multi role (like author, editor, JM, etc).

If that is case you are facing, then I think you are probably affected by this issue Authors cannot access workflow on some servers · Issue #12309 · pkp/pkp-lib · GitHub .

We still haven’t able to fully track it down but it’s related to DB server configuration. Seems the issue arise from this line at pkp-lib/api/v1/submissions/PKPSubmissionController.php at main · pkp/pkp-lib · GitHub , e.g. return $userGroup->id === $params[$userGroupIdPropName]; .

Here try to apply the a patch as return $userGroup->id == $params[$userGroupIdPropName];, basically == instead of === and see if that solve your issue .

Regards
PKP Dev Team

Hi all,

This has been filed and resolved here:

The fix will be included in the 3.5.0-5 releases.

Regards,
Alec Smecher
Public Knowledge Project Team