Joey Posted March 8, 2023 Share Posted March 8, 2023 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 More sharing options...
Joey Posted March 10, 2023 Author Share Posted March 10, 2023 Does no one know the answer to this? Seems like it should be a simple and quick solution Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now