PHP ERRORS and FIXES
-
Hi there,
I get these PHP Warnings :
Warning Undefined array key 0 3 wp-content/plugins/mp3-music-player-by-sonaar/includes/class-sonaar-music.php:317 Plugin: mp3-music-player-by-sonaarWarning Trying to access array offset on value of type null 3 wp-content/plugins/mp3-music-player-by-sonaar/includes/class-sonaar-music.php:317 Warning Undefined array key 0 1 wp-content/plugins/mp3-music-player-by-sonaar/includes/class-sonaar-music-widget.php:215 Plugin: mp3-music-player-by-sonaarWarning Trying to access array offset on value of type null 1 wp-content/plugins/mp3-music-player-by-sonaar/includes/class-sonaar-music-widget.php:215
How I fixed:
// $fileOrStream = $album_tracks[0]['FileOrStream']; $fileOrStream = $album_tracks[0]['FileOrStream'] ?? null;
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP ERRORS and FIXES’ is closed to new replies.