JackTheRussel
Programmer
Hi.
I have had Apache 2.0 and mod_perl1.
Now I upgraded to Apache 2.2.6 and mod_perl2.
I had html-pages where I had mason code.
This code worked fine in my previous system.
Now when run my application, I get this error:
Does someone information, how I could prevent this error?
I have had Apache 2.0 and mod_perl1.
Now I upgraded to Apache 2.2.6 and mod_perl2.
I had html-pages where I had mason code.
Code:
$r->header_out("Refresh" => "5; url=$url");
This code worked fine in my previous system.
Now when run my application, I get this error:
Code:
Can't locate object method "header_out" via package"Apache::RequestRec"
Does someone information, how I could prevent this error?