Comment 2 for bug 1769890

Revision history for this message
Jon Gerdes (gerdesj) wrote :

I have manually patched my install and that works for me.

There is another error now:

Fatal error: Declaration of Icinga\Web\Form\Element\Note::isValid($value) must be compatible with Zend_Form_Element::isValid($value, $context = NULL) in /usr/share/php/Icinga/Web/Form/Element/Note.php on line 0

This is fixed upstream here: https://github.com/Icinga/icingaweb2/blob/master/library/Icinga/Web/Form/Element/Note.php

--- public function isValid($value)
+++ public function isValid($value, $context = null)

After doing that I can run the setup wizard to completion.