Menu

#12 Using PHP 7 gives PHP Fatal error: Uncaught Error: Call to undefined function split()

v1.0 (example)
open
nobody
Bug (1)
5
2016-09-04
2016-09-04
No

For those who upgrade to PHP 7 you'll need to replace all the split function with explode in two files. include/controller_ping.php and include/controller_playlist.php

There are other errors but I don't know PHP all that well but at least the above will get you up and running with PHP 7

Discussion


Log in to post a comment.