I'm facing the same issue. I managed to meet all the system requirements through the advanced options in Infomaniak, except for the max_input_time condition, which appears as "0". If I proceed with the installation, the log in data/log is as follows:
[2024-03-01 21:44:56] WARNING: E_WARNING: Attempt to read property "value" on null {"code":2,"message":"Attempt to read property "value" on null","file":"/home/clients/7cd0956c8b1b376481ca2314cac25bdd/web/ecrm/install/vendor/smarty/libs/sysplugins/smarty_internal_templatebase.php(143) : eval()'d code","line":4}
[2024-03-01 21:44:56] ALERT: Rebuild database error: An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'lead (id VARCHAR(17) CHARACTER SET utf8mb4 NOT NULL COLLATE `utf8mb4_unicode_...' at line 1
[2024-03-01 21:44:56] ERROR: Uncaught Exception RuntimeException: "System user is not found." at /home/clients/7cd0956c8b1b376481ca2314cac25bdd/web/ecrm/application/Espo/Core/ApplicationUser.php line 72 {"exception":"[object] (RuntimeException(code: 0): System user is not found. at /home/clients/7cd0956c8b1b376481ca2314cac25bdd/web/ecrm/application/Espo/Core/ApplicationUser.php:72)"}
My hypothesis is that since Infomaniak creates the user with read and write permissions in the databases with a prefix, and does not allow generating users or changing permissions in the database, EspoCRM cannot create the system user.
Leave a comment: