> >
> > Im sorry, I left a confusing subject.
> > Real problem is here:
> >
>
> Sorry, but it's still confusing to me. What did you done when you get this
> message ? I never seen it before, nor can't I find it anywhere in the Perl
> source tree.
>
> Try to make a grep over your sources if you find the error message anywhere.
>
> > > I remember that similar problem was, but I'm not sure. Anyway, having
> > > Embperl 1.3.1 I get such errors in my apache log:
> > >
> > > 18:32:4 27.1.101 - TIGHT LOOP:  can't `HTML::Embperl::DOC::_9::Path'!
> > > 18:32:4 27.1.101 - TIGHT LOOP:  can't `HTML::Embperl::DOC::_9::PathNdx'!

So, I found that servers admin himself has written a bit of code into a
startup.pl

sub UNIVERSAL::AUTOLOAD
 {
 if ($UNIVERSAL::AUTOLOAD =~ /::DESTROY$/)
  {
  *$UNIVERSAL::AUTOLOAD = sub {};
  }
  else
  {
  my ($s,$m,$t,$pv,$tu,$as)=localtime();
  warn "$t:$m:$s $pv.$tu.$as - TIGHT LOOP!!!: $class can't
`$UNIVERSAL::AUTOLOAD'!\n";
  }
 }

BUT, if I remove this I'll get errors that just like my EmbperlObject
files can't do Path, or PathNdx or CleanupSession etc.

Neeme Vool


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

Reply via email to