Re: Random behavior

2002-08-13 Thread Gerald Richter
> This is a very strange issue. It only seems to manifest itself if I load > the page after visiting another page, or following a link to it. _Not_ > if I load it in a 'brand new' browser window. At least, those are the > only circumstances I have managed to reproduce it under... > Where is the s

RE: Random behavior

2002-08-13 Thread Justin Harrison
This is a very strange issue. It only seems to manifest itself if I load the page after visiting another page, or following a link to it. _Not_ if I load it in a 'brand new' browser window. At least, those are the only circumstances I have managed to reproduce it under... > -Original Message-

RE: Random behavior

2002-08-13 Thread Justin Harrison
I _may_ have tracked down the behavior to this line: [- $http_headers_out{'Location'} = "http://zo.astyrrian.com/e/login.zoweb"; -] Are there any known problems with this? It is practically right from the manual. If I remove it and refresh several times, its fine. If I put it back in and refresh

RE: Random behavior

2002-08-13 Thread Justin Harrison
Hi, Thank you for your response. It appears to *stop* when set to Maxclient 1, and after the max requests per child. > -Original Message- > From: Ed Grimm [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 13, 2002 2:53 PM > To: Justin M. Harrison > Subject: Re: Random behavior > >

Random behavior

2002-08-13 Thread Justin M. Harrison
Hi, I am having a problem with embperl randomly claiming that I am calling an undefined sub routine. If I refresh the page, sometimes it does it again - Sometimes it doesn'tIts _completely_ random (??)... [19276]ERR: 24: Error in Perl code: Undefined subroutine &Embperl::__5::db_connect call

Re: DirectoryIndex file in Embperl::Object, a quick solution

2002-08-13 Thread Adrian Ghizaru
Heh, smack me behind the head with a sack of doorknobs, didn't really give too much thought to Gerald's solution, my head read EMBPERL_FILEMATCH (or something like this?) as soon as it saw the "\.htm.?|\.epl$" part. Yeah, cool, now I see what was suggested and I understand it's cleaner :))) Oh