Closed evertramos closed 2 years ago
@evertramos, the plugin is included with OJS, so I'd recommend using the files that come with the OJS package. Getting the files from Github will result in missing composer dependencies, as you've seen, but it's also likely you'll get an incompatible version of the plugin code.
@asmecher thank you very much for you reply!!!
Hello there! (newbie here...)
I would like to confirm if the plugin version 3.3.0 is compatible with OJS 3.3.x?
I am getting an error as of follow:
In the file
CitationStyleLanguagePlugin.inc.php
has therequire_once(__DIR__ . '/lib/vendor/autoload.php');
, but in our instalation the folder./ojs/lib/
has only a folder calledbkp
.So, I am not sure if our instalation has a bug itself, we should somehow run a composer install to get the vendor or if the plugin is not compatible with the version 3.3.x.
Thanks.