We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting an exception on /config/general: Trying to get property 'config_backend' of non-object
No exception should happen and the configs should be shown.
Include as many relevant details about the environment you experienced the problem in
icinga2 --version
php --version
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Is this with a fresh installation?
Sorry, something went wrong.
Nope, this is with an existing install.
And you have no global section in /etc/icingaweb2/config.ini? (Adding [global] there will work-around this)
global
/etc/icingaweb2/config.ini
[global]
Oh, I have no /etc/icingaweb2/config.ini.
Though that fixed it.
Thanks!
Still, shouldn't shown an error, but again, no config.ini is weird as well. Didn't expect that's possible 😅
nilmerg
Successfully merging a pull request may close this issue.
Describe the bug
I am getting an exception on /config/general: Trying to get property 'config_backend' of non-object
To Reproduce
Expected behavior
No exception should happen and the configs should be shown.
Screenshots
Your Environment
Include as many relevant details about the environment you experienced the problem in
icinga2 --version
): r2.12.5-1php --version
): 7.3.29-1~deb10u1Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: