Hello,
After upgrading to 3.303, I have this behavior:
when I click on Submission, everything looks fine:
but when I click elsewhere (e.g. Articles) I see this:
there is no associated error in the error_log file. Thank you for your help!
Said
Hello,
After upgrading to 3.303, I have this behavior:
when I click on Submission, everything looks fine:
but when I click elsewhere (e.g. Articles) I see this:
there is no associated error in the error_log file. Thank you for your help!
Said
Hi @saidou,
When you see text preceded and followed by ##
like that, that typically means that there is a missing translation. This post, and the solution offered by it explain some different options for fixing it: How to locate missing translations showing up between ## on live site - #2 by EmmaU
-Roger
PKP team
Thank you Roger. Actually I am using the default en-US. I checked in lib/pkp/locale/en_US/manager.po
the corresponding name is there:
msgid “stats.editorialActivity”
msgstr “Editorial Activity”
Once again, when I load the page all is fine, it’s only when I click elsewhere than “Submission” that this issue arises.
Thank you.
I found the solution. In addition to the file lib/pkp/locale/en_US/manager.po, I added
msgid “stats.editorialActivity”
msgstr “Editorial Activity”
in the file lib/pkp/locale/en_US/common.po, and it worked!