Viewing 2 replies - 1 through 2 (of 2 total)
  • karbanovich

    (@karbanovich)

    Just updated wordpress and the plugin.
    there is one bug if your website using https connection.
    in line 127-129 of audio-player.php

    if ($_SERVER[“HTTPS”] == “on” || $_SERVER[“SERVER_PORT_SECURE”] == “1”) {
    $this->pluginURL = str_replace(“http”, “https”, $this->pluginURL);
    }
    the pluginURL ends up being httpss… which breaks the whole plugin if you are using ssl.

    to fix that just comment out the middle line like this
    // $this->pluginURL = str_replace(“http”, “https”, $this->pluginURL);

    I have problems with the plugin too. None of my files are playing, they are always buffering. Plugin and WordPress are updated. My website is http://www.disimulen.com

    Any advice would be helpful. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Audio Player not working’ is closed to new replies.