Page 1 of 1

rss error -- cannot get XML

Posted: Mon Mar 20, 2006 1:37 pm
by JWalker
Here is what I receive when I type this
http://walker:29850/sblog/rss.php

XML Parsing Error: xml declaration not at start of external entity
Location: http://walker:29850/sblog/rss.php
Line Number 2, Column 1:<?xml version="1.0" encoding="utf-8" ?>
^


Some pointers where to dig?

Re: rss error -- cannot get XML

Posted: Mon Mar 20, 2006 1:57 pm
by garvinhicking
It seems that some PHP file of yourse is emitting an empty line before the first <? or after the last ?> somewhere...

Regards,
Garvin

Posted: Mon Mar 20, 2006 2:15 pm
by JWalker
Some event plugin may be... I will try swithing off them to find out which is the bad one.