I am just thinking out loud.... You do not think that this error:
[error] [client 66.249.71.155] PHP Warning: Cannot modify header information - headers already sent by (output started at /sitemaps.php:151) in /home/cshopper/public_html/sitemaps.php on line 93 has anything to do with the Google Sitemap issue I reported earlier do you?
I applied this code:
- Code: Select all
ob_start();
from the board which stopped the error from appearing in the log file but I don't know if something is still happening behind the scene.
Do you see any issue on line 151 of sitemaps.php:
- Code: Select all
echo '<?xml version="1.0" encoding="UTF-8"?>';
and line 190:
- Code: Select all
echo '<?xml version="1.0" encoding="UTF-8"?>'."\n";
Again, I am not saying anything is wrong with the code, I am just thinking out loud. Thanks for the help!