<html><body>
<p><font size="2" face="sans-serif">This bug also seems to affect saved searches (which, in our case, are important to create publication lists on the Web).</font><br>
<br>
<font size="2" face="sans-serif">E.g. </font><a href="http://www.yourrepo/id/saved_search/"><font size="2" face="sans-serif">http://www.yourrepo/id/saved_search/</font></a><font size="2" face="sans-serif">{savedsearchid} </font><br>
<br>
<font size="2" face="sans-serif">results in an Internal server error and the same message in the error log.</font><br>
<br>
<br>
<font size="2" face="sans-serif">Best regards,</font><br>
<br>
<font size="2" face="sans-serif">Martin</font><br>
<br>
<font size="2" face="sans-serif">--</font><br>
<font size="2" face="sans-serif">Dr. Martin Brändle</font><br>
<font size="2" face="sans-serif">Zentrale Informatik</font><br>
<font size="2" face="sans-serif">Universität Zürich</font><br>
<font size="2" face="sans-serif">Winterthurerstr. 190</font><br>
<font size="2" face="sans-serif">CH-8057 Zürich</font><br>
<br>
<font size="2" face="sans-serif">mail: martin.braendle@id.uzh.ch</font><br>
<font size="2" face="sans-serif">phone: +41 44 63 56705</font><br>
<font size="2" face="sans-serif">fax: +41 44 63 54505</font><br>
<font size="2" face="sans-serif"><a href="http://www.id.uzh.ch">http://www.id.uzh.ch</a></font><br>
<br>
<img width="16" height="16" src="cid:1__=4EBBF4B4DFDF548A8f9e8a93df9@lotus.uzh.ch" border="0" alt="Inactive hide details for Gunnar Wolf ---17/02/2015 18:55:04---Lizz Jennings dijo [Tue, Feb 17, 2015 at 05:29:03PM +0000]: > No"><font size="2" color="#424282" face="sans-serif">Gunnar Wolf ---17/02/2015 18:55:04---Lizz Jennings dijo [Tue, Feb 17, 2015 at 05:29:03PM +0000]: > No, it's not just you - I just found a</font><br>
<br>
<font size="1" color="#5F5F5F" face="sans-serif">Von:        </font><font size="1" face="sans-serif">Gunnar Wolf <gwolf@gwolf.org></font><br>
<font size="1" color="#5F5F5F" face="sans-serif">An:        </font><font size="1" face="sans-serif">eprints-tech@ecs.soton.ac.uk</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Datum:        </font><font size="1" face="sans-serif">17/02/2015 18:55</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Betreff:        </font><font size="1" face="sans-serif">[EP-tech] Re: Errors when requesting /id/eprint/$eprintid after 3.3.13        update</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Gesendet von:        </font><font size="1" face="sans-serif">eprints-tech-bounces@ecs.soton.ac.uk</font><br>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<tt><font size="2">Lizz Jennings dijo [Tue, Feb 17, 2015 at 05:29:03PM +0000]:<br>
> No, it's not just you - I just found and solved the same error about half an hour ago!<br>
> <br>
> If you replace the line 897 with<br>
> <br>
> if( $self->scope == CRUD_SCOPE_DATAOBJ || $self->scope == CRUD_SCOPE_USER_CONTENTS )<br>
> <br>
> that fixed it for me.<br>
<br>
Right. In my case, I decided to add a check instead of removing it<br>
(even if it almost always becomes a null check), and I have:<br>
<br>
if( ( $self->scope == CRUD_SCOPE_DATAOBJ && $self->{database} && $self->{database}->base_id ne "subject" ) || $self->scope == CRUD_SCOPE_USER_CONTENTS )<br>
*** Options: </font></tt><tt><font size="2"><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a></font></tt><tt><font size="2"><br>
*** Archive: </font></tt><tt><font size="2"><a href="http://www.eprints.org/tech.php/">http://www.eprints.org/tech.php/</a></font></tt><tt><font size="2"><br>
*** EPrints community wiki: </font></tt><tt><font size="2"><a href="http://wiki.eprints.org/">http://wiki.eprints.org/</a></font></tt><tt><font size="2"><br>
*** EPrints developers Forum: </font></tt><tt><font size="2"><a href="http://forum.eprints.org/">http://forum.eprints.org/</a></font></tt><tt><font size="2"><br>
</font></tt><br>
</body></html>