When I activated the PRO Player plugin I got the following errors:
Warning: mysql_pconnect() has been disabled for security reasons in /home/scs/public_html/wp-content/plugins/proplayer/playlist-controller.php on line 43
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/scs/public_html/wp-content/plugins/proplayer/playlist-controller.php on line 44
Warning: mysql_pconnect() has been disabled for security reasons in /home/scs/public_html/wp-content/plugins/proplayer/playlist-controller.php on line 43
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/scs/public_html/wp-content/plugins/proplayer/playlist-controller.php on line 44
Apparently my server has mysql_pconnect disabled for security reasons.
I edited playlist-controller.php and replaced mysql_pconnect with mysql_connect and the plugin activated without any errors
Just wanted to share this in case anyone else has the same issue.