-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OJS crashes after activating the plugin #11
Comments
@oBlissing, I think you are in the same situation as pkp/pkp-lib#6137, where the plugin was somehow enabled site-wide when it's intended to be enabled/disabled for each plugin separately. Do you have any insight on how this happened? Were there any unusual steps in installing/enabling the plugin? |
@asmecher That explains it. I am intending to use it site-wide, so the site-wide installation was intentional :) |
@oBlissing, where did you get the code you installed from? Is it one of the github repositories directly (e.g. the |
@asmecher I downloaded the latest tar from the From this link: https://github.com/pkp/customLocale/releases/download/v1_1_0-1/customLocale-v1_1_0-1.tar.gz |
@oBlissing, at a glance, support for this plugin at the site level could be added very easily by simply using:
...in place of...
If you're handy with PHP, you might give this a quick try. Your confirmation (and, if it works, a pull request) will help get this included in the next release! |
Setup:
customLocale v1_1_0-1
PHP 7.4
OJS 3.3.0-6
Windows 10
Installed by extracting tar into
<ojs>/plugins/generic/
customLocale/CustomLocalePlugin.inc.php
Line 32 in 0ea1b88
The text was updated successfully, but these errors were encountered: