Warning: Cannot modify header information - headers already sent by feeds_import.php on line 31
Submitted by TWDesigns on Wed, 2010-04-28 01:41.Price Tapestry
All of a sudden I am getting this error when importing feeds. Does anyone know what causes it. I am starting over from a fresh install to see if I can troubleshoot it.
Hi,
This error means that the header() function to redirect the page back the /admin/ home page after import has completed cannot take place because something has already generated output.
The most common cause is that some white space (space characters or new lines) have crept in to your config.php file; so these are being output by PHP as page content and preventing header() from working.
Open your config.php file into your text editor, and double-check that there is nothing at all outside of the PHP tags (<?php at the beginning and ?> at the end) - that should be all it is...
Cheers,
David.