[Zope-Perl] Calling PerlMethod from PerlMethod

Gisle Aas gisle@ActiveState.com
22 Feb 2001 17:32:49 -0800


Ulrich Wisser <u.wisser@publisher.de> writes:

> it seems that I can't call a PerlMethod from a PerlMethod.
> I get a Zope error
> 
> Error Type: PerlError
> Error Value: Undefined subroutine &Zope::_recompile called at
> /usr/local/Zope-2.2.5-linux2-x86/lib/perl/Zope.pm line 98.

I see the same thing here.

> I can call dtml methods, but no PerlMethods.
> 
> Any hints?


There is some bug with getting into a perl safe compartment when
already in the context of another one.  It is not obvious for me why
this happens.  I'm looking into it.

--Gisle