Page 1 of 1

[Solved] Ver: 1.11.2 Warning: Cannot modify header

Posted: Tue Oct 16, 2012 1:45 pm
by henris17
Upgrading to 1.11.2, I get the following Warnings, in Admin
I use PHP 5.2.17
The Admin home page is not displaying correctly

Code: Select all

Warning: Cannot modify header information - headers already sent by (output started at /home/diane10/public_html/cmssimple/admin/custom/lang/en_US/admin.inc.php:1) in /home/diane10/public_html/cmssimple/include.php on line 98

Warning: Cannot modify header information - headers already sent by (output started at /home/diane10/public_html/cmssimple/admin/custom/lang/en_US/admin.inc.php:1) in /home/diane10/public_html/cmssimple/include.php on line 101

Warning: Cannot modify header information - headers already sent by (output started at /home/diane10/public_html/cmssimple/admin/custom/lang/en_US/admin.inc.php:1) in /home/diane10/public_html/cmssimple/include.php on line 104

Warning: Cannot modify header information - headers already sent by (output started at /home/diane10/public_html/cmssimple/admin/custom/lang/en_US/admin.inc.php:1) in /home/diane10/public_html/cmssimple/include.php on line 105

Warning: Cannot modify header information - headers already sent by (output started at /home/diane10/public_html/cmssimple/admin/custom/lang/en_US/admin.inc.php:1) in /home/diane10/public_html/cmssimple/include.php on line 108

Warning: Cannot modify header information - headers already sent by (output started at /home/diane10/public_html/cmssimple/admin/custom/lang/en_US/admin.inc.php:1) in /home/diane10/public_html/cmssimple/include.php on line 111
Tks for your help

Re: Ver: 1.11.2 Warning: Cannot modify header information

Posted: Tue Oct 16, 2012 6:51 pm
by Dr.CSS
I think you may want to look again as I don't think they even made a PHP version 2.17...

http://en.wikipedia.org/wiki/PHP

Re: Ver: 1.11.2 Warning: Cannot modify header information

Posted: Tue Oct 16, 2012 7:33 pm
by henris17
Sorry I meant PHP Version: 5.2.17...

Regards

Henri

Re: Ver: 1.11.2 Warning: Cannot modify header information

Posted: Tue Oct 16, 2012 7:44 pm
by Dr.CSS
Go to extensions > module manager to see if any modules need upgrading...

Re: Ver: 1.11.2 Warning: Cannot modify header information

Posted: Tue Oct 16, 2012 9:02 pm
by velden
I would have a look at the file /admin/custom/lang/en_US/admin.inc.php

Maybe corrupted during FTP upload.
A simple space before the opening <?php tag might produce such an error.

Re: Ver: 1.11.2 Warning: Cannot modify header information

Posted: Tue Oct 16, 2012 9:30 pm
by henris17
@velden

You are a genius ! It was a space indeed.

Many many thanks

Henris