<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "PHP Poll (poll does not exist?)"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "PHP Poll (poll does not exist?)"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>PHP Poll (poll does not exist?)</title>
				<description><![CDATA[ Hello,<br /> <br /> I have been using php poll for years without a problem until now. <br /> <br /> <br /> A customer on my site requested a poll and since I have it installed already, I just copied the complete folder to his subdirectory, and modified the code to reflect the new location<br /> <br /> <br /> Im using a pop-up version with the following code. In this case it is poll ID#5 and it works. <br /> <br /> view here<br /> https://insarnia.ca/ssp/thegamestation/showpoll5.php<br /> <br /> <br /> <br /> [code]&lt;?php<br /> // Initialize Poll<br /> include_once &quot;/home/insarnia/public_html/ssp/thegamestation/poll/poll_cookie.php&quot;;<br /> ?&gt;<br /> <br /> <br /> <br /> // my code //<br /> <br /> &lt;?php<br /> <br /> /* show poll ID#5  */ <br /> $poll_path = &quot;/home/insarnia/public_html/ssp/thegamestation/poll/&quot;;<br /> require $poll_path.&quot;/include/config.inc.php&quot;;<br /> require $poll_path.&quot;/include/class_poll.php&quot;; <br /> $php_poll = new poll&#40;&#41;;<br /> $php_poll-&gt;set_template_set&#40;&quot;popup&quot;&#41;;<br /> if &#40;$php_poll-&gt;is_valid_poll_id&#40;5&#41;&#41; &#123;<br />     echo $php_poll-&gt;display_poll&#40;5&#41;;<br /> &#125; <br /> <br /> ?&gt;<br /> <br /> [/code]<br /> <br /> <br /> Now I created a new poll, it is ID#24, so my new code is.<br /> <br /> view here<br /> https://insarnia.ca/ssp/thegamestation/showpoll24.php<br /> <br /> <br /> &lt;?php<br /> <br /> /* get poll id24  */ <br /> $poll_path = "/home/insarnia/public_html/ssp/thegamestation/poll/";<br /> require $poll_path."/include/config.inc.php";<br /> require $poll_path."/include/class_poll.php"; <br /> $php_poll = new poll();<br /> $php_poll-&gt;set_template_set("popup");<br /> if ($php_poll-&gt;is_valid_poll_id(24)) {<br />     echo $php_poll-&gt;display_poll(24);<br /> } <br /> <br /> ?&gt;<br /> <br /> [/code]<br /> <br /> Everything seems to work fine, except when Im suppose to get results, it shows that the "Poll ID# does not exist"<br /> <br /> Its like Its looking to the old location but I cant find any reference to the old path, so Im puzzled.<br /> <br /> I also noticed something. alll the poll#5 has some other files with it<br /> <br /> 5<br /> 5.ip<br /> 5.log<br /> <br /> but the 24 has only <br /> <br /> 24<br /> <br /> I purchased the supported version, so Im hoping I can get this resolved, Its quite unusual I have a problem like this but im baffled.<br /> <br /> I assumed at first it is a file permissions problem but thats not the case that I can see since I used cpanel and just copied it on the server and it kept all the permissions intact. All I can think maybe its a cookie or session issue?<br /> <br /> Someone plz help??]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5508/20137.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5508/20137.php</link>
				<pubDate><![CDATA[Wed, 5 Apr 2006 00:08:21]]> GMT</pubDate>
				<author><![CDATA[ realrobley]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It works.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5508/20139.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5508/20139.php</link>
				<pubDate><![CDATA[Wed, 5 Apr 2006 04:57:48]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ ??<br /> <br /> <a class="snap_shots" href="https://insarnia.ca/ssp/thegamestation/showpoll24.php" target="_blank" rel="nofollow">https://insarnia.ca/ssp/thegamestation/showpoll24.php</a><br /> <br /> Im talking about this one, the poll comes up but the results wont]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5508/20141.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5508/20141.php</link>
				<pubDate><![CDATA[Wed, 5 Apr 2006 05:50:38]]> GMT</pubDate>
				<author><![CDATA[ realrobley]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sorry, I clicked on the wrong link.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5508/20142.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5508/20142.php</link>
				<pubDate><![CDATA[Wed, 5 Apr 2006 06:04:29]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ oye<br /> <br /> So how u been anyways? its been a Long time  <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5508/20178.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5508/20178.php</link>
				<pubDate><![CDATA[Sat, 8 Apr 2006 23:59:44]]> GMT</pubDate>
				<author><![CDATA[ realrobley]]></author>
			</item>
	</channel>
</rss>