3liz / lizmap-docker-compose

Run Lizmap stack with docker-compose
31 stars 42 forks source link

Editing layer loading for ever #2

Closed Ailurupoda closed 5 years ago

Ailurupoda commented 5 years ago

Hi, I'm experiencing an issue about the editing tool in Lizmap. I manage to configure my layer in the plugin. Publish in WFS and WMS so i can access my data. I can see all my geometry but when i go to the Editing tool in the mapmenu, (i can see the layer that have the create option enable) the editing form load for a while and i have the log :

2019-06-28 11:01:56 172.20.0.1  notice  2019-06-28 11:01:56 [8] Undefined offset: 13    /www/lizmap/modules/lizmap/classes/qgisVectorLayer.class.php    88

2019-06-28 11:01:56 172.20.0.1  notice  2019-06-28 11:01:56 [8] Undefined offset: 13    /www/lizmap/modules/lizmap/classes/qgisVectorLayer.class.php    109

2019-06-28 11:01:56 172.20.0.1  notice  2019-06-28 11:01:56 [8] Undefined offset: 14    /www/lizmap/modules/lizmap/classes/qgisVectorLayer.class.php    110

2019-06-28 11:01:56 172.20.0.1  notice  2019-06-28 11:01:56 [8] Undefined offset: 15    /www/lizmap/modules/lizmap/classes/qgisVectorLayer.class.php    111

2019-06-28 11:01:56 172.20.0.1  error   2019-06-28 11:01:56 [0] dbtools, pgsql: unknown table   /www/lib/jelix/plugins/db/pgsql/pgsql.dbtools.php   242

What i don't understand is that i manage to use the editing tool last week, but now i doesn't work anymore.

Do you know why this happen ?

dmarteau commented 5 years ago

Which version of Lizmap are you using (i.e which docker-image ?)

Ailurupoda commented 5 years ago

I tried with 3.3-rc, 3.2 and the same issue appear .

Ailurupoda commented 5 years ago

I think i had a corrupted file due to other other install/docker or something. From scratch it finally works well.

Ailurupoda commented 5 years ago

I have the problem again, so i don't really understand where it comes from. I opened a Issue here explaining a bit more : https://github.com/3liz/lizmap-web-client/issues/1280