Hi Gerald, that seems to have fixed this problem. There are others now,
which I will email in a new thread.
Thanks very much as always for your time!
-Neil
Gerald Richter wrote:
>
> > There seems to be some issue with this, but perhaps it is due to me not
> > using things as they should be. The
Hi again Gerald,
Possible new bug for you in 2.0b9, relating to Embperl::Object. I have
the following (just the relevant bits included here):
base.epl:
$global = shift;
$global->{core} = Execute ({object => 'Core.epl'});
Core.epl:
Execute ({isa => 'Utils.epl', path => '/www/lib/perl/Ap
> Execute ({isa => 'Utils.epl', path => '/www/lib/perl/Apache/'});
>
Try
Execute ({isa => 'Utils.epl', path =>[ '/www/lib/perl/Apache/']});
path is an array ref now. You are right that breaks existing 1.3 code at
this point, but with the EMBPERL_PATH or EMBPERL_OBJECT_ADDPATH in your
ht
Hi Gerald, still testing 2.0b9 on my crazyguyonabike codebase - good
news, a few pages now seem to work, so progress being made! However, one
of my pages caused my machine to lock up completely - turned out that
the Apache process was taking up 100% of CPU and eventually exhausted
all virtual memor
Hi all:
I continue testing embperl objects 2.0b9 and now i found that embperl is
closing mytables before i want close them.
This is my file base.eplo:
Testing tables
[- Execute ({'inputfile' => 'page_header.eplo', escmode =>0}); -]
[- Execute ('*') -]
[- Execute ({
Gerald Richter wrote:
Recordset make test fails with Postgres 7.3 on 'select multiple fields
2', error log attached. It used to work before, it seems Postgres' type
convertion rules are more restrictive... In error log Recordset says
'bind_types=1 4' and then Postgres complaints about atoi - new