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:
-
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
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:
-
... 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
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--