01-28-2011, 12:12 PM
Modify Core.pm adding this line:
$XML::Simple::PREFERRED_PARSER='XML::Parser';
In this context:
Reboot Pandora server and test it.
Cheers.
$XML::Simple::PREFERRED_PARSER='XML::Parser';
In this context:
Code:
use DBI;
use XML::Simple;
use HTML::Entities;
use Time::Local;
use POSIX qw(strftime);
$XML::Simple::PREFERRED_PARSER='XML::Parser';
Reboot Pandora server and test it.
Cheers.