I updatet icingaweb2 from 2.11.4 to 2.12.1, icinga-php-library from 0.12.0 to 0.13.1, icingadb from 1.1.0 to 1.1.1 icinga2 from 2.13.7 to 2.14.0. We use icingadb.
After the updates, we get the following error message in a web-modul (old modul eventdb with some adaptions to use icingadb):
require_once(HTMLPurifier/Bootstrap.php): Failed to open stream: No such file or directory
#0 /usr/share/icingaweb2/modules/eventdb/application/views/helpers/EventMessage.php(53): Icinga\Application\ApplicationBootstrap->Icinga\Application\{closure}()
#1 /usr/share/icingaweb2/modules/eventdb/application/views/helpers/EventMessage.php(53): require_once()
#2 /usr/share/icingaweb2/modules/eventdb/application/views/helpers/EventMessage.php(27): Zend_View_Helper_EventMessage->getPurifier()
#3 /usr/share/icinga-php/vendor/vendor/shardj/zf1-future/library/Zend/View/Abstract.php(363): Zend_View_Helper_EventMessage->eventMessage()
#4 /usr/share/php/Icinga/Web/View.php(251): Zend_View_Abstract->__call()
#5 /usr/share/icingaweb2/modules/eventdb/application/views/helpers/Column.php(40): Icinga\Web\View->__call()
#6 /usr/share/icinga-php/vendor/vendor/shardj/zf1-future/library/Zend/View/Abstract.php(363): Zend_View_Helper_Column->column()
#7 /usr/share/php/Icinga/Web/View.php(251): Zend_View_Abstract->__call()
#8 /usr/share/icingaweb2/modules/eventdb/application/views/scripts/events/index.phtml(76): Icinga\Web\View->__call()
#9 /usr/share/php/Icinga/Web/View.php(235): include(String)
#10 /usr/share/icinga-php/vendor/vendor/shardj/zf1-future/library/Zend/View/Abstract.php(886): Icinga\Web\View->_run()
#11 /usr/share/icinga-php/vendor/vendor/shardj/zf1-future/library/Zend/Controller/Action/Helper/ViewRenderer.php(910): Zend_View_Abstract->render()
#12 /usr/share/icinga-php/vendor/vendor/shardj/zf1-future/library/Zend/Controller/Action/Helper/ViewRenderer.php(931): Zend_Controller_Action_Helper_ViewRenderer->renderScript()
#13 /usr/share/icinga-php/vendor/vendor/shardj/zf1-future/library/Zend/Controller/Action/Helper/ViewRenderer.php(970): Zend_Controller_Action_Helper_ViewRenderer->render()
#14 /usr/share/icinga-php/vendor/vendor/shardj/zf1-future/library/Zend/Controller/Action/HelperBroker.php(277): Zend_Controller_Action_Helper_ViewRenderer->postDispatch()
#15 /usr/share/icinga-php/vendor/vendor/shardj/zf1-future/library/Zend/Controller/Action.php(527): Zend_Controller_Action_HelperBroker->notifyPostDispatch()
#16 /usr/share/php/Icinga/Web/Controller/Dispatcher.php(76): Zend_Controller_Action->dispatch()
#17 /usr/share/icinga-php/vendor/vendor/shardj/zf1-future/library/Zend/Controller/Front.php(954): Icinga\Web\Controller\Dispatcher->dispatch()
#18 /usr/share/php/Icinga/Application/Web.php(294): Zend_Controller_Front->dispatch()
#19 /usr/share/php/Icinga/Application/webrouter.php(105): Icinga\Application\Web->dispatch()
#20 /usr/share/icingaweb2/public/index.php(4): require_once(String)
#21 {main}
Any ideas how to fix this?
Thanks for any hints, Matthias