dysproseum home

kplaylist: PHP 7 compatible music player

Setting up kPlaylist on a new server one day in 2017...

apt install mysql
apt install php php-mysql php-gd php-zip php-mbstring
...

Loading up kPlaylist in the browser...
White screen.
New errors!
Checks phpinfo...

PHP Version: 7.0

...What happened to PHP 5?

Though I had messed around with kPlaylist before, the official deprecation of PHP 5 was when the real work began on updating the program to continue working.

I wasn't getting any new fancy PHP 7 projects at work, so this was also my next best shot at trying out PHP 7.

See the working PHP 7.4 kPlaylist demo here!

For more details and instructions for installing on your server, see the kPlaylist github page.