You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial configuration does not copy every field from config-default.json. Specifically, if the database port is 3307 instead of 3306, for example, the installation will fail at merge_configs.php.
It is confusing for the port setting to be included in config-default.json if it is not actually used in the PHP setup files. E.g. from setupConfirmation.php:
The initial configuration does not copy every field from
config-default.json
. Specifically, if the database port is 3307 instead of 3306, for example, the installation will fail atmerge_configs.php
.With this configuration:
This is what showed up in the Espo log:
However, this works:
build.js
inespocrm-extension-tools
does not explicitly use the port value:It is confusing for the
port
setting to be included inconfig-default.json
if it is not actually used in the PHP setup files. E.g. fromsetupConfirmation.php
:I would expect there to be fields called
db-host
anddb-port
or for theport
field to be removed fromconfig-default.json
.The text was updated successfully, but these errors were encountered: