>Gerald
>
>P.S. Do you see any error message in your Apache error log ?

Hi wel I have been tring a lot.. I moved apache to c:\apach instead ofthe long program 
files\apach group path.
but it does not matter either.. it seems the old perl zip (v6) has les support for 
thing so I need to stick with the v7 .

The only error I get from apache is this one:

[860]SES:  Embperl Session management enabled (>= 1.50)
[Wed Oct 31 16:05:51 2001] [error] Can't call method "getid" on an undefined value at 
C:/Perl/site/lib/HTML/Embperl.pm line 1691.

And I get this the second time I load a page after I restart apache.

Before I said I used active state perl.. but now I am not sure coz the readme of the 
perl-win32-bin-0.7 told me to copy al perl files to c/perl and this probably replaced 
the active state perls version.. I do not know what perl is included in the 
perl-win32-bin-0.7 zip.

Anyway if I look at that file Embperl.pm the error is here

if ($HTML::Embperl::SessionMgnt == 1)
    {
            if (!$udat -> {ID})
                {
                $udat -> {ID} = $sessid ;
                $udat -> {DIRTY} = 0 ;
                }

            if ($Inputfile && !$mdat -> {ID})
                {
                $mdat -> {ID} = substr(MD5 -> hexhash ($Inputfile), 0, 
&Apache::Session::ID_LENGTH );
                $mdat -> {DIRTY} = 0 ;
                }
    }
else
    {
    $udat -> setid ($sessid) if (!$udat -> getid) ;
    $mdat -> setid (substr(MD5 -> hexhash ($Inputfile), 0, $mdat -> {args} -> 
{IDLength} || $HTML::Embperl::DefaultIDLength)) if ($Inputfile && !$mdat -> getid)
    }



I really have no clue what to try anymore.. so I show you my conf entry:


SetEnv EMBPERL_DEBUG 1
PerlSetEnv EMBPERL_COOKIE_PATH /
SetEnv EMBPERL_OPTIONS 16   
SetEnv EMBPERL_ESCMODE 0    
PerlSetEnv EMBPERL_SESSION_CLASSES "File Null"
PerlSetEnv EMBPERL_SESSION_ARGS    "Directory=/tmp"

PerlModule MD5
PerlModule CGI
<Files *.html>
    SetHandler  perl-script
    PerlHandler HTML::Embperl
    Options     ExecCGI
</files>


The PerlModule CGI was added later. but it's the same with or with out. and I saw this 
some where.

regards

Hans



------
Hans de Groot
Interspective Internet Services B.V.
Tel: +31 (0) 30 6001180
Fax +31 (0) 30 6044204
www:   http://www.interspective.nl
email:   [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to