Project

General

Profile

Actions

Bug #16582

closed

Two extra spaces added in the beginning of all dynamic text feeds (HTML, RSS,...)

Added by Jaakko Pasanen almost 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
Content Rendering
Target version:
-
Start date:
2006-09-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

HTML_example.png (30.1 KB) HTML_example.png Administrator Admin, 2006-09-21 10:48
RSS_example.png (129 KB) RSS_example.png Administrator Admin, 2006-09-21 10:49
Actions #1

Updated by Michael Stucki almost 18 years ago

This must be caused by some extension! Please check if there are any XCLASSes defined.

Actions #2

Updated by Jaakko Pasanen almost 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.

Actions #3

Updated by Michael Stucki almost 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...

Actions

Also available in: Atom PDF