Lizmap-web-client: lwc - fresh install (master branch) - not working

Created on 3 Mar 2018  路  3Comments  路  Source: 3liz/lizmap-web-client

error during installation:

PHP Warning: SQLite3::exec(): NOT NULL constraint failed: jlx_user.firstname in /var/www/html/lizmap-web-client-master/lib/jelix/plugins/db/sqlite3/sqlite3.dbconnection.php on line 120

[error] An error occured during the installation of the module lizmap: invalid query (NOT NULL constraint failed: jlx_user.firstname (INSERT INTO jlx_user (usr_login, usr_password, usr_email ) VALUES
('lizadmin', '$2y$10$ha68N.rBRBSZoPFzExDSGuYfsXaGYy/D4acMf5j6hhzjC8oglICrS' , '[email protected]')))

browser error:

404 Not Found
Sorry, the requested page doesn't exist
Page generated by Jelix.

bug jelix

Most helpful comment

Both issues are fixed. thanks for your reports

All 3 comments

The lizmap installation not welle finished so Lizmap is not installed and available.

in addiction to this, it seems near same bug is in installing with postgres. This is the message:

luca@vespucci:/var/www/mylizmap$ sudo php lizmap/install/installer.php Installation start.. [notice] Installation starts for the entry point index All modules dependencies are ok [error] An error occured during the installation of the module jacl2db: invalid query (ERRORE: la INSERT o l'UPDATE sulla tabella "jacl2_user_group" viola il vincolo di chiave esterna "jacl2_user_group_id_aclgrp_fkey" DETAIL: La chiave (id_aclgrp)=(__priv_admin) non 猫 presente nella tabella "jacl2_group".(INSERT INTO "jacl2_user_group" ("login","id_aclgrp") VALUES ('admin','__priv_admin'))) Installation ended.

Can be simply to solve by adding requested values into insert statement ?

Both issues are fixed. thanks for your reports

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jaitor1 picture jaitor1  路  4Comments

tethysgeco picture tethysgeco  路  8Comments

21Damien picture 21Damien  路  4Comments

josemvm picture josemvm  路  13Comments

pcav picture pcav  路  11Comments