barcus/bareos

Unable to load Bareos webui with php7.3+

Closed this issue · 1 comments

Using version 8.0.3 :

Fatal error: Uncaught Zend\Session\Exception\InvalidArgumentException: 'session.name' is not a valid sessions-related ini setting. in /usr/share/bareos-webui/vendor/zendframework/zend-session/src/Config/SessionConfig.php:90 [...] #12 {main} thrown in /usr/share/bareos-webui/vendor/zendframework/zend-servicemanager/src/ServiceManager.php on line 946

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /usr/share/bareos-webui/vendor/zendframework/zend-stdlib/src/ArrayObject.php on line 426

Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /usr/share/bareos-webui/vendor/zendframework/zend-session/src/Config/SessionConfig.php on line 88

Currently i don't manage to display webui, there are some warning and also a fatal error.
php-fpm image used in docker-compose.yml (alpine) is php 8
i have just rebuilt it using php 7.2 ... to make it works again
should be better right now !