Al 25/10/12 10:53, En/na RUIZ MORENO, ROBERT ha escrit:
Hi everyone,

we use DSpace 1.7.1 with XMLUI interface.

Our instance of DSpace has 3 languages available: Spanish, English & Catalan

If we start a submission in Catalan language, when we arrive to CC
License Step and clic on button that moves to CC page, it moves to:


*URL: http://creativecommons.org/license/*


  Server Error

*An error occurred. See the error logs for more information. (Turn debug
on to display exception reports here) *


The strange thing is, if we do the submission while navigating in
Spanish or English, the CC License Step redirects correctly and all
works fine.

In our logs don't appear any error or warning message.

Any help?

Thanks in advance.
Robert



Hi Robert,

There are some bugs in 1.7 that may be the source of your problem. I guess you already applied this one: https://jira.duraspace.org/browse/DS-1090.

Another problem I found some time ago was that If the button that sends the user to the Creative Commons web page to select the license contains accented characters, DSpace generates a wrong POST URL which ends up with a server error in Creative Commons web. It's already fixed in 1.8, but you may want to fix it by just removing accents from the string, like in the patch attached.

Cheers,
Àlex
=== modified file dspace/modules/xmlui/src/main/webapp/i18n/messages_ca.xml
--- dspace/modules/xmlui/src/main/webapp/i18n/messages_ca.xml	2011-09-07 07:39:30 +0000
+++ dspace/modules/xmlui/src/main/webapp/i18n/messages_ca.xml	2011-10-05 07:52:43 +0000
@@ -363,7 +363,7 @@
   <message key="xmlui.Submission.submit.CCLicenseStep.license">Llicència</message>
   <message key="xmlui.Submission.submit.CCLicenseStep.no_license">no heu seleccionat cap llicència Creative Commons</message>
   <message key="xmlui.Submission.submit.CCLicenseStep.submit_remove">Elimina aquesta llicència Creative Commons</message>
-  <message key="xmlui.Submission.submit.CCLicenseStep.submit_to_creative_commons">Vés al lloc web de Creative Commons per seleccionar una llicència</message>
+  <message key="xmlui.Submission.submit.CCLicenseStep.submit_to_creative_commons">Ves al lloc web de Creative Commons per seleccionar una llicencia</message>
   <message key="xmlui.Submission.submit.CompletedStep.go_submission">Vés a la pàgina d'enviaments.</message>
   <message key="xmlui.Submission.submit.CompletedStep.head">Enviament conclòs</message>
   <message key="xmlui.Submission.submit.CompletedStep.info1">Ara el vostre enviament seguirà el procés de revisió d'aquesta col·lecció. Quan el vostre enviament haja sigut incorporat a la col·lecció, o si hi ha algun problema amb l'enviament, rebreu una notificació per correu electrònic. També podeu comprovar l'estat del vostre enviament consultant la vostra pàgina d'enviaments.</message>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to