Hi Paolo,

> PS. In the last version you uploaded the exitHandler problem is still
> present.
> Maybe you should set
>     if (!isset($exitHandler)) $exitHandler = exit();
> instead of
>     if (!isset($exitHandler)) $exitHandler = 'exit';
>

quite funny that after some thousand lines of code I'm not able anymore to
get only one right. Thanks for the hint again.

BTW, "fortunately" your "fault", since PHP is harder to patch. ;)

Thomas

On Wed, March 28, 2007 15:12, Paolo Vernazza wrote:
> Dear Thomas,
> it seems that it was my fault :(
> Probably the problem was due to a misconfigured session_path setting.
> Now it is working!
>
> Thanks for your support.
>
> Paolo
>
> PS. In the last version you uploaded the exitHandler problem is still
> present.
> Maybe you should set
>     if (!isset($exitHandler)) $exitHandler = exit();
> instead of
>     if (!isset($exitHandler)) $exitHandler = 'exit';
>



_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to