<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Malcolm:<br>
<br>
You can copy .pm files to:<br>
<br>
1- perl_lib/EPrints/Plugin/ .... -> usually considered "hacky"
as you're changing the core. It will work but as PERL told you,
you need to first "use" the plugin somewhere (usually this is done
in perl_lib/EPrints.pm -> add "use
EPrints::Plugin::Export::ALLRSS" there and restart the web
server). But see, you've just patched a core file (EPrints.pm).<br>
<br>
2- (EPrints 3.1+) local archive:
archives/{id}/cfg/plugins/EPrints/Plugin/Export/ -> nothing
else required<br>
<br>
3- (EPrints 3.3+) the bazaar directory:
lib/plugins/EPrints/Plugin/Export/ - this time you need to
explicitly enable that plugin in your local conf, something like:<br>
<br>
$c->{plugins}{"Export::ALLRSS"}{params}{disable} = 0;<br>
<br>
and restart the web server.<br>
<br>
If you have only one repository running in your EPrints install, I
would go for option #2. If more than one, option #3.<br>
<br>
Seb.<br>
<br>
On 23/10/12 10:22, Malcolm Bodger wrote:<br>
</div>
<blockquote
cite="mid:58410CE9A66A1E4AAC23EC8E98F253B73008CB2B@AMSPRD0710MB376.eurprd07.prod.outlook.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<style id="owaParaStyle">
<!--
p
        {margin-top:0px;
        margin-bottom:0px}
-->
</style>
<div style="direction:ltr; font-family:Times New Roman;
color:#000000; font-size:12pt">
<p>Hi,</p>
<p> </p>
<p>I'm having a problem installing the RSS plugin </p>
<p> </p>
<p><a moz-do-not-send="true" href="http://files.eprints.org/492">http://files.eprints.org/492</a></p>
<p> </p>
<p>I get the error:</p>
<p>Can't locate object method "new" via package
"EPrints::Plugin::Export::ALLRSS<br>
" (perhaps you forgot to load
"EPrints::Plugin::Export::ALLRSS"?) at
/usr/share/eprints3/perl_lib/EPrints/Plugin<br>
Factory.pm line 242.\n</p>
<p> </p>
<p>I thought I just had to copy it to the
perl_lib/Eprints/Plugin/Export folder, but am I missing
something?</p>
<p> </p>
<p>Thanks,</p>
<p>Malcolm.</p>
</div>
<div align="center">
<p><font color="black" face="Arial, Helvetica, sans-serif"
size="0.9em">The University of Westminster is a charity
and a company limited by guarantee.
Registration number: 977818 England.
Registered Office: 309 Regent Street, London W1B 2UW.</font></p>
<font color="black" face="Arial, Helvetica, sans-serif"
size="0.9em">
</font></div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<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>
</pre>
</blockquote>
<br>
</body>
</html>