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

Error: Class 'APP\\facades\\Repo' #74

Closed jorgelpolanco closed 2 years ago

jorgelpolanco commented 2 years ago

Hey @Vitaliy-1

I just install it in OJS 3.3.0-11 and I had "PHP Fatal error: Uncaught Error: Class 'APP\facades\Repo' not found in /var/www/html/portal3/pkpsprint/xml/plugins/generic/jatsParser/JatsParserPlugin.inc.php:991\n"

This happen when I tried to see an article in submission active.

I already did: composer install and Lens plugin is disallowed.

Could you guide me on how to solve the error? thanks

Vitaliy-1 commented 2 years ago

Hi @jorgelpolanco,

Use plugin's stable-3_3_0 branch, it's compatible with OJS 3.3.0

jorgelpolanco commented 2 years ago

Thanks!