Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing from source results in incomplete install.conf.php #8249

Closed
sdelafond opened this issue Jan 10, 2020 · 2 comments
Closed

Installing from source results in incomplete install.conf.php #8249

sdelafond opened this issue Jan 10, 2020 · 2 comments

Comments

@sdelafond
Copy link

sdelafond commented Jan 10, 2020

In createConfFile(), the key "centreon_cachedir" is not filled:

createConfFile() {

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.php contains the key, but it doesn't seem to be used at all during the install process.

sdelafond added a commit to sdelafond/centreon that referenced this issue Jan 10, 2020
@cgagnaire
Copy link
Contributor

cgagnaire commented Jan 13, 2020

Indeed the key is missing.
I don't really know about install.conf.dist.php.

@cgagnaire
Copy link
Contributor

cgagnaire commented Feb 23, 2021

Fixed since #8341 and should be better with #9507

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants