[OJS 3.1.0-1] Journal Name/Logo redirects to the Journal List

Hi! After upgrading to OJS 3.1.0-1 we’ve found out that now when the user clicks on the journal name (or logo) at the top of the journal page, he gets redirected to the main site with the journal list. It is a problem for us, since we do not want our users to see this page (we have another one for our journals). Here is the example: https://jle.hse.ru/

Journal logo redirects to Journal of Language and Education, while it shoul redirect to Журналы НИУ ВШЭ

The base URL for this journal is set to
base_url[jle] = https://jle.hse.ru
in the config.inc.php

We also have these rules in .htaccess:

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{SERVER_NAME} ^jle.hse.ru$ [NC]
RewriteRule ^(.*)$ index.php/jle/$1 [L]

Now I can see some other journals affected:
http://paperview.spp-online.org/pisika
https://journal.unnes.ac.id/sju/index.php/jils

How could this be solved?

already fixed here; apply this patch:

2 Likes

Hello! Sorry to resurrect an old thread, but we have found this exact issue in our multi-journal installation (running OJS 3.1.2-4). It only appears when logged in as author or journal manager (perhaps more roles) but not when logged in as administrator or logged out completely.

Perhaps this can be fixed by some adjustments in the config, any ideas?
Or could it be that this specific context was overlooked in the last bugfix?