Ernest CHIARELLO
Ernest CHIARELLO
found something in /var/log/apache2/qgis-server-access.log (qgis container)... but it is not an error. 172.18.0.3 - - [26/Jan/2018:08:43:09 +0000] "GET /cgi-bin/qgis_mapserv.fcgi?map=%2Fvar%2Fwww%2Fwebsig%2Flizmap%2Finstall%2Fqgis%2Fmontpellier%2Eqgs&request=GetCapabilities&service=WFS HTTP/1.0" 200 424 "-" "-" idem in /var/log/apache2/access.log (lizmap container) :...
for me it is worse... when i try http://ip/websig/lizmap/www/admin.php/config, the answer is now : Error 500. A technical error has occured. Sorry for this trouble. i removed all volumes and...
thank you for this tip, but even with jancelin/docker-lizmap:3.1.8, i always obtain an error 500. ``` $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 6ac453a7d200 jancelin/docker-lizmap:3.1.8 "/bin/sh...
hey, it is ok now !!!! because one should not use the following URL : http://ip/websig/lizmap/www/admin.php/config but this one : http://ip/websig/lizmap/www/admin.php
be careful at the URL you use. my experience is that http://lizmap-dev.umrthema.univ-fcomte.fr/lm/admin.php/config/ does not work and leads to an error 500 but you should use http://lizmap-dev.umrthema.univ-fcomte.fr/lm/admin.php or http://lizmap-dev.umrthema.univ-fcomte.fr/lm/admin.php/admin/config/
@lucpolak pay attention to the fact that the file is not directly downloadable. one must use [https://gitlab.com/gitlab-org/gitlab/-/raw/b86a9b14b6d43923decec049cf18d915c81d3e7c/db/migrate/20180902070406_create_group_group_links.rb?inline=false](https://gitlab.com/gitlab-org/gitlab/-/raw/b86a9b14b6d43923decec049cf18d915c81d3e7c/db/migrate/20180902070406_create_group_group_links.rb?inline=false)
The task was longer for me since I had to launch an update from version 11.8.1... Thanks to everyone's good advice, I used the following script. You must first have...
Thank you for your suggestion, it works very well at the command line indeed. so how to explain that the background jobs generate all these error messages?
I confirm that a manual expiration (`occ groupfolders:expire`) run into the "Failed to remove item from trashbin" error. The workaround you proposed to clean any trashbin files (`occ groupfolders:trashbin:cleanup`) worked...
problem solved, or at least workaround: just assign the share folder to user 999:999, which is the user of the geonetwork container which provides the jetty service (replacing tomcat).