Warnings/Deprecations in PHP 8.1
-
Hello,
Since an update to PHP 8.1 getting a tonne of the following errors in logs:
[18-Dec-2023 09:35:31 UTC] PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/{domain}/public_html/wp-content/plugins/bellows-accordion-menu/includes/BellowsWalker.class.php on line 336
[18-Dec-2023 09:35:31 UTC] PHP Warning: Attempt to read property “bellows_source” on array in /home/{domain}/public_html/wp-content/plugins/bellows-accordion-menu/includes/BellowsWalker.class.php on line 341
[18-Dec-2023 09:35:31 UTC] PHP Warning: Attempt to read property “bellows_source” on array in /home/{domain}/public_html/wp-content/plugins/bellows-accordion-menu/includes/BellowsWalker.class.php on line 344
[18-Dec-2023 09:35:31 UTC] PHP Warning: Attempt to read property “bellows_source” on array in /home/{domain}/public_html/wp-content/plugins/bellows-accordion-menu/includes/BellowsWalker.class.php on line 336
[18-Dec-2023 09:35:31 UTC] PHP Warning: Attempt to read property “bellows_source” on array in /home/{domain}/public_html/wp-content/plugins/bellows-accordion-menu/includes/BellowsWalker.class.php on line 336A fix would be great, this generates hundreds of MB of logs.
Cheers,
Nik
- The topic ‘Warnings/Deprecations in PHP 8.1’ is closed to new replies.