[dspace-tech] XMLUI vs simple-search

2020-03-16 Thread Istvan Vig
Hello, I have turned on the feature Open Search in our DSpace development server v. 5.9 by setting up the properties of the *websvc.opensearch.enable = true* and the related ones. The property *websvc.opensearch.formats* has html,atom,rss values. This server has set up to run the XMLUI

Re: [dspace-tech] Broken Community Links after upgrade to 6.3

2020-03-16 Thread Alan Orth
We are also using a customized version of Mirage 2 on DSpace 5.x, but the same would work on 6.x. We actually have one master theme where most of the theme logic and templates lives, then twenty-six child themes that inherit from it. It saves us loads of time. In Mirage 1 we were maintaining all

Re: [dspace-tech] Create / Add Indexes

2020-03-16 Thread Paul Münch
Hello, there are to places where you configure additional indexes. Metadata fields which should occure under '/browse' (facets), can you configure in the 'dspace.cfg' (https://github.com/DSpace/DSpace/blob/master/dspace/config/dspace.cfg#L1002-L1067). For additional search filter under

[dspace-tech] Dspace 7 config folder as a symlink

2020-03-16 Thread Istvan Vig
Hello, after a successfull installation of the DS 7 beta1 I discovered the following issue. In the earlier versions of DSpace we used to store the configuration files within a Github repo and we sym-linked the config folder under the [dspace] one. This is working well with the current beta 1

[dspace-tech] DSpace 1.8 Google analytics setup for JSPUI

2020-03-16 Thread Lewatle Johannes Phaladi
Dear DSpace Colleagues, I am using JSPUI interface and received Google Analytics (GA) code, I have inserted it in DSpace1.8 dspace.cfg file and restarted tomcat. I have went to GA where I have registered new account for dspace website and there is no statistics coming out even after waiting

Re: [dspace-tech] XMLUI vs simple-search

2020-03-16 Thread Tim Donohue
Hello, A blank page in the XMLUI tends to mean that an error occurred on the backend. I'd recommend looking in the DSpace or Tomcat logs for any errors that may be occurring there. Here's a guide for how to locate errors in logs: https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error

[dspace-tech] trouble accessing createNativeQuery in 6.3

2020-03-16 Thread Jose Blanco
trying to do this: Query query = getHibernateSession(context) .createNativeQuery("DELETE FROM individual_stats WHERE email=:email"); query.setParameter("email", email); query.executeUpdate(); But getting: [ERROR]

[dspace-tech] DSPACE CAN´T LOGIN

2020-03-16 Thread Gonzalo Villegas
Hi. I have a problem. >From the internal network where Dspace is installed, I have no problem logging in as a Dspace user. >From the internet, anyone can visit the site with Dspace, by entering an address that has a redirect to the Dspace server. The issue is that if we are outside the internal

[dspace-tech] postgres issue in upgrade to 6.3

2020-03-16 Thread Jose Blanco
I have two development areas - one for our dev5.1 instance and one for our 6.3 instance. I just tried running some code on our 5.1 area and I'm getting an error on this line: == This line ==>TableRow row = DatabaseManager.create(context, "umrestricted");