EPrints Technical Mailing List Archive
Message: #04021
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Re: URI: leads to broken link
- To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
- Subject: [EP-tech] Re: URI: leads to broken link
- From: Lizz Jennings <E.Jennings@bath.ac.uk>
- Date: Tue, 3 Mar 2015 10:35:24 +0000
This seems to be a bug in 3.3.13 The issue is on line 897 of: /perl_lib/EPrints/Apache/CRUD.pm Replace it with either (my solution): if( $self->scope == CRUD_SCOPE_DATAOBJ || $self->scope == CRUD_SCOPE_USER_CONTENTS ) or (Gunnar Wolf’s solution): if( ( $self->scope == CRUD_SCOPE_DATAOBJ && $self->{database} && $self->{database}->base_id ne "subject" ) || $self->scope == CRUD_SCOPE_USER_CONTENTS
) Lizz -- Lizz Jennings BA MSc ACLIP MCLIP (Revalidated 2014) Technical Data Officer The Library 4.10, University of Bath, Bath, BA2 7AY UK Ext. 3570 (External 01225 383570) Research Data Management:
http://www.bath.ac.uk/research/data From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk]
On Behalf Of pgasinos pgs I have noticed that in every item at the end of meta-data there is a URI link, for example:
URI:
http://www.myserver.com/id/eprint/85 that is a broken link (because it works without the /id/eprint). Why you added that by default? How could I get rid of it?
Kostas Pgasinos |
- References:
- [EP-tech] URI: leads to broken link
- From: pgasinos pgs <pgasinos@gmail.com>
- [EP-tech] URI: leads to broken link
- Prev by Date: [EP-tech] URI: leads to broken link
- Next by Date: [EP-tech] Export subjects in 3.3.13 creates an empty XML
- Previous by thread: [EP-tech] URI: leads to broken link
- Next by thread: [EP-tech] Re: URI: leads to broken link
- Index(es):