Re: [mp2]: internal_redirect causes sigsev

2003-10-14 Thread Stas Bekman
Udo Rader wrote: we have some troubles with internal_redirect after upgrading to 1.99_10, here's what we try to do: before mp 1.99_09 this line used to work: ---CUT--- $r->internal_redirect( $r->uri ); ---CUT--- after upgrading to 1.99_10, we get the following in error_log: -

Re: [mp2]: internal_redirect causes sigsev

2003-10-14 Thread Udo Rader
Am Tue, 14 Oct 2003 18:20:29 + schrieb Stas Bekman: > Udo Rader wrote: >> hi, >> >> we have some troubles with internal_redirect after upgrading to 1.99_10, here's >> what we try to do: >> >> before mp 1.99_09 this line used to work: >> >> ---CUT--- >> $r->internal_redirect( $r->ur

Re: [mp2]: internal_redirect causes sigsev

2003-10-14 Thread Stas Bekman
Udo Rader wrote: hi, we have some troubles with internal_redirect after upgrading to 1.99_10, here's what we try to do: before mp 1.99_09 this line used to work: ---CUT--- $r->internal_redirect( $r->uri ); ---CUT--- after upgrading to 1.99_10, we get the following in error_log: -

Re: [mp2]: internal_redirect causes sigsev

2003-10-10 Thread Udo Rader
... ah, and sorry, it does not cause sigsev of course, it just complains ... -- "Well, if we were to build it idiot proof, someone would build a better idiot." Civilme

[mp2]: internal_redirect causes sigsev

2003-10-10 Thread Udo Rader
hi, we have some troubles with internal_redirect after upgrading to 1.99_10, here's what we try to do: before mp 1.99_09 this line used to work: ---CUT--- $r->internal_redirect( $r->uri ); ---CUT--- after upgrading to 1.99_10, we get the following in error_log: ---CUT--