sverhagen / mp3-browser

This Joomla plugin will create a table of every MP3 in a specified folder. It displays the ID3 information of each track with a link to download or play the file in the browser
https://www.totaalsoftware.com/products/mp3-browser
GNU General Public License v2.0
5 stars 5 forks source link

[] operator not supported for strings (with fix) #88

Open rorso opened 3 years ago

rorso commented 3 years ago

A lazy definition in getID3 package leads to an error in PHP 7.1 if there is an 'error' or 'warning' condition met during analysis.

opened a bug report on the getID3 package and the fix for it.

https://github.com/JamesHeinrich/getID3/issues/264

Since this package is fully included here, you get a duplicate report.

Might well be this bug lurks somwhere else too.

... and obviously this already has been fixed several years ago, so PLEASE update the included package to anything recent.