Login to download the latest version of Mint and your favorite Pepper, purchase additional licenses, or post in the Forum. Don't have an account? Create one!

In Partnership with Media Temple

Mint Forum

Configuring Bird Feeder: time lag

Alexome
Minted
Posted on Apr 12, '07 at 05:16 am

From Bird Feeder README.txt:

The above two steps should be performed at as close to the same time as possible. Don’t go out and get a sandwich between adding the above rule to your .htaccess file and updating your feed templates.

Why not? What shows me that maybe i waited to long?

http://www.shufflesome.com/atom.xml http://blog.shufflesome.com/atom.xml

Both Atom templates contain the same code. Yet the latter yields the Warning: Cannot modify header information.. It was modified several minutes after changing the site root htaccess file.

Shaun Inman
Mint/Pepper Developer
Posted on Apr 12, '07 at 10:12 am

Why not?

Because the .htaccess additions will begin parsing your xml as PHP immediately. Until you update the opening xml declaration in your xml document PHP may think that the declaration is a PHP short tag and create a parse error. That error sounds like you didn’t perform the second of the two steps in the quote.

You must be logged in to reply. Login above or create an account