EPrints Technical Mailing List Archive

Message: #07322


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Installation of Orcid Support Advance plugin


Hi,

For your information...

I'm installing the Orcid Support Advance plugin from the Bazaar repository.

After the installation from the admin interface and a little tweaking of z_orcid_support_advance.pl, I tried to reload the configuration and I got several errors like the following one :

   Problem loading plugin EPrints::Plugin::Event::CheckOrcidName
   [/opt/www/eprints-3.3.12/lib/plugins/EPrints/Plugin/Event/CheckOrcidName.pm]:
   Can't locate EPrints/ORCID/AdvanceUtils.pm in @INC (@INC contains:
   /opt/www/eprints-3.3.12/perl_lib
   /opt/www/eprints-3.3.12/site_lib/plugins
   /opt/www/eprints-3.3.12/lib/plugins
   /opt/www/eprints-3.3.12/bin/../perl_lib /usr/local/lib64/perl5
   /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl
   /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at
   /opt/www/eprints-3.3.12/lib/plugins/EPrints/Plugin/Event/CheckOrcidName.pm
   line 9, <DATA> line 960.

The AdvanceUtils.pm file seems to be missing from the EPM package.

So, I got it from the Github site.

And I got another error :

   Problem loading plugin EPrints::Plugin::Screen::ExportToOrcid
   [/opt/www/eprints-3.3.12/lib/plugins/EPrints/Plugin/Screen/ExportToOrcid.pm]:
   Type of arg 1 to push must be array (not private variable) at
   /opt/www/eprints-3.3.12/lib/plugins/EPrints/Plugin/Screen/ExportToOrcid.pm
   line 110, near "$work;"

I then change the line #110 in ExportToOrcid.pm from :

   push $orcid_works, $work;
   to
   push @$orcid_works, $work;

Maybe something my "old" Perl version (5.10.1) doesn't like...

Best regards
GF