Redirect problem in register connection

There are 2 separate journal publications on the an OJS 3.4.0.8 server
While the register connection works correctly in one, we receive a 302 error on the browser side in the other, but no error message is returned on the server side.
While the link in the working journal is …user/register?source=%2Findex.php%2Fidcm%2Fsubmissions, the register link in the journal that does not work correctly is …/user/register?source=

Note: orcid plugin is not active

OJS Version : 3.4.0.8

When adding a journal, “Enable this Journal to appear publicly on site” was not enabled, when the journals table in the database was updated as

UPDATE journals
SET enabled = ‘1’
WHERE journal_id =[Journal_ID]

the registration process was possible, find where to change this field in the frontend, at least the update can be provided with the same definition

1 Like