<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Poll ID 0 does not exist"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Poll ID 0 does not exist"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Poll ID 0 does not exist</title>
				<description><![CDATA[ Hello,<br /> <br /> I have had your Advanced Poll on my website for years, and suddenly it just stopped working and get the following error on the poll on the homepage of www.robindel.com:<br /> Poll ID 0 does not exist.<br /> <br /> Can you offer any help?<br /> <br /> Thanks!<br /> stacie<br /> ]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7601/25896.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7601/25896.php</link>
				<pubDate><![CDATA[Sun, 19 Jun 2011 18:42:47]]> GMT</pubDate>
				<author><![CDATA[ leftwave]]></author>
			</item>
			<item>
				<title>Re:Poll ID 0 does not exist</title>
				<description><![CDATA[ What code are you using on the page?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7601/25897.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7601/25897.php</link>
				<pubDate><![CDATA[Sun, 19 Jun 2011 18:46:26]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Re:Poll ID 0 does not exist</title>
				<description><![CDATA[ oops - sorry... that would be helpful!  <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif"/> <br /> <br /> I have this above my &lt;html&gt; tag:<br /> <br /> &lt;?php<br /> // Important! You have to include it before your html code<br /> include_once "poll/poll_cookie.php";<br /> ?&gt;<br /> <br /> and then I have this where I want the poll to appear (note that EVERYTHING was working fine and seems to have suddenly stopped working!)<br /> <br /> &lt;?php<br /> include_once "poll/booth.php";<br /> $php_poll-&gt;set_template_set("popup"); <br /> echo $php_poll-&gt;poll_process("random");<br /> ?&gt;<br /> <br /> <br /> ]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7601/25898.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7601/25898.php</link>
				<pubDate><![CDATA[Sun, 19 Jun 2011 18:51:16]]> GMT</pubDate>
				<author><![CDATA[ leftwave]]></author>
			</item>
			<item>
				<title>Re:Poll ID 0 does not exist</title>
				<description><![CDATA[ OK so you are picking a poll at random. Do you have any existing polls and is it always returning the error message or just occasionally?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7601/25899.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7601/25899.php</link>
				<pubDate><![CDATA[Sun, 19 Jun 2011 18:55:45]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Re:Poll ID 0 does not exist</title>
				<description><![CDATA[ I get this error always on the website and yes, I have quite a few polls in my account (13 to be exact). They are numbered with poll ID's: 4,8,9,10,11,12,13,14,15,16,17,18, and 19. I'm not sure how they got assigned these ID numbers. I think automatically? Does this error mean the program is looking for a poll with ID 0?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7601/25900.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7601/25900.php</link>
				<pubDate><![CDATA[Mon, 20 Jun 2011 00:11:43]]> GMT</pubDate>
				<author><![CDATA[ leftwave]]></author>
			</item>
			<item>
				<title>Poll ID 0 does not exist</title>
				<description><![CDATA[ The poll id number is automatically generated when you create a new poll. Are you using the latest version of the advanced poll? Just asking to make sure I'm looking at the correct version of the script.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7601/25903.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7601/25903.php</link>
				<pubDate><![CDATA[Mon, 20 Jun 2011 08:59:15]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Re:Poll ID 0 does not exist</title>
				<description><![CDATA[ Thanks so much for all of your help with this <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif"/><br /> <br /> I'm probably not using the latest version since I have not updated this in years. Is there an easy way I can update this without losing all of my customizations and various polls I have created???]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7601/25905.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7601/25905.php</link>
				<pubDate><![CDATA[Mon, 20 Jun 2011 17:50:25]]> GMT</pubDate>
				<author><![CDATA[ leftwave]]></author>
			</item>
			<item>
				<title>Poll ID 0 does not exist</title>
				<description><![CDATA[ To be honest I wouldn't have a clue as I don't use the poll. I'm just going to download and see how the random number is generated.<br /> <br /> I'm guessing this code is responsible<br /> [code]        $this-&gt;db-&gt;query("SELECT poll_id FROM ".$this-&gt;tbl['poll_index']." WHERE (status=1 AND exp_time&gt;$timestamp) OR (status=1 AND expire=0)");<br />         while ($this-&gt;db-&gt;fetch_array($this-&gt;db-&gt;result)) {<br />             $poll_id_arr[] = $this-&gt;db-&gt;record['poll_id'];<br />         }<br />         if (!isset($poll_id_arr)) {<br />             return 0;<br />         }[/code]<br /> It asks the database to return all poll IDs and then makes them in to a list. If the list doesn't get created for some reason then it just returns 0 instead. Can you confirm you have existing polls?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7601/25906.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7601/25906.php</link>
				<pubDate><![CDATA[Mon, 20 Jun 2011 18:29:30]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Re:Poll ID 0 does not exist</title>
				<description><![CDATA[ Thanks so much for looking into these details for me. If it would make sense, I can email you my login info for my poll admin area and you can see the polls. Attached is a screenshot if this helps?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7601/25907.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7601/25907.php</link>
				<pubDate><![CDATA[Mon, 20 Jun 2011 19:09:00]]> GMT</pubDate>
				<author><![CDATA[ leftwave]]></author>
			</item>
			<item>
				<title>Re:Poll ID 0 does not exist</title>
				<description><![CDATA[ any luck with figuring this out??]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7601/25945.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7601/25945.php</link>
				<pubDate><![CDATA[Sat, 23 Jul 2011 01:10:48]]> GMT</pubDate>
				<author><![CDATA[ leftwave]]></author>
			</item>
			<item>
				<title>Poll ID 0 does not exist</title>
				<description><![CDATA[ Never received an email nor notification of an update to this thread. Try <a class="snap_shots" href="mailto:webmaster@carbonize.co.uk">webmaster@carbonize.co.uk</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7601/25946.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7601/25946.php</link>
				<pubDate><![CDATA[Sat, 23 Jul 2011 12:40:37]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>