• On my test site, because of other issues, I am running in WP_DEBUG mode. It turned up the following issues:

    Deprecated: Assigning the return value of new by reference is deprecated in H:\xampp\htdocs\wordpress\wp-content\plugins\audio-player\audio-player.php on line 903

    Line 903: $AudioPlayer = &new AudioPlayer();

    Notice: Undefined index: HTTPS in H:\xampp\htdocs\wordpress\wp-content\plugins\audio-player\audio-player.php on line 127

    Notice: Undefined index: SERVER_PORT_SECURE in H:\xampp\htdocs\wordpress\wp-content\plugins\audio-player\audio-player.php on line 127`

    Line 127: if ($_SERVER["HTTPS"] == "on" || $_SERVER["SERVER_PORT_SECURE"] == "1") {

    The audio player is working as it does on my active site running on WP 3.9.2.

    Can the code be changed to remove the deprecated and undefined index issues?

    The release of WP 4.0 is imminent.

    https://wordpress.org/plugins/audio-player/

Viewing 1 replies (of 1 total)
  • Thread Starter Malae

    (@malae)

    I have just activated the plug-in again on the above site and noticed the following message:
    The plugin generated 523 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Audio Player running on WordPress 4.0-RC3’ is closed to new replies.