Ticket #1 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

XML Export: Headers already sent.

Reported by: jakes@jakes.us Assigned to: fox
Priority: major Milestone:
Component: backend Version: 1.1
Keywords: Cc:

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

Change History

12/07/05 18:47:19 changed by fox

  • 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.

12/07/05 19:29:35 changed by fox

  • status changed from assigned to closed.
  • version set to 1.1.
  • resolution set to fixed.

Yeah, your error message confirms previous comment.

12/07/05 22:26:32 changed by jakes@jakes.us

Thank you, that fixed the issue.