> >
> > Did you set the EMBPERL_APPNAME ? That's very important!
>
> Yes, I did that after your last mail, but that doesn't change anything.
>
> > Try to set
> >
> > EMBPERL_SESSION_HANDLER_CASSS no
> >
> > at the top level. Outside of your virtual hosts.
>
> In that case I don't get any error message.
>
ok, so it works. I still think the EMBPERL_APPNAME is the problem here.
Could you send me your httpd.conf, with the EMBPERL_APPNAME inside?
> And I found the problem with "notfound.html": The problem is that I do
some
> juggling around and I call
>
> my $mobj = eval Execute( { 'object' => "$ENV{'SCRIPT_FILENAME'}" });
>
> which will lead to the error. I thought that Execute would return some
> status that I could check for, but this is not the case. Even with the
> 'eval' around it, it seems to kill the skript there.
>
Add
options => Embperl::Constant::optReturnError
then it doesn't kill the script, but returns undef in case of error (you can
also add
errors => \@errors
to retrieve the error messages
Gerald
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]