AH01071: Got error 'PHP message: PHP Notice: Undefined index: centreon_cachedir in /usr/share/centreon/www/install/steps/process/configFileSetup.php on line 76'
Interestingly enough, www/install/install.conf.dist.php contains the key, but it doesn't seem to be used at all during the install process.
The text was updated successfully, but these errors were encountered:
sdelafond
added a commit
to sdelafond/centreon
that referenced
this issue
Jan 10, 2020
sdelafond commentedJan 10, 2020
In createConfFile(), the key "centreon_cachedir" is not filled:
centreon/libinstall/functions
Line 1613 in 3824725
The web installer however requires it:
AH01071: Got error 'PHP message: PHP Notice: Undefined index: centreon_cachedir in /usr/share/centreon/www/install/steps/process/configFileSetup.php on line 76'Interestingly enough,
www/install/install.conf.dist.phpcontains the key, but it doesn't seem to be used at all during the install process.The text was updated successfully, but these errors were encountered: