PHP Warning: Trying to access array offset on value of type bool in
-
How to fix this? It generated in debug.log
I add this code in my wp-config.php
// Enable WP_DEBUG mode define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', true); @ini_set( 'display_errors', 0 ); define( 'SCRIPT_DEBUG', true ); define('WP_DEBUG', true);
[15-Dec-2023 07:31:20 UTC] PHP Warning: Trying to access array offset on value of type bool in /home/site/public_html/wp-includes/media.php on line 795 [15-Dec-2023 07:31:20 UTC] PHP Warning: Trying to access array offset on value of type bool in /home/site/public_html/wp-includes/media.php on line 801
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP Warning: Trying to access array offset on value of type bool in’ is closed to new replies.