Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • leandrow

    (@leandrow)

    In the dashboard, you can’t click on the “Add” link?

    I try here in WP 2.7.1 and everything works fine…

    Ps.: The module of PHP that you need is SimpleXML (to read, and “translate” the data returned by last.fm). But, someday, is easy to find this in many hosts.

    Try this:

    1. Found these lines on ilastfm.php:

    private $apikey;
    private $username;
    private $method;
    private $mode;
    private $number;
    private $period;
    private $coverwidth;
    private $cache;
    private $imagecache;
    private $jump;
    private $nocover;

    2. And replace it by:

    var $apikey;
    var $username;
    var $method;
    var $mode;
    var $number;
    var $period;
    var $coverwidth;
    var $cache;
    var $imagecache;
    var $jump;
    var $nocover;

    3. Activate plugin

    Ps.: The plugin needs PHP5, check it.

    try this:

    1. Found these lines on ilastfm.php:

    private $apikey;
    private $username;
    private $method;
    private $mode;
    private $number;
    private $period;
    private $coverwidth;
    private $cache;
    private $imagecache;
    private $jump;
    private $nocover;

    2. And replace it by:

    var $apikey;
    var $username;
    var $method;
    var $mode;
    var $number;
    var $period;
    var $coverwidth;
    var $cache;
    var $imagecache;
    var $jump;
    var $nocover;

    3. Activate plugin

    Ps.: The plugin needs PHP5, check it.

Viewing 3 replies - 1 through 3 (of 3 total)