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.