XML Parsing Error Line number 4, Column 1
-
Been getting the following error
XML Parsing Error: XML or text declaration not at start of entity Location: https://www.mydomain.com/feed/ Line Number 4, Column 1:<?xml version="1.0" encoding="UTF-8"?> ^
I added:
$out = ob_get_contents(); $out = str_replace(array("\n", "\r", "\t", " "), "", $input); ob_end_clean();
to feed-rss2.php without any results. working on the other options now…
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘XML Parsing Error Line number 4, Column 1’ is closed to new replies.