Bug #16582
closedTwo extra spaces added in the beginning of all dynamic text feeds (HTML, RSS,...)
0%
Description
I have had this problem with all Typo3 version I tested:
All dynamic source gets two extra spaces inserted in the beginning (look the screenshots for more info).
This is no problem with HTML, but it breaks almost everything else. Example tt_news creates otherwise perfect XML file for RSS, but the two spaces are added in the beginning and it breaks the XML-file, and no rss-program can read it.
This is not only a tt_news problem because it's everywhere: in backend HTML, in frontend HTML, and so on.
Typo3 version 4.0.2
PHP 4.4.4
Server is running linux with apache
website http://www.fbmission.org
(issue imported from #M4259)
Files
Updated by Michael Stucki about 18 years ago
This must be caused by some extension! Please check if there are any XCLASSes defined.
Updated by Jaakko Pasanen about 18 years ago
Now it's actually resolved and I just wanted to report that it wasn't the extensions (or at least not the XCLASSes).
Actual reason was the localconf.php: I had left there the 'require_once( 'conf_realurl.php' );' without commenting it away, and I wasn't using RealUrl at the moment, and it wasn't even loaded. And that caused all the problem!
Now I commented it away and I have no problem anymore. Praise the Lord!
So, I don't think this can really be called a bug, but I just wanted to let this be known. Maybe it can be somehow addressed in the future in the RealUrl.
Updated by Michael Stucki about 18 years ago
OK thanks for the information. Good to find it in the bugtracker now, so other people having the same problem mind find this hint...