<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Joomlahbs</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Joomlahbs"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Joomlahbs"/>
	<updated>2026-08-23T05:17:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Cannot_modify_header_information_-_headers_already_sent&amp;diff=9328</id>
		<title>Cannot modify header information - headers already sent</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Cannot_modify_header_information_-_headers_already_sent&amp;diff=9328"/>
		<updated>2008-07-23T07:54:12Z</updated>

		<summary type="html">&lt;p&gt;Joomlahbs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Q. What causes &amp;quot;Warning: Cannot modify header information - headers already sent&amp;quot; to appear?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An example:&lt;br /&gt;
I have Mambo pretty much installed, but when I get to the index.php file of the site,&lt;br /&gt;
it has the mambo default site with the following lines above it:&lt;br /&gt;
(example of error code displayed)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt; GLOBALS[$key2]=$value2; } } } ?&amp;gt; &amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Warning:&#039;&#039;&#039; Cannot modify header information - headers already sent by (output started at&lt;br /&gt;
/home/somesite/somefolder/anotherfolder/folder/globals.php:44)&lt;br /&gt;
in /home/somesite/somefolder/anotherfolder/folder/includes/mambo.php on line 274&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A. PHP files cannot have any blank spaces/lines outside the PHP code and will result in this type of error.&lt;br /&gt;
There cannot be any white space or blank lines either before or after the opening and closing PHP tags ().&lt;br /&gt;
A single extra character, even a blank space, can cause this.&lt;br /&gt;
&lt;br /&gt;
Look at any files that you have modified to see if there is any such space.&lt;br /&gt;
Online file managers, such as used in cPanel, when used to edit files will often add a blank line at the end of the code.&lt;br /&gt;
Always check for extra spaces/lines after the PHP code before saving  .php files.&lt;/div&gt;</summary>
		<author><name>Joomlahbs</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Cannot_modify_header_information_-_headers_already_sent&amp;diff=9327</id>
		<title>Cannot modify header information - headers already sent</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Cannot_modify_header_information_-_headers_already_sent&amp;diff=9327"/>
		<updated>2008-07-23T07:53:13Z</updated>

		<summary type="html">&lt;p&gt;Joomlahbs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Q. What causes &amp;quot;Warning: Cannot modify header information - headers already sent&amp;quot; to appear?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An example:&lt;br /&gt;
I have Mambo pretty much installed, but when I get to the index.php file of the site,&lt;br /&gt;
it has the mambo default site with the following lines above it:&lt;br /&gt;
(example of error code displayed)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt; GLOBALS[$key2]=$value2; } } } ?&amp;gt; &amp;lt;/source&amp;gt;&lt;br /&gt;
Warning: Cannot modify header information - headers already sent by (output started at&lt;br /&gt;
/home/somesite/somefolder/anotherfolder/folder/globals.php:44)&lt;br /&gt;
in /home/somesite/somefolder/anotherfolder/folder/includes/mambo.php on line 274&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A. PHP files cannot have any blank spaces/lines outside the PHP code and will result in this type of error.&lt;br /&gt;
There cannot be any white space or blank lines either before or after the opening and closing PHP tags ().&lt;br /&gt;
A single extra character, even a blank space, can cause this.&lt;br /&gt;
&lt;br /&gt;
Look at any files that you have modified to see if there is any such space.&lt;br /&gt;
Online file managers, such as used in cPanel, when used to edit files will often add a blank line at the end of the code.&lt;br /&gt;
Always check for extra spaces/lines after the PHP code before saving  .php files.&lt;/div&gt;</summary>
		<author><name>Joomlahbs</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Cannot_modify_header_information_-_headers_already_sent&amp;diff=9326</id>
		<title>Cannot modify header information - headers already sent</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Cannot_modify_header_information_-_headers_already_sent&amp;diff=9326"/>
		<updated>2008-07-23T07:50:25Z</updated>

		<summary type="html">&lt;p&gt;Joomlahbs: New page: Q. What causes &amp;quot;Warning: Cannot modify header information - headers already sent&amp;quot; to appear?  An example: I have Mambo pretty much installed, but when I get to the index.php file of the si...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Q. What causes &amp;quot;Warning: Cannot modify header information - headers already sent&amp;quot; to appear?&lt;br /&gt;
&lt;br /&gt;
An example:&lt;br /&gt;
I have Mambo pretty much installed, but when I get to the index.php file of the site,&lt;br /&gt;
it has the mambo default site with the following lines above it:&lt;br /&gt;
(example of error code displayed)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt; GLOBALS[$key2]=$value2; } } } ?&amp;gt; &amp;lt;/source&amp;gt;&lt;br /&gt;
Warning: Cannot modify header information - headers already sent by (output started at&lt;br /&gt;
/home/somesite/somefolder/anotherfolder/folder/globals.php:44)&lt;br /&gt;
in /home/somesite/somefolder/anotherfolder/folder/includes/mambo.php on line 274&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A. PHP files cannot have any blank spaces/lines outside the PHP code and will result in this type of error.&lt;br /&gt;
There cannot be any white space or blank lines either before or after the opening and closing PHP tags ().&lt;br /&gt;
A single extra character, even a blank space, can cause this.&lt;br /&gt;
&lt;br /&gt;
Look at any files that you have modified to see if there is any such space.&lt;br /&gt;
Online file managers, such as used in cPanel, when used to edit files will often add a blank line at the end of the code.&lt;br /&gt;
Always check for extra spaces/lines after the PHP code before saving  .php files.&lt;/div&gt;</summary>
		<author><name>Joomlahbs</name></author>
	</entry>
</feed>