Bug #1
XML Export: Headers already sent.
| Status: | Closed | Start: | ||
| Priority: | High | Due date: | ||
| Assigned to: | Andrew Dolgov | % Done: | 0% |
|
| Category: | backend | |||
| Target version: | - | |||
| Resolution: | fixed |
Description
I am trying to upgrade from 1.0.7 to 1.1. I've copied the xml-export script from my 1.1 folder into my existing 1.0.7 folder. My initial hit to the xml-export page works, but when I click the "Export" button, I get the following error:
Warning: Cannot modify header information - headers already sent by (output started at /var/www/feeds/config.php:66) in /var/www/feeds/xml-export.php on line 7 11133966585 30
History
Updated by Andrew Dolgov 1695 days ago
- Status changed from New to Assigned
Check your config.php for blank lines before or after PHP code tags, they get copied to the output and mess with HTTP headers.
Updated by Andrew Dolgov 1695 days ago
- Status changed from Assigned to Closed
- Resolution set to fixed
Yeah, your error message confirms previous comment.