Actions
Regression #13597
closed
MM
MM
pfSense - Feature #13446: Upgrade PHP from 7.4 to 8.1
haproxy-devel PHP8 regression when saving a backend entry
Regression #13597:
haproxy-devel PHP8 regression when saving a backend entry
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
When saving a backend in haproxy-devel on 22.11, the following PHP error is thrown and the backend entry is not saved:
Fatal error: Uncaught Error: Non-static method haproxy_utils::is_valid_haproxy_hostname() cannot be called statically in /usr/local/www/haproxy/haproxy_pool_edit.php:434 Stack trace: #0 {main} thrown in /usr/local/www/haproxy/haproxy_pool_edit.php on line 434 PHP ERROR: Type: 1, File: /usr/local/www/haproxy/haproxy_pool_edit.php, Line: 434, Message: Uncaught Error: Non-static method haproxy_utils::is_valid_haproxy_hostname() cannot be called statically in /usr/local/www/haproxy/haproxy_pool_edit.php:434 Stack trace: #0 {main} thrown
Actions