
10 May
2008
10 May
'08
9:12 p.m.
On Sat, 10 May 2008 22:53:34 +0200, "Tomasz Skutnik" <tomasz.skutnik@gmail.com> wrote:
Can someone tell me what am I doing wrong?
In your method you're trying to unconditionally access the *REQUEST* variable which is only guaranteed to be bound to the current request object while a handler is executed. In fact, the errors you're trying to deal with happen before a request object is created. Edi.