Laurent Jouanneau

Results 103 comments of Laurent Jouanneau

HI, I don't reproduce the issue :-/ No problem with PHP 8.1 and Qgis 3.22 with Debian 10. No errors into lizmap/var/log/ ?

I reproduce the errors in a vagrant VM, with the installation script given above.

The PHP error about the postgresql connection, is because in the profiles.ini.php, there are two profiles, `jdb:jauth` and `jdb:lizlog`, having the same parameters. Jelix has two connection objects into its...

@gampini-jacques if you want to change the content of a template of the `view` module, copy the template in the directory `lizmap/var/themes/default/view/`, and modify this copy. It will be automatically...

@NJMC The urls.xml file is not used (yet). The url to access to your controller is `http://my.lizmap/index.php/lizmap/about/index/`. (url is `index.php///`. The controller file must not contain HTML content. All HTML...

It seems some steps [from the tutorial](https://docs.lizmap.com/current/en/install/ldap.html) are missing

I created the bug : https://bugzilla.mozilla.org/show_bug.cgi?id=1417022

There is already all we need into Jelix to see if the table exists, with jDbSchema. It does the query you indicate for pgsql, and similar queries for other type...

We should have also : * an update script that adds this new parameter, with `true` if the table already exists * the installer script should create this table if...