[dspace-tech] Error 500 in the frontend

2024-01-23 Thread rub...@gmail.com
Hi, I have error 500 in the frontend, checking it seems they keep calling http and not https, maybe some suggestions to be able to review and know what the error is to correct. my setup: ubuntu 20.04, dspace DSpace 7.6 local.cfg === dspace.ui.url = https://repository.domain/

[dspace-tech] Re: DSpace 7.6.1 - Remove "Have you Forgot your password?" or link somewhere else

2024-01-23 Thread Tomas Hajek
Hi Matthias, Thanks for this information. For the moment I wound up copying over src/themes/custom/app/forgot-password/ into my theme and modifying forgot-email.component.html to remove the form and just have some text with a link to our password reset page. I might dig deeper into it

[dspace-tech] Author search in DSpace 7.6.1

2024-01-23 Thread Milos Ivanovic
Dear All, The author's search in the default setting has an apparent usability issue. Here is a situation. Namely, when I type "Surname, Name" (image 1 attached), even when the corresponding authority is available in Solr, many times it doesn't appear in the search results at all. However,

[dspace-tech] Uploading Collection logo fails

2024-01-23 Thread Steve Michaels
I'm trying to update a collection logo in 7.6. When I add the file to the uploader, nothing happens and I get a Uploading Collection failed error. The console also shows a 400 error on the upload and also shows a Syntax Error - Not valid JSON -- All messages to this mailing list should

[dspace-tech] Re: DSpace 7.6.1 - Remove "Have you Forgot your password?" or link somewhere else

2024-01-23 Thread Matthias Letsch
Hi Tomas, at least I can give you the location where this can be changed in the source code of the angular-frontend. There is a component .../src/app/shared/log-in/methods/password/log-in-password.component.html that should look like this: {{"login.form.email" | translate}}

[dspace-tech] DSpace 7.6.1 - Remove "Have you Forgot your password?" or link somewhere else

2024-01-23 Thread Tomas Hajek
Hi, I'm currently running DSpace version 7.6.1 and using LDAP authentication. I'm wondering if there is a method of either removing the "Have you Forgot your password?" link or being able to change the link to point to another site. I saw a related issue

[dspace-tech] Re: SLOR error string field too large

2024-01-23 Thread 'Maruan Sahyoun' via DSpace Technical Support
I'm wondering if the content is correct. Looks like you are trying to index content larger than 32766 but that's coming from the field bi_2_dis_prefix. Are you sure that the content in that field is correct. To handle content larger than 32766 you need to change the field type in the Solr

Re: [Extern] [dspace-tech] Add string to ds-item-page-uri-field in DSpace 7

2024-01-23 Thread euler
Hi Michael, Thank you for this, it worked! My issue is that it is not following the styling of the other metadata even though I added the classes I found in the other metadata such as the URI field. I resolved it by manually adding an inline CSS rule and I don't know if this is the right way