<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "New Field giving me error message"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "New Field giving me error message"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>New Field giving me error message</title>
				<description><![CDATA[ I altered the “gender” field to ask if the person signing the guestbook is a Navy MSO Association member. I have that field working fine and wanted another field to ask if the person would like information on the Navy MSO Association. I used the “gender” field I had altered, and reworked it for the new “info” field. I am getting the new “info” field showing in the Field Definitions on my General Settings page. I have it set at “do not use NMSOA Information” but when I try to change the radio button to “use NMSOA Information” it accepts the command but when I click my “Submit Settings” button it reverts back to the “do not use NMSOA Information” radio button. I am also getting the following error message at the top of the page:<br /> <br /> [b]Warning:[/b] Cannot modify header information - headers already sent by (output started at /home/mineswee/public_html/guestbook/admin/config.inc.php:98 ) in [b]/home/mineswee/public_html/guestbook/lib/admin.class.php on line 33[/b]<br /> <br /> [b]Warning:[/b] Cannot modify header information - headers already sent by (output started at /home/mineswee/public_html/guestbook/admin/config.inc.php:98 ) in [b]/home/mineswee/public_html/guestbook/lib/admin.class.php on line 34[/b]<br /> <br /> [b]Warning:[/b] Cannot modify header information - headers already sent by (output started at /home/mineswee/public_html/guestbook/admin/config.inc.php:98 ) in [b]/home/mineswee/public_html/guestbook/lib/admin.class.php on line 35[/b]<br /> <br /> [b]Warning:[/b] Cannot modify header information - headers already sent by (output started at /home/mineswee/public_html/guestbook/admin/config.inc.php:98 ) in [b]/home/mineswee/public_html/guestbook/lib/admin.class.php on line 36[/b]<br /> <br /> <br /> I am not sure where.. /home/mineswee/public_html/guestbook/admin/config.inc.php:98.. or … /home/mineswee/public_html/guestbook/lib/admin.class.php on line 33, 34, 35 or 36 … are really located. I am pasting the code from those pages below and hope someone can help me correct it so that my new form will work. <br /> <br /> [b]admin/config.inc.php[/b]<br /> $GB_TPL["frm_info"] = "form_info.php";<br /> <br /> [b]lib/admin.class.php[/b]<br /> }<br />          $sqlquery= "UPDATE $gb_tbl set name='$HTTP_POST_VARS[name]', <br /> email='$HTTP_POST_VARS[email]', gender='$HTTP_POST_VARS[gender]',    <br /> email='$HTTP_POST_VARS[email]', info='$HTTP_POST_VARS[info]', <br /> url='$HTTP_POST_VARS[url]', location='$HTTP_POST_VARS[location]', ";<br />          $sqlquery.="host='$HTTP_POST_VARS[host]', browser='$HTTP_POST_VARS[browser]', comment='$HTTP_POST_VARS[comment]', icq='$HTTP_POST_VARS[icq]', aim='$HTTP_POST_VARS[aim]' WHERE (id = '$entry_id')";<br />          $this-&gt;db-&gt;query($sqlquery);<br />     }[b][/b]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3956/12222.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3956/12222.php</link>
				<pubDate><![CDATA[Thu, 2 Dec 2004 09:55:13]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I am sure Carbonize will be along to assist you with the problem you are having with the new field.<br /> <br /> As far as the error message, "Cannot Modify Headers..."  This usually happens because of the editor you are using.  I find most text editors cause this problem for me.  That's why I use my FTP program to edit my files.  I am using Cute FTP, which also shows the line numbers.  However, some FTP programs do not have a built-in editor and so cause the problem, too.  Also, I have found it eliminates the problem if you edit the files in the File Manager section of CPanel.<br /> <br /> Anyway, it is a matter of looking through those files and eliminating blank lines.  Here is a thread on the subject:<br /> <br /> "Warning: Cannot modify header information - headers already sent by...":<br /> <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=3093&amp;highlight=cannot+modify+header" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=3093&amp;highlight=cannot+modify+header</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3956/12225.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3956/12225.php</link>
				<pubDate><![CDATA[Thu, 2 Dec 2004 15:03:00]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The usual problem of whitespace in the config file. Check you have no spaces after the closing ?&gt; in the config.inc.php.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3956/12235.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3956/12235.php</link>
				<pubDate><![CDATA[Thu, 2 Dec 2004 15:57:37]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>