Re: Testing 2.x with production 1.x code

2003-07-02 Thread Neil Gunton
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

Embperl::Object not using 'path'?

2003-07-02 Thread Neil Gunton
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

Re: Embperl::Object not using 'path'?

2003-07-02 Thread Gerald Richter
> 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

Nested Bug in 2.0b9

2003-07-02 Thread Neil Gunton
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

More testing of embperl 2.0b9

2003-07-02 Thread ckassab
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 ({

Re: Recordset: make test error with latest Postgres

2003-07-02 Thread Robert
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