[dspace-tech] Problem with Internationalization (i18n)

2023-06-16 Thread Maksim Donchenko
Hi to all. I added a new translation language to /src/assets/i18n using this guide: https://wiki.lyrasis.org/pages/viewpage.action?pageId=117735441. Everything was localized well, except for the Cookie notification. I have attached a screenshot of the problem below. Maybe someone has encountere

Re: [dspace-tech] Change image on taskbar

2023-06-16 Thread Matthias Letsch
Hello Tim and Lewatle, I would like to follow up on that question. The documentation doesn't fit for us unfortunately, because for some reason we don't have config.*.yml (in DSpace 7.2) where you could put something under a "themes" section. We only have a dspace.cfg with the following entry un

Re: [dspace-tech] Migration Help from 6.3 to 7.5

2023-06-16 Thread Michel Montenegro
The problem seems to be at the base of 6.3 (At this moment I don't know how the team's DBAs solved it when generating the dump), but we managed to start the migration, however during the migration it stopped and generated the following error (The 6.3 database this one being migrated had nothing add

Re: [dspace-tech] Problem with Internationalization (i18n)

2023-06-16 Thread Mark H. Wood
On Fri, Jun 16, 2023 at 12:24:18AM -0700, Maksim Donchenko wrote: > Hi to all. I added a new translation language to /src/assets/i18n using > this guide: > https://wiki.lyrasis.org/pages/viewpage.action?pageId=117735441. Everything > was localized well, except for the Cookie notification. I have

Re: [dspace-tech] Problem with Internationalization (i18n)

2023-06-16 Thread Alan Orth
Dear Maksim, I just tried using Ukrainian and the Klaro popup is working for me, but I am using the default Ukrainian i18n strings. Are you using a custom theme? If so, you need to merge your theme's i18n keys to the main i18n files after updating them in your theme. For example, if your theme is

Re: [dspace-tech] Change image on taskbar

2023-06-16 Thread Alan Orth
Dear Matthias, If you are looking in dspace.cfg then you are in the wrong place—that's the DSpace backend. You should be looking in the DSpace Angular frontend. According to GitHub, this config key is present in DSpace 7.2 as well, see: https://github.com/DSpace/dspace-angular/blob/dspace-7.2/con

Re: [dspace-tech] Problem with Internationalization (i18n)

2023-06-16 Thread DSpace Technical Support
All, There was a bug with the translation messages of the Cookie notification accidentally introduced in DSpace 7.4. See this ticket: https://github.com/DSpace/dspace-angular/issues/2027 It was fixed in 7.5. So, it no longer exists if you upgrade. Tim On Friday, June 16, 2023 at 7:59:55 AM

Re: [dspace-tech] Migration Help from 6.3 to 7.5

2023-06-16 Thread DSpace Technical Support
Hi, In order to provide advice/help, we'd need to understand when that error occurs. What command were you running when this occurred? If this was during the "./dspace database migrate ignored", then it may be possible that running "./dspace database update-sequences" will solve the issue. S

[dspace-tech] Re: Problem in authorize a uploaded collection with bit stream read in DSpace 7

2023-06-16 Thread DSpace Technical Support
Hi Namrata, It is possible to modify the policies of any created object from the "Edit" option on the "Authorizations" tab, like you mention. This can be done one-by-one for any Community, Collection or Item. If you edit an Item, the "Authorizations" tab will also allow you to edit the polici

Re: [dspace-tech] Migration Help from 6.3 to 7.5

2023-06-16 Thread Michel Montenegro
I accessed the DSpace 7.5 bin directory and ran the following command "C:\dspace\bin>dspace database update-sequences" on the 6.3 database, it returned the following error: C:\dspace\bin>*dspace database update-sequences* > > Using DSpace installation in: C:\dspace > Running org/dspace/storage/r

Re: [dspace-tech] Migration Help from 6.3 to 7.5

2023-06-16 Thread Mohammad S. AlMutairi
On Friday, June 16, 2023 at 11:44:22 AM UTC+3 Michel Montenegro wrote: The problem seems to be at the base of 6.3 (At this moment I don't know how the team's DBAs solved it when generating the dump), but we managed to start the migration, however during the migration it stopped and generated th