<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Getting new error msg after deleting new field"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Getting new error msg after deleting new field"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Getting new error msg after deleting new field</title>
				<description><![CDATA[ I decided to delete all the code I installed to add the new form and after doing this I tried to submit an entry in my guestbood to test it and now I am getting a new error message. I don't want to have to reinstall my guestbook because I wasn't the one that installed it in the first place. I went to the addentry.phpo file and didn't see anything different than when it was working. the error message I am getting is as follows:<br /> <br /> Query Error<br /> --------------------------------------------------------------------------------<br /> <br /> MySQL Error : Query Error<br /> Error Number: 1136 Column count doesn't match value count at row 1<br /> Date        : Thu, December 2, 2004 20:11:54<br /> IP          : 68.124.97.86<br /> Browser     : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; {246BCDFE-1828-4E01-9A49-7094CE0F3A7B}; .NET CLR 1.1.4322; yplus 4.1.00b)<br /> Referer     : <a class="snap_shots" href="http://minesweeps.com/guestbook/addentry.php" target="_blank" rel="nofollow">http://minesweeps.com/guestbook/addentry.php</a><br /> PHP Version : 4.3.9<br /> OS          : Linux<br /> Server      : Apache<br /> Server Name : www.minesweeps.com<br /> <br /> Here is my addentry.php file:<br /> <br /> &lt;?php<br /> $include_path = dirname(__FILE__);<br /> include_once $include_path."/admin/config.inc.php";<br /> include_once $include_path."/lib/$DB_CLASS";<br /> include_once $include_path."/lib/image.class.php";<br /> include_once $include_path."/lib/template.class.php";<br /> include_once $include_path."/lib/vars.class.php";<br /> include_once $include_path."/lib/add.class.php";<br /> <br /> $gb_post = new addentry($include_path);<br /> if (isset($HTTP_POST_VARS["gb_action"])) {<br />     $gb_post-&gt;name = (isset($HTTP_POST_VARS["gb_name"])) ? $HTTP_POST_VARS["gb_name"] : '';<br />     $gb_post-&gt;email = (isset($HTTP_POST_VARS["gb_email"])) ? $HTTP_POST_VARS["gb_email"] : '';<br />     $gb_post-&gt;url = (isset($HTTP_POST_VARS["gb_url"])) ? $HTTP_POST_VARS["gb_url"] : '';<br />     $gb_post-&gt;comment = (isset($HTTP_POST_VARS["gb_comment"])) ? $HTTP_POST_VARS["gb_comment"] : '';<br />     $gb_post-&gt;location = (isset($HTTP_POST_VARS["gb_location"])) ? $HTTP_POST_VARS["gb_location"] : '';<br />     $gb_post-&gt;ICQ = (isset($HTTP_POST_VARS["gb_icq"])) ? $HTTP_POST_VARS["gb_icq"] : '';<br />     $gb_post-&gt;aim = (isset($HTTP_POST_VARS["gb_aim"])) ? $HTTP_POST_VARS["gb_aim"] : '';<br />     $gb_post-&gt;gender = (isset($HTTP_POST_VARS["gb_gender"])) ? $HTTP_POST_VARS["gb_gender"] : '';<br />     $gb_post-&gt;userfile = (isset($HTTP_POST_FILES["userfile"]["tmp_name"]) &amp;&amp; $HTTP_POST_FILES["userfile"]["tmp_name"] != "") ? $HTTP_POST_FILES : '';<br />     $gb_post-&gt;user_img = (isset($HTTP_POST_VARS["gb_user_img"])) ? $HTTP_POST_VARS["gb_user_img"] : '';<br />     $gb_post-&gt;preview = (isset($HTTP_POST_VARS["gb_preview"])) ? 1 : 0;<br />     $gb_post-&gt;private = (isset($HTTP_POST_VARS["gb_private"])) ? 1 : 0;<br />     echo $gb_post-&gt;process($HTTP_POST_VARS["gb_action"]);<br /> } else {<br />     echo $gb_post-&gt;process();<br /> }<br /> ?&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3958/12256.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3958/12256.php</link>
				<pubDate><![CDATA[Thu, 2 Dec 2004 21:20:03]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>