tanimientras

Results 6 issues of tanimientras

Error during install with today's clone ``` Field 'field11' doesn't have a default value INSERT INTO `talert_actions` (`id`, `name`, `id_alert_command`, `field1`, `field2`, `field3`, `field4`, `field5`, `field6`, `field7`, `field8`, `field9`, `field10`,...

Importing pandora.sql raises the error message: ERROR 1364 (HY000) at line 1107: Field 'field11' doesn't have a default value It may be caused by truncated SQL statement ``` INSERT INTO...

eg:https://github.com/pandorafms/pandorafms/search?utf8=%E2%9C%93&q=error_screen.php&type=

Fresh install on a clean machine (db is on another host) fails: ``` env \ DBHOST='********' \ DBNAME='pandora' \ DBUSER='root' \ DBPASS='********' \ DBROOTPASS='********' \ DBPORT='3306' \ SKIP_PRECHECK=1 \ SKIP_DATABASE_INSTALL=1...

On my fifth try to install pandorafms in Ubuntu 22.04.01, but this time standalone: >bash -c "$(curl -fsSL https://raw.githubusercontent.com/pandorafms/pandorafms/develop/extras/deploy-scripts/pandora_deploy_community_ubuntu_2204.sh)" ``` /pandora_deploy_community_ubuntu_2204.sh)" Starting PandoraFMS Community deployment Ubuntu 22.04 ver. 2022052501 Check...

Is this repo still mantained?

enhancement