Hello,
Is there a way to use Google analytics 4 in the Geonetwork 3.12.x? If yes, how to implement it? Where to put the code?
Thanks in advance.
BR
Hello,
Is there a way to use Google analytics 4 in the Geonetwork 3.12.x? If yes, how to implement it? Where to put the code?
Thanks in advance.
BR
Hi, here is an example https://github.com/geoadmin/geocat/pull/230/files
Maybe this is something we should add in the settings at some point?
Francois
Le mar. 14 févr. 2023 à 10:06, Jasmin Ćatić via GeoNetwork-devel <geonetwork-devel@anonymised.comts.sourceforge.net> a écrit :
Hello,
Is there a way to use Google analytics 4 in the Geonetwork 3.12.x? If yes, how to implement it? Where to put the code?
Thanks in advance.
BR
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Hi Francois,
I edited these files and when I restart my app I get this message:
{“error”: { “message”: “Failed to compile stylesheet. 1 error detected.” , “class”: “TransformerConfigurationException” , “request”: {} } }
The log file gives this message:
2023-02-14 11:02:46,511 INFO [geonetwork.encryptor] - Password database encryptor initialized - Keep the file C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\geonetwork\WEB-INF\data\config\encryptor.properties safe and make a backup. When upgrading to a newer version of GeoNetwork the file must be restored, otherwise GeoNetwork will not be able to decrypt passwords already stored in the database.
2023-02-14 11:07:25,234 ERROR [jeeves.service] - → exception during transformation for : catalog.search
2023-02-14 11:07:25,234 ERROR [jeeves.service] - → (C) stylesheet : C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\geonetwork\xsl..\xslt\ui-search\search.xsl
2023-02-14 11:07:25,234 ERROR [jeeves.service] - → (C) message : Failed to compile stylesheet. 1 error detected.
2023-02-14 11:07:25,234 ERROR [jeeves.service] - → (C) exception : TransformerConfigurationException
Do you know what could be the issue? I am using GeoNetwork 3.12 built from source code.
BR,
Jasmin
uto, 14. velj 2023. u 10:15 Francois Prunayre <fx.prunayre@anonymised.com> napisao je:
Hi, here is an example https://github.com/geoadmin/geocat/pull/230/files
Maybe this is something we should add in the settings at some point?Francois
Le mar. 14 févr. 2023 à 10:06, Jasmin Ćatić via GeoNetwork-devel <geonetwork-devel@lists.sourceforge.net> a écrit :
Hello,
Is there a way to use Google analytics 4 in the Geonetwork 3.12.x? If yes, how to implement it? Where to put the code?
Thanks in advance.
BR
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Usually you get a line number on XSL errors. Something like
Error on line 36 column 5 of base-layout-cssjs-loader.xsl:
SXXP0003: Error reported by XML parser: Element type “xsl:variable” must be followed by
either attribute specifications, “>” or “/>”.
Check if you’ve it in the log.
HTH.
Francois
Le mar. 14 févr. 2023 à 11:35, Jasmin Ćatić <jasmin.catic16@anonymised.com> a écrit :
Hi Francois,
I edited these files and when I restart my app I get this message:
{“error”: { “message”: “Failed to compile stylesheet. 1 error detected.” , “class”: “TransformerConfigurationException” , “request”: {} } }The log file gives this message:
2023-02-14 11:02:46,511 INFO [geonetwork.encryptor] - Password database encryptor initialized - Keep the file C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\geonetwork\WEB-INF\data\config\encryptor.properties safe and make a backup. When upgrading to a newer version of GeoNetwork the file must be restored, otherwise GeoNetwork will not be able to decrypt passwords already stored in the database.
2023-02-14 11:07:25,234 ERROR [jeeves.service] - → exception during transformation for : catalog.search
2023-02-14 11:07:25,234 ERROR [jeeves.service] - → (C) stylesheet : C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\geonetwork\xsl..\xslt\ui-search\search.xsl
2023-02-14 11:07:25,234 ERROR [jeeves.service] - → (C) message : Failed to compile stylesheet. 1 error detected.
2023-02-14 11:07:25,234 ERROR [jeeves.service] - → (C) exception : TransformerConfigurationExceptionDo you know what could be the issue? I am using GeoNetwork 3.12 built from source code.
BR,
Jasminuto, 14. velj 2023. u 10:15 Francois Prunayre <fx.prunayre@anonymised.com> napisao je:
Hi, here is an example https://github.com/geoadmin/geocat/pull/230/files
Maybe this is something we should add in the settings at some point?Francois
Le mar. 14 févr. 2023 à 10:06, Jasmin Ćatić via GeoNetwork-devel <geonetwork-devel@lists.sourceforge.net> a écrit :
Hello,
Is there a way to use Google analytics 4 in the Geonetwork 3.12.x? If yes, how to implement it? Where to put the code?
Thanks in advance.
BR
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork