<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>Just finished setting up Eprints in ubuntu 13.10 server and I was getting the following error in my apache log:</div>
<div> </div>
<div style="text-indent:36pt;"><font face="Consolas" size="2"><span style="font-size:9pt;">Can't locate object method "remote_ip" via package "Apache2::Connection" at /usr/share/eprints3/perl_lib/EPrints/DataObj/LoginTicket.pm line 143.\n</span></font></div>
<div> </div>
<div>this corrected the issue:</div>
<div> </div>
<div><font face="Consolas" size="2"><span style="font-size:9pt;"> #my $ip = $r->connection->remote_ip;</span></font></div>
<div style="text-indent:36pt;"><font face="Consolas" size="2"><span style="font-size:9pt;">my $ip = $r->connection->client_ip;</span></font></div>
<div> </div>
<div>and on line 118:</div>
<div> </div>
<div style="text-indent:36pt;"><font face="Consolas" size="2"><span style="font-size:9pt;">#$data->{ip} = $repo->get_request->connection->remote_ip; </span></font></div>
<div style="text-indent:36pt;"><font face="Consolas" size="2"><span style="font-size:9pt;">$data->{ip} = $repo->get_request->connection->client_ip;</span></font></div>
<div> </div>
<div> </div>
<div>I can’t see this issue on the github, should I submit it? Or am I correcting something that I should be fixing in my perl modules? </div>
<div><br>
Thanks,</div>
<div> </div>
<div><b>David McElroy</b></div>
<div><font size="2"><span style="font-size:10pt;"><b>Research Data Management Officer</b></span></font></div>
<div><font size="2"><span style="font-size:10pt;"> </span></font></div>
<div><font size="2"><span style="font-size:10pt;"><b>University of East London</b></span></font></div>
<div><font size="2" color="#262626"><span style="font-size:10pt;"><b>Docklands Library</b></span></font></div>
<div><font size="2" color="#262626"><span style="font-size:10pt;"><b>University Way</b></span></font></div>
<div><font size="2" color="#262626"><span style="font-size:10pt;"><b>London E16 2RD</b></span></font></div>
<div> </div>
<div><font size="2"><span style="font-size:10pt;"><b>t: 020 8223 6467</b></span></font></div>
<div><font color="#505050"><br>
</font></div>
<div> </div>
<div> </div>
<div> </div>
</span></font>
</body>
</html>