[dspace-tech] Re: Automatic thumbnail generation

2025-03-27 Thread bens...@gmail.com
https://wiki.lyrasis.org/display/DSDOC7x/Mediafilters+for+Transforming+DSpace+Content On Wednesday, March 26, 2025 at 7:04:25 PM UTC-7 yussif Salah wrote: > Hello, how would I go about automatically generating thumbnails of the > first page of a pdf file like so:[image: image.png] -- All messa

[dspace-tech] Re: customizing the untyped-item component

2024-10-09 Thread bens...@gmail.com
item.component'; this is pointing to the default app version of untyped-item.component What happens when eager-themes imports one version but a component imports a different version? On Tuesday, October 8, 2024 at 12:55:11 PM UTC-7 bens...@gmail.com wrote: > dspace 7.6.2 > > using the

[dspace-tech] customizing the untyped-item component

2024-10-08 Thread bens...@gmail.com
dspace 7.6.2 using the custom theme. If I modify untyped-item.component.ts in dspace-angular-dspace-7.6.2/src/themes/custom/app/item-page/simple/item-types/untyped-item styleUrls: ['./untyped-item.component.scss'], //styleUrls: ['../../../../../../../app/item-page/simple/item-types/unt

[dspace-tech] thumbnails wont generate error in logs not helpful.

2024-03-08 Thread bens...@gmail.com
when running bin/dspace filter-media it throws NullPointerException it worked until today. possible cause: yesterday the cron ran bin/dspace cleanup also new items have come in. The error logs say: 2024-03-08 11:09:34,089 INFO unknown unknown org.dspace.scripts.handler.impl.CommandLine

[dspace-tech] Re: statistics not show up for all users

2024-03-04 Thread bens...@gmail.com
from site limit 1) as dspace_object, 0 as action_id, (select epersongroup.uuid from epersongroup where name = 'Anonymous') as epersongroup_id; That fixed it On Monday, March 4, 2024 at 12:30:59 PM UTC-8 bens...@gmail.com wrote: > When not logged in, sometimes the stats link show

[dspace-tech] Re: statistics not show up for all users

2024-03-04 Thread bens...@gmail.com
Fixed now. Guess it was a caching issue. On Monday, March 4, 2024 at 12:30:59 PM UTC-8 bens...@gmail.com wrote: > When not logged in, sometimes the stats link shows up. When you click on > it, it takes you to the log in page. > > On Monday, March 4, 2024 at 11:30:43 AM UTC-8 bens.

[dspace-tech] Re: statistics not show up for all users

2024-03-04 Thread bens...@gmail.com
When not logged in, sometimes the stats link shows up. When you click on it, it takes you to the log in page. On Monday, March 4, 2024 at 11:30:43 AM UTC-8 bens...@gmail.com wrote: > My configs look like: > #View/download statistics > usage-statistics.authorization.admin.usage=false

[dspace-tech] statistics not show up for all users

2024-03-04 Thread bens...@gmail.com
My configs look like: #View/download statistics usage-statistics.authorization.admin.usage=false #Search/search result statistics usage-statistics.authorization.admin.search=false (before they were both true) I restarted the backend (tomcat) and the stats still aren't showing unless I log in. Do

[dspace-tech] orcid lookup problem (not using orcid authentication)

2024-03-01 Thread bens...@gmail.com
orcid lookup problem (not using orcid authentication) In the user submission form the author field does a lookup and correctly finds authors that have been retrieved from ORCID. This author (name that was in the orcid record) is then added to the item. Here is what is in the database: select d

[dspace-tech] item with many files not working.

2024-02-29 Thread bens...@gmail.com
In dspace 7.6.1 I had an item with 25 files in it. after an image was generated for each pdf the page would not load. **pm2 is behind nginx and the nginx log says: 2024/02/29 16:00:50 [error] 25186#0: *3824 upstream sent too big header while reading response header from upstream, client: 142.

[dspace-tech] Re: DSpace 7 customize bootstrap via angular

2023-11-16 Thread bens...@gmail.com
I did this by copying and modifying the code in: dspace-angular-dspace-7.6/src/app/shared/lang-switch I put it on github. https://github.com/FlorPlanton/dspace7.6Dropdpown/blob/main/README.md On Monday, August 1, 2022 at 2:01:58 AM UTC-7 Karol wrote: > Hi, > > are there any good practices how t

[dspace-tech] Re: dspace database error during upgrade.

2022-02-24 Thread bens...@gmail.com
| On Thursday, February 24, 2022 at 10:24:57 AM UTC-8 bens...@gmail.com wrote: > from dspace6.1 to dspace 7.2 > I fixed and earlier error ( > https://groups.google.com/g/dspace-tech/c/Q64sO7u7AQc/m/3WbA-w6FEgAJ) > But

[dspace-tech] dspace database error during upgrade.

2022-02-24 Thread bens...@gmail.com
from dspace6.1 to dspace 7.2 I fixed and earlier error (https://groups.google.com/g/dspace-tech/c/Q64sO7u7AQc/m/3WbA-w6FEgAJ) But now have a new another. in: storage.rdbms.migration.V5_7_2017_05_05__DS_3431_Add_Policies_for_BasicWorkflow.migrate the query and error are below: INSERT INTO resou

[dspace-tech] database upgrade from 6.1 to 7.11

2022-01-27 Thread bens...@gmail.com
command dspace database migrate ignored fails: SQL State : 42703 Error Code : 0 Message: ERROR: column "resource_type_id" does not exist Location : org/dspace/storage/rdbms/sqlmigration/postgres/V5.7_2017.04.11__DS-3563_Index_metadatavalue_resource_type_id_column.sql (/var/lib/tomcat9/web