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

If you see this error in /webmail:

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

edit /var/www/html/webmail/inc/inc.php, go to line 169. Change

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

to

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

Save, and exit.

 
troubles/error_2.txt · Last modified: 2010/02/21 03:54 by muscardin
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Please visit Automatic Backlinks to start earning free backlinks Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki