Jump to content

Edit History

Andrei H

Andrei H

Hello,

This isn't really an error, but a deprecation notice. It is only logged as an error and it should not impact your website. Usually, in the development lifecycles, you first deprecate a functionality, then you completely remove it in the next major version (in this case, that specific hook will most likely be removed in PrestaShop 9).

The notice is attributed to the 'pcsitemap' module, due to the fact that it is still using the 'backOfficeHeader' hook. Switching to the 'displayBackOfficeHeader' hook should clear the deprecation notice.

Since this looks like a third party module, you should contact its developer in order to get a fix for it. There's also a possibility you might use an older version of the module and they might already have a fix for it.

Andrei H

Andrei H

Hello,

This isn't really an error, but a deprecation notice. It is only logged as an error and it should not impact your website. Usually, in the development lifecycles, you first deprecate a functionality, then you completely remove it in the next major version (in this case, that specific hook will most likely be removed in PrestaShop 9).

The notice is attributed to the 'pcsitemap' module, due to the fact that it is still using the 'backOfficeHeader' hook. Switching to the 'displayBackOfficeHeader' should clear the deprecation notice.

Since this looks like a third party module, you should contact its developer in order to get a fix for it. There's also a possibility you might use an older version of the module and they might already have a fix for it.

×
×
  • Create New...