Closed (fixed)
Project:
Foursquare Connect
Version:
6.x-0.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2010 at 17:36 UTC
Updated:
26 Apr 2012 at 14:51 UTC
The file "EpiFoursquare.php" contains two spaces before the opening <?php tag.
While this may seem trivial, it actually invalidates all RSS feeds or XML generated by Drupal.
The opening <?xml version="1.0" encoding="utf-8"?> tag MUST be the very first thing in the body of a request, and these two spaces prevent that from happening.
Comments
Comment #1
mottolini commentedThe patch published here solve this.