<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font size="-1"><font face="Trebuchet MS">Hi David,</font></font></p>
<p><font size="-1"><font face="Trebuchet MS">Thanks for your answer.</font></font></p>
<p><font size="-1"><font face="Trebuchet MS">I hadn't read the
Perlmonks post.<br>
But it confirms that my perl 5.10 may be a bit too old :-)</font></font><br>
</p>
Regards,<br>
Gilles<br>
<br>
<br>
<div class="moz-cite-prefix">Le 06/06/2018 à 09:36, David R Newman a
écrit :<br>
</div>
<blockquote type="cite"
cite="mid:EMEW3|a72604ed31d615bb56e740f9e0bfc919u558aq03drn|ecs.soton.ac.uk|a9c20c6c-1cae-9241-72d3-6192d92bd504@ecs.soton.ac.uk">
<pre wrap="">Hi GF,
The main developer of this plugin is not around at the moment. I can
see from the Bazaar page [1] that AdvanceUtils.pm is not in the EPM file
listing. I will get him to have a look when he is around. I believe the
plugin is still somewhat under development, so there may be the odd
bug. For the second issue, sounds like you have read the PerlMonks post
about this [2]. I can fix this an push it to the Git repository.
However, I will leave it to the main developer to update the EPM and
upload it to the Bazaar.
Regards
David Newman
[1] <a class="moz-txt-link-freetext" href="https://bazaar.eprints.org/566/">https://bazaar.eprints.org/566/</a>
[2] <a class="moz-txt-link-freetext" href="http://www.perlmonks.org/index.pl?node_id=1098524">http://www.perlmonks.org/index.pl?node_id=1098524</a>
On 06/06/2018 08:17, Gilles Fournié wrote:
</pre>
<blockquote type="cite">
<pre wrap="">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
*** Options: <a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a>
*** Archive: <a class="moz-txt-link-freetext" href="http://www.eprints.org/tech.php/">http://www.eprints.org/tech.php/</a>
*** EPrints community wiki: <a class="moz-txt-link-freetext" href="http://wiki.eprints.org/">http://wiki.eprints.org/</a>
*** EPrints developers Forum: <a class="moz-txt-link-freetext" href="http://forum.eprints.org/">http://forum.eprints.org/</a>
</pre>
</blockquote>
<pre wrap="">
*** Options: <a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a>
*** Archive: <a class="moz-txt-link-freetext" href="http://www.eprints.org/tech.php/">http://www.eprints.org/tech.php/</a>
*** EPrints community wiki: <a class="moz-txt-link-freetext" href="http://wiki.eprints.org/">http://wiki.eprints.org/</a>
*** EPrints developers Forum: <a class="moz-txt-link-freetext" href="http://forum.eprints.org/">http://forum.eprints.org/</a>
</pre>
</blockquote>
<br>
</body>
</html>