Error in uebimiau

Avenueduweb

Verified User
Joined
Jun 8, 2004
Messages
113
Hello,

Since i have updated php in version 4.4.2, i've got this error in uebimiau when I attempt to log in :

"ERROR (2): Header may not contain more than a single header, new line detected. (/var/www/html/webmail/inc/inc.php:169)"

This is error is linking with new version of PHP or not ? And what is the solution ?

Thanks. Bye.
 
I've resolved the problem. I've disabled the lines in inc.php about cache :

Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT\r\n".
"Cache-Control: no-cache\r\n".
"Cache-Control: must-revalidate");

And it's running now. But I think it's not the best solution, if you are an another solution, i'm interrested. Thanks. Bye.
 
Back
Top