Jump to content

PHP Deprecated


Recommended Posts

Does anyone know how to disable writing of PHP Deprecrated entries into the error_log?  As anyone else knows who upgraded to PS 8.0+ and PHP 8+, the modules haven't caught up yet and every module is spurting: PHP Deprecated: The hook "Header" is deprecated, please use "displayHeader".

We tried adding error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_USER_DEPRECATED to the php.ini, but it didn't stop the entries.  

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...