Welcome Guest, Not a member yet? Register   Sign In
2 trailing [EDIT:] leading whitespaces in output
#38

[eluser]joelrichard[/eluser]
I know this is a rather old thread, but it came up in my search and I, too, had the same problem. It took a bit of doing but I think I'm pretty sure I identified the source of the "leading whitespace" problem.

I had a helper (or a library or a plugin, I don't think that it matters) and there were two extra lines after the closing ?> in the PHP file. Eliminating those lines solved the problem.

So I replaced this

Code:
?>


(end of file)

With this

Code:
?>
(end of file)

And the newlines went away. It makes sense, too, as this helper code is called before any of the output code. It was also included by default on all my pages and so it was appearing elsewhere.

As a corollary to this if you have any spaces after your closing ?> they will also end up in your output. So for example "?> " would not be advisable.

In fact, if we go back to what someone said on a different thread then REMOVING the ?> from your files (all of them, if necessary) will help solve this problem in the future. All of the CI files use this technique. I think in mradlmaier's case, he must have had a helper (or similar) file that has whitespace at the end of the file.

Enjoy!
--Joel


Messages In This Thread
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 07:25 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 07:29 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 07:30 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 07:30 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 07:32 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 08:25 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 08:55 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 09:14 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 09:28 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 10:35 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 10:42 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 10:46 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 11:08 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 11:27 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 11:40 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 12:00 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 12:04 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 01:14 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 01:31 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 01:36 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 01:38 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 01:53 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 02:11 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 02:27 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 02:31 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 02:35 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 03:09 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 03:12 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 03:23 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-02-2009, 03:30 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-03-2009, 07:42 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-03-2009, 07:51 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-03-2009, 08:39 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-03-2009, 11:20 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-03-2009, 01:13 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-03-2009, 01:55 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 05-04-2009, 07:40 AM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 07-13-2010, 02:38 PM
2 trailing [EDIT:] leading whitespaces in output - by El Forum - 08-30-2012, 02:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB