Hi,
I do have in fact a similar error showing up on my page:
http://markus-ruth.ch/
error:
Warning: Cannot modify header information – headers already sent by (output started at /www/htdocs/w0146fdd/markus-ruth.ch/wp-includes/functions.php:1) in /www/htdocs/w0146fdd/markus-ruth.ch/wp-content/themes/kidscare/functions.php on line 649
Interesting: this is a replica of this page:
http://www.kinderloft.ch/
done with All-in-One WP-Migration.
Now when I look in functions.php on line 1, it really all looks fine:
Here a copy of the first few lines:
<?php
/**
* Main WordPress API
*
* @package WordPress
*/
require( ABSPATH . WPINC . ‘/option.php’ );
/**
* Convert given date string into a different format.
*
* $format should be either a PHP date format string, e.g. ‘U’ for a Unix
* timestamp, or ‘G’ for a Unix timestamp assuming that $date is GMT.
*
* If $translate is true then the given date and format string will
* be passed to date_i18n() for translation.
*
* @since 0.71
*
* @param string $format Format of the date to return.
* @param string $date Date string to convert.
* @param bool $translate Whether the return date should be translated. Default true.
* @return string|int|bool Formatted date string or Unix timestamp. False if $date is empty.
*/
There is no blanks, no breaks nothing.
I have spent a lot of time finding the issue with functions.php. Just no luck yet.
So thanks for any support you may have!
Moderator
t-p
(@t-p)
@mh1,
If the troubleshooting already posted made no difference for you, then, as per the Forum Welcome, please post your own topic.