Page 1 of 1

FeedBurner issue

Posted: Wed Nov 07, 2007 7:40 pm
by dArignac
Hi there,

my blog is added to feedburner. Now I updated S9Y from 1.1 to 1.2 which worked fine, but FeedBurner does not get the feed as it gets an error:

Code: Select all

# <br />
# <b>Notice</b>:  A session had already been started - ignoring session_start() in <b>pathtomysite/httpdocs/serendipity_config.inc.php</b> on line <b>20</b><br />
# <?xml version="1.0" encoding="utf-8" ?>
This is showed when I watch the feed through FB, if I watch the feed with the rss icon on my site, everything is fine.
So, anyone had this behaviour before? Maybe it's only a cache problem in FB (although I resnyced the site there).

Posted: Wed Nov 07, 2007 10:39 pm
by chickens
It looks like your site's files did not all get updated for 1.2. You might try to upload all of the files again which will more than likely resolve the issue. The file I would really look at is rss.php in the root of your directory.

It could also be that there is some empty space before a file, this could be due to you uploading the files as binary instead of text. What program did you use to upload the files to your server? In that program make sure that the automatic setting is chosen which should resolve that portion.

Posted: Wed Nov 07, 2007 10:53 pm
by dArignac
I uploaded it with FileZilla, but I'll try uploading the whole thing again...

Posted: Wed Nov 07, 2007 11:13 pm
by carl_galloway
I had problems with filezilla in the past,doing exactly what chickens said, and the bizarre thing is that it was only selected files that got corrupted.

If your host offers a site management screen where you can upload things over the web, then check to see if it also had WGET, and simply drag the Serendipity zipfile directly from sourceforge and unzip on the server. I do this with my sites so I don't have to bother with ftp.

Posted: Thu Nov 08, 2007 11:06 am
by garvinhicking
Hi!

In your case, something seems to be double-starting a PHP session. You might want to edit serendipity_config.inc.php and change the "session_start()" command to "@session_start()".

Regards,
Garvin

Posted: Thu Nov 08, 2007 4:39 pm
by dArignac
Hi all,

for now I've chosen Garvins solution. But I'll check the thing with the ftp again. Thanks so far!