Problem/Motivation
Since updating to Drupal 8.3, I am seeing the following messages in the (PHP) error_log
file on my hosting provider...
[04-Jul-2024 05:33:22 UTC] PHP Warning: Invalid "output_buffering" setting. Invalid quantity "Off": no valid leading digits, interpreting as "0" for backwards compatibility in Unknown on line 0
[04-Jul-2024 05:33:22 UTC] PHP Deprecated: PHP Request Shutdown: assert.active INI setting is deprecated in Unknown on line 0
[04-Jul-2024 05:33:50 UTC] PHP Warning: Invalid "output_buffering" setting. Invalid quantity "Off": no valid leading digits, interpreting as "0" for backwards compatibility in Unknown on line 0
[04-Jul-2024 05:33:50 UTC] PHP Deprecated: PHP Request Shutdown: assert.active INI setting is deprecated in Unknown on line 0
[04-Jul-2024 05:33:50 UTC] PHP Warning: Invalid "output_buffering" setting. Invalid quantity "Off": no valid leading digits, interpreting as "0" for backwards compatibility in Unknown on line 0
[04-Jul-2024 05:33:50 UTC] PHP Deprecated: PHP Request Shutdown: assert.active INI setting is deprecated in Unknown on line 0
[04-Jul-2024 05:33:57 UTC] PHP Warning: Invalid "output_buffering" setting. Invalid quantity "Off": no valid leading digits, interpreting as "0" for backwards compatibility in Unknown on line 0
[04-Jul-2024 05:33:57 UTC] PHP Deprecated: PHP Request Shutdown: assert.active INI setting is deprecated in Unknown on line 0
[04-Jul-2024 05:37:15 UTC] PHP Warning: Invalid "output_buffering" setting. Invalid quantity "Off": no valid leading digits, interpreting as "0" for backwards compatibility in Unknown on line 0
[04-Jul-2024 05:37:15 UTC] PHP Deprecated: PHP Request Shutdown: assert.active INI setting is deprecated in Unknown on line 0
[04-Jul-2024 05:37:26 UTC] PHP Warning: Invalid "output_buffering" setting. Invalid quantity "Off": no valid leading digits, interpreting as "0" for backwards compatibility in Unknown on line 0
[04-Jul-2024 05:37:26 UTC] PHP Deprecated: PHP Request Shutdown: assert.active INI setting is deprecated in Unknown on line 0
[04-Jul-2024 05:37:34 UTC] PHP Warning: Invalid "output_buffering" setting. Invalid quantity "Off": no valid leading digits, interpreting as "0" for backwards compatibility in Unknown on line 0
[04-Jul-2024 05:37:34 UTC] PHP Deprecated: PHP Request Shutdown: assert.active INI setting is deprecated in Unknown on line 0
[04-Jul-2024 05:37:36 UTC] PHP Warning: Invalid "output_buffering" setting. Invalid quantity "Off": no valid leading digits, interpreting as "0" for backwards compatibility in Unknown on line 0
[04-Jul-2024 05:37:36 UTC] PHP Deprecated: PHP Request Shutdown: assert.active INI setting is deprecated in Unknown on line 0
As a result of this (I think, given that it says 'PHP Request Shutdown') I cannot any longer get to the Modules page (http://drupal10.local/admin/modules
) and see a 500 error.
My settings.php
and my settings.local.php
have been a round a while, is there something that I need to change there that relates to assertions?
Oddly, I CAN get to the Modules page on my local (Windows) development version which is allegedly using exactly the same version of Drupal (10.3) and PHP 8.3.x
Thank you