mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
doc: add FAQ section
This commit is contained in:
parent
b96b0470b0
commit
f7b2ab76b5
@ -19,4 +19,5 @@ Learn more about the Director in the documentation:
|
|||||||
* [Automation](doc/03-Automation.md)
|
* [Automation](doc/03-Automation.md)
|
||||||
* [Getting started](doc/04-Getting-started.md)
|
* [Getting started](doc/04-Getting-started.md)
|
||||||
* [REST API](doc/70-REST-API.md)
|
* [REST API](doc/70-REST-API.md)
|
||||||
|
* [FAQ](doc/80-FAQ.md)
|
||||||
|
|
||||||
|
17
doc/80-FAQ.md
Normal file
17
doc/80-FAQ.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Frequently Asked Questions
|
||||||
|
==========================
|
||||||
|
|
||||||
|
I got an exception...
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
* "Refusing to render the configuration, your DB layer corrupts binary data. You might be affected by Zend Framework bug #655"
|
||||||
|
|
||||||
|
Sad but true. Zend Framework 1.12.16 and 1.12.17 silently corrupt binary data. You can either wait for 1.12.18 or downgrade to an earlier version. Debian Stable currently ships 1.12.9, but as they backported the involved erraneous security bug their version is affected too.
|
||||||
|
|
||||||
|
You could also manually fix this issue in `/usr/share/php/Zend/Db/Adapter/Pdo/Abstract.php`. Search for the `_quote` function and delete the line saying `$value = addcslashes($value, "\000\032");`. Please note that doing so would fix all problems, but re-introduce a potential security issue affecting the MSSQL and Sqlite adapters.
|
||||||
|
|
||||||
|
My Director doesn't look as good as on your screenshots
|
||||||
|
-------------------------------------------------------
|
||||||
|
|
||||||
|
Currently there is a bug in Icinga Web 2 that broke automagic cache invalidation. So when updating a module you might be forced to do SHIFT-Reload or similar in your browser. Please note that proxies in the way between you and Icinga Web 2 might currently lead to similar issues.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user