From: "Tom Schindl" <[EMAIL PROTECTED]>

> > If I comment out "untie %session;, the program doesn't give errors, but
if I
> > let that line in the program, it gives an error in the browser "The
server
> > encountered an internal error or misconfiguration and was unable to
complete
> > your request.", however, I cannot find any error in the error log and I
> > don't know what could be the problem.
>
> Strange.
>


It is very strange indeed, because if I use:

eval{untie %session;}; print STDERR $@ if $@;

instead of:

untie %session;

... the program works fine, with no error on the screen and *no error in the
log file*.

I have only 3 error log files and I have checked them all, but I couldn't
find any error.

When I was using only "untie %session", the program use to print an error on
the browser, but that error was below the result of the program, so the
program was working, but there was that error added (A heading with "OK" in
it).

Thank you. I still don't know what's the problem, but it works fine now.

Teddy


Reply via email to