Skip to main content
Question

Can not delete/edit/create hosts/services/templates after Patch from 24.10.12 to 25.10.5

  • January 23, 2026
  • 2 replies
  • 29 views

Forum|alt.badge.img+1

Hello everyone,

I tried to update Centreon from version 24.10.12 to 25.10.5 yesterday. The update process worked as expected, but after the update, there were some unexpected issues.

I could not delete hosts and services, could not create new templates, and could not edit existing templates. In some cases, Sometimes when saving it would just throw an empty page. I couldn't find any errors in the log files, and the UI did not throw any exceptions either. 

Cloning services, hosts, and templates works as expected.

I was just wondering if this is a known bug that will be fixed in the next minor update or if this is an edge case.

For testing, I disabled SELinux and removed any security-related, non-Centreon HTTPD configuration.

Thanks in advance!

2 replies

Forum|alt.badge.img+11

I would suspect a symfony cache issue after the upgrade.

Try the steps in this KB Symfony cache causes an issue after performing an upgrade of Centreon | Community


Forum|alt.badge.img+1
  • Author
  • Steward *
  • January 23, 2026

I would suspect a symfony cache issue after the upgrade.

Try the steps in this KB Symfony cache causes an issue after performing an upgrade of Centreon | Community

Hi, thanks for your response, sadly this didn't solve my issue. I reverted back a snapshot to 24.10.12 and patched to the latest minor Version 24.10.17 and then to 25.10.5 and I have the same Problems. I set the logging mode to Debug and enabled all logging Options. Here are errors I found in the logfiles, I don't know if these errors are connected though:

centreon-web.log

[2026-01-23T13:41:20+01:00] ERROR : Error while deleting host by API : Unknown error | {"custom":{"host_id":175},"exception":null,"default":{"request_infos":{"uri":"/centreon/main.get.php?p=60101","http_method":"POST","server":"XXXX.XXX.com"}}}



php-fpm/centreon-error.log
[23-Jan-2026 13:08:29 Europe/Vienna] PHP Fatal error: Declaration of Centreon\Application\Normalizer\IconUrlNormalizer::normalize($icon, $format = null, array $context = []) must be compatible with Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize(mixed $data, ?string $format = null, array $context = []): ArrayObject|array|string|int|float|bool|null in /usr/share/centreon/src/Centreon/Application/Normalizer/IconUrlNormalizer.php on line 40
[23-Jan-2026 13:08:29 Europe/Vienna] PHP Fatal error: Declaration of Centreon\Application\Normalizer\IconUrlNormalizer::normalize($icon, $format = null, array $context = []) must be compatible with Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize(mixed $data, ?string $format = null, array $context = []): ArrayObject|array|string|int|float|bool|null in /usr/share/centreon/src/Centreon/Application/Normalizer/IconUrlNormalizer.php on line 40

The browser does not show anything when trying to delete a host.