Hi Jörg,
thanks for the fast fix. Will have a look on it.
The Bareos ui is the only php related software on this server, so it
should also be possible for us to upgrade to another php version.
Eventually you could make this as a requirement for the future versions.
At the moment RedHat offers this:
[root@storage-serv php-fpm]# dnf module list|grep php
php 7.2 [d][e] common [d], devel, minimal
PHP scripting language
php 7.3 common [d], devel, minimal
PHP scripting language
php 7.4 common [d], devel, minimal
PHP scripting language
php 8.0 common [d], devel, minimal
PHP scripting language
php 8.2 common [d], devel, minimal
PHP scripting language
Best
Silvio
Am 15.12.24 um 23:00 schrieb Jörg Steffens:
> On 15.12.24 at 17:55 wrote Jörg Steffens:
>> Hi Silvio,
>>
>> I reproduced the problem on EL8.
>> The error message is, in a freshly installed EL8, in
>> /var/log/php-fpm/www-error.log
>>
>> Reason is, that we used the function array_key_first, only available
>> in PHP 7 >= 7.3.0, while EL 8 ships with PHP 7.2.
>> We will publish a fix soon. Thank you for your report.
>
> See
https://github.com/bareos/bareos/pull/2067 for the one line fix.
>
--