Submitted by Martin Erpicum (not verified) on Wed, 02/20/2008 - 16:35.
Hello,
Everything was going fine so far :
root ~ # ./flickr_backup.pl
Can't call method "param" on an undefined value at /usr/lib/perl5/site_perl/5.8.8/Net/Flickr/API.pm line 159.
I looked at the line:159 ; if ($self->{cfg}->param("flickr.api_handler") !~ /^(?:XPath|LibXML)$/) {
So I suppose, I misconfigured this line : api_handler=LibXML
Error
Hello,
Everything was going fine so far :
root ~ # ./flickr_backup.pl
Can't call method "param" on an undefined value at /usr/lib/perl5/site_perl/5.8.8/Net/Flickr/API.pm line 159.
I looked at the line:159 ;
if ($self->{cfg}->param("flickr.api_handler") !~ /^(?:XPath|LibXML)$/) {So I suppose, I misconfigured this line :
api_handler=LibXMLWhat do i need to write on this line ?
Thx :-),
Martin