EPrints Technical Mailing List Archive
See the EPrints wiki for instructions on how to join this mailing list and related information.
Message: #06104
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
Re: [EP-tech] On login - 302 Moved - The document has moved here
- To: eprints-tech@ecs.soton.ac.uk
 - Subject: Re: [EP-tech] On login - 302 Moved - The document has moved here
 - From: Enio Carboni <enio.carboni@gmail.com>
 - Date: Tue, 22 Nov 2016 11:02:13 +0100
 
| 
  
  
     Hi Rob, i think the problem is the new version of "perl". From 5.16+ the utf8::decode($param) return e different value if $param is "undef" so you can try apply a patch https://github.com/eprints/eprints/commit/157db0d27d423d38f9c0fc31ce47e519cd861d45 or use: sed -i -e 's/utf8::decode($value);/if( EPrints::Utils::is_set( $value ) ) {\n\t\tutf8::decode($value);\n\t}/' perl_lib/EPrints/Repository.pm
sed -i -e 's/utf8::decode($_) for @result;/for( @result ) {\n\t\tnext if( !EPrints::Utils::is_set( $_ ) );\n\t\tutf8::decode($_);\n\t}/' perl_lib/EPrints/Repository.pm
      Enio 
    Il 21/11/2016 15:43, Rob McMahon ha scritto: 
  | 
- References:
- [EP-tech] On login - 302 Moved - The document has moved here
- From: Rob McMahon <robmcmahoncv@gmail.com>
 
 
 - [EP-tech] On login - 302 Moved - The document has moved here
 
- Prev by Date: Re: [EP-tech] On login - 302 Moved - The document has moved here
 - Next by Date: Re: [EP-tech] On login - 302 Moved - The document has moved here
 - Previous by thread: Re: [EP-tech] On login - 302 Moved - The document has moved here
 - Next by thread: Re: [EP-tech] On login - 302 Moved - The document has moved here
 - Index(es):
 
