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.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1769890

Title:
  Icingaweb2 does not work with PHP 7.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icingaweb2/+bug/1769890/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to