Vitaliy-1 / JATSParserPlugin

OJS3 Plugin for parsing JATS XML and displaying it on article detail page
GNU General Public License v3.0
27 stars 24 forks source link

File missing - JATSParser/vendor/autoload.php #69

Closed geniusdesignbrasil closed 2 years ago

geniusdesignbrasil commented 2 years ago

Hi @Vitaliy-1,

I tried to install latest pre-release in an OJS 3.3.0.8 version and some files seems to be missing.

Here it it php log:

PHP Fatal error: require_once(): Failed opening required './plugins/generic/JATSParserPlugin/JATSParser/vendor/autoload.php' (include_path='.:') in ./plugins/generic/JATSParserPlugin/JatsParserPlugin.inc.php on line 13

JatsParserPlugin.inc.php line 13: require_once DIR . 'JATSParser/vendor/autoload.php';

It crashes OJS plugin list page.

I have not found any directory named "vendor" in JatsParser and JatsParserPlugin repositories.

Vitaliy-1 commented 2 years ago

Hi @geniusdesignbrasil,

Looking at 2.1.9-3 release, it includes autoload file. Are you working with the source code or installing the packed release?

geniusdesignbrasil commented 2 years ago

Thank you for your quick response, @Vitaliy-1.

I've downloaded 2.1.9-3 release zip file. Now checking the tar.gz file I founded vendor directory.

My miss... I will reupload it and validate. Thank you!

geniusdesignbrasil commented 2 years ago

@Vitaliy-1,

Everything works fine. I downloaded the tar.gz file and is complete. I have some new doubts but I will open a new issue.

Ty!