<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Warning: Cannot modify header information"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "Warning: Cannot modify header information"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Warning: Cannot modify header information</title>
				<description><![CDATA[ Hello,<br /> <br /> I get the following when a comment is made:<br /> <br /> Warning: Cannot modify header information - headers already sent by (output started at /home/patrick/domains/patrickneumann.nl/public_html/gastenboek/comment.php:6) in /home/patrick/domains/patrickneumann.nl/public_html/gastenboek/lib/comment.class.php on line 219]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/21584.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/21584.php</link>
				<pubDate><![CDATA[Fri, 17 Nov 2006 21:23:06]]> GMT</pubDate>
				<author><![CDATA[ Niels]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I hope to revive this thread because I am having the same problem when posting messages and have not seen the fix yet.<br /> <br /> Only difference is that I am getting the error on line 181<br /> <br /> (output started at /home/content/m/e/n/abcdef/html/aguestbook/lib/vars.class.php:1) in /home/content/m/e/n/abcdef/html/aguestbook/lib/comment.class.php on line 181<br /> <br /> Carbonize, any suggestions?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23494.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23494.php</link>
				<pubDate><![CDATA[Thu, 20 Sep 2007 18:54:16]]> GMT</pubDate>
				<author><![CDATA[ TubinetDad]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yeah pick on me why don't ya.<br /> <br /> Check comment.class.php for anything after the closing ?&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23502.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23502.php</link>
				<pubDate><![CDATA[Fri, 21 Sep 2007 23:54:25]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Got your attention, and I do appreciate the help.<br /> <br /> There is nothing after the ?&gt; at the end of the comment.class.php file, not even a carriage return or space<br /> <br /> Thanks,<br /> Bruce.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23503.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23503.php</link>
				<pubDate><![CDATA[Sat, 22 Sep 2007 06:10:18]]> GMT</pubDate>
				<author><![CDATA[ TubinetDad]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ And line 181 is ?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23504.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23504.php</link>
				<pubDate><![CDATA[Sat, 22 Sep 2007 07:38:27]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Normally you get that error by having whitespace at the beginning of the file before the opening &lt;? or &lt;?php and having code before session_start() IIRC.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23506.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23506.php</link>
				<pubDate><![CDATA[Sat, 22 Sep 2007 20:19:32]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Line 181 is:<br />                 header("Location: $GB_PG[index]");<br /> <br /> It is in the middle of this sequence (I tried to keep the structure spacing, but that did not work):<br />     function comment_action($action='') {<br />         global $GB_PG;<br />         if ($this-&gt;id &amp;&amp; $this-&gt;is_valid_id() &amp;&amp; $action==1) {<br />             $status = $this-&gt;check_comment();<br />             if ($status == 1) {<br />                 $this-&gt;insert_comment();<br />                 header("Location: $GB_PG[index]");<br />             } else {<br />                 echo $status;<br />             }<br />         } elseif ($this-&gt;id &amp;&amp; $this-&gt;is_valid_id()) {<br />             echo $this-&gt;comment_form();<br />         } else {<br />             header("Location: $GB_PG[index]");<br />         }<br />     }<br /> <br /> <br /> There is nothing before &lt;?php, and nothing following it on the first line either.<br /> <br /> I can not find "session_start() IIRC", is that in another file?<br /> <br /> I appreciate the help you give here, this is a very useful forum.<br /> <br />      Thanks,<br /> <br />      Bruce.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23507.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23507.php</link>
				<pubDate><![CDATA[Sat, 22 Sep 2007 21:54:32]]> GMT</pubDate>
				<author><![CDATA[ TubinetDad]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sorry was half asleep. The error is in vars.class.php. Either space before &lt;?php or space after ?&gt;<br /> <br /> BTW delete the test post I just made.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23508.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23508.php</link>
				<pubDate><![CDATA[Sat, 22 Sep 2007 21:58:38]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hey, I'll take half asleep to get us started.<br /> <br /> Nothing before &lt;?php on line 1 and nothing after ?&gt; on line 170 in vars.class.php.<br /> <br /> The var.class.php isone that you provided updates to address the issue of blocking posts with forbidden words rather than just marking them out. I will have to look for the post to find which one it is, but that part worked. You povided changes to vars, comment and add, all .class.php.<br /> <br /> Thanks for helping,<br /> <br /> Bruce.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23509.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23509.php</link>
				<pubDate><![CDATA[Sun, 23 Sep 2007 06:13:32]]> GMT</pubDate>
				<author><![CDATA[ TubinetDad]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Auron"]Normally you get that error by having whitespace at the beginning of the file before the opening &lt;? or &lt;?php and having code before session_start() IIRC.[/quote]<br /> <br /> IIRC = [b]I[/b]f [b]I[/b] [b]R[/b]emember [b]C[/b]orrectly.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23510.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23510.php</link>
				<pubDate><![CDATA[Sun, 23 Sep 2007 21:01:08]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks Auron. I was looking for something related to IIRC the Internet Relay Chat program. I was not surprised to not find it. I did not find anything related to "session_start" either.<br /> <br /> I do appreciate the help.<br /> <br /> thanks,<br /> <br /> Bruce.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23511.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23511.php</link>
				<pubDate><![CDATA[Sun, 23 Sep 2007 22:51:46]]> GMT</pubDate>
				<author><![CDATA[ TubinetDad]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Em,ail me you vars.class.php file. webmaster @ carbonize . co . uk]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23512.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23512.php</link>
				<pubDate><![CDATA[Sun, 23 Sep 2007 23:21:43]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Just sent it to you.<br /> <br /> Thanks again.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23513.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23513.php</link>
				<pubDate><![CDATA[Sun, 23 Sep 2007 23:32:48]]> GMT</pubDate>
				<author><![CDATA[ TubinetDad]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Nothing wrong with the vars.class.php you sent me. I'd suggest just replacing all your current files with the newer ones and see what heppens.<br /> <br /> Except config.inc.php that is.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23515.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23515.php</link>
				<pubDate><![CDATA[Mon, 24 Sep 2007 10:06:19]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The load that I have was from the service provider, but I will take a swing at it. I will have to search the forum for your changes for the bad words, but that should not be a problem either.<br /> <br /> Thanks again for the help.<br /> <br />      Bruce.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23516.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23516.php</link>
				<pubDate><![CDATA[Mon, 24 Sep 2007 21:30:41]]> GMT</pubDate>
				<author><![CDATA[ TubinetDad]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I loaded 2.4.3 sucessfully, that was easier than I expected. Everything worked until I applied the [url=http://proxy2.de/forum/viewtopic.php?t=5540]"Blocking words modification"[/url]. That is when I get the problem. If I have to keep the problem to keep people from spamming me with censored words, I can live with that, but I would much rather get rid of it if possible.<br /> <br /> Maybe there is another link with the mods for the bad words that I need to find, but that is the only one I have found so far.<br /> <br /> Thanks.<br /> <br /> Bruce.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23517.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23517.php</link>
				<pubDate><![CDATA[Mon, 24 Sep 2007 22:28:11]]> GMT</pubDate>
				<author><![CDATA[ TubinetDad]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Remind me of the link to the mod and then email me the files that need modding so I can go through them. I'm at work so cannot download anything.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23520.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23520.php</link>
				<pubDate><![CDATA[Wed, 26 Sep 2007 22:03:42]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I put the link in the reply, but I noticed that it did not stand out, so here you go. <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=5540" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=5540</a><br /> <br /> I will send you my copies of the modified files? The ones modified are ADD, COMMENT and VAR.<br /> <br /> Thanks.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23521.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23521.php</link>
				<pubDate><![CDATA[Wed, 26 Sep 2007 22:09:17]]> GMT</pubDate>
				<author><![CDATA[ TubinetDad]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Files look fine here. I did notice that I seem to get "ï»¿ï»¿" before the guestbook loads. I'm going to check the headers but can't do that at work.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5954/23522.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5954/23522.php</link>
				<pubDate><![CDATA[Thu, 27 Sep 2007 06:17:05]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>