boboson has asked for the wisdom of the Perl Monks concerning the following question:
I narrowed it down so that my webpage will display, by removing a call I make in my baseclass when I load my config file (XML::Simple)Software error: Error executing class callback in init stage: Can't locate object meth +od "new" via package "XML::SAX::PurePerl" at /home/domains/zave/perl/ +lib/site_perl/5.8.7/XML/SAX/ParserFactory.pm line 43.
I don't believe thats the real error. I never had any problems with that line of code before I did my changes, unfortunatly, I can't undo my changes. I am using:# get config file $self->param('config' => XMLin($self->param('config_url')));
to catch most coding syntax errors, but I don't understand this new error. Does anyone now what could be wrong or does anyone now of some module which could give me even more specific error codes?use CGI::Carp qw/fatalsToBrowser/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::Simple error
by runrig (Abbot) on Mar 16, 2006 at 00:11 UTC | |
by boboson (Monk) on Mar 16, 2006 at 08:46 UTC | |
by lima1 (Curate) on Mar 16, 2006 at 10:44 UTC | |
by boboson (Monk) on Mar 16, 2006 at 14:56 UTC | |
by runrig (Abbot) on Mar 16, 2006 at 23:54 UTC |