> > Using 2.0b8, I get the same error. Unless I messed up the syntax
> > somewhere, it appears that the 'object_addpath' is the culprit and
> > is not functioning correctly.
> >
>
> Try to pass a array ref to object_addpath
Nope, still doesn't work for 2.0b8, with the error remaining and a
>
> Using 2.0b8, I get the same error. Unless I messed up the syntax
> somewhere, it appears that the 'object_addpath' is the culprit and
> is not functioning correctly.
>
Try to pass a array ref to object_addpath
Gerald
---
> that doesn't help.
> > > this is what i get when i run the code snippet in question:
> > >
> > > ERR: 404: : Not found '_base.epl', searched:
> > try to add the parameter
> >
> > app_name => 'foo'
Using 2.0b8, I get the same error. Unless I messed up the syntax
somewhere, it appears that
that doesn't help.
ilia.
On Tue, Nov 12, 2002 at 07:26:09PM +0100, Gerald Richter wrote:
> >
> > make test doesn't get pass test#199
> >
>
> this is another issue and related to an update of libxslt
>
> > this is what i get when i run the code snippet in question:
> >
> > ERR: 404: : Not fo
when this was happening to us, i believe we were getting memory
corruption from DBI/DBD::Pg.
once we started being extremely careful to destroy our cached
statement handles before the database handle, all sorts of things
cleared up. i wasn't really paying attention to @ISA at the time,
so i'm no