<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "????? Broken Graphic on mysql install of Advanced Poll"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "????? Broken Graphic on mysql install of Advanced Poll"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>????? Broken Graphic on mysql install of Advanced Poll</title>
				<description><![CDATA[ I have advanced poll installed and having a bit of a problem...<br /> <br /> <a class="snap_shots" href="http://www.savhs.org/poll/test.php" target="_blank" rel="nofollow">http://www.savhs.org/poll/test.php</a><br /> <br /> You see the round graphic is broke when using the graphic interface in advanded poll and you never get a option to actually vote.<br /> <br /> Here is the source code I am using<br /> <br /> <br /> &lt;?php<br /> /* Include this before your html code */<br /> include "./poll_cookie.php";<br /> ?&gt;<br /> <br /> &lt;?php<br /> <br /> /* path */<br /> $poll_path = "/var/www/savhs/poll";<br /> <br /> require $poll_path."/include/config.inc.php";<br /> require $poll_path."/include/$POLLDB[class]";<br /> require $poll_path."/include/class_poll.php";<br /> require $poll_path."/include/class_pollcomment.php";<br /> $CLASS["db"] = new polldb_sql;<br /> $CLASS["db"]-&gt;connect();<br /> <br /> $php_poll = new pollcomment();<br /> <br /> /* poll */<br /> $php_poll-&gt;set_template_set("graphic");<br /> echo $php_poll-&gt;view_poll_result(1);<br /> <br /> <br /> /* poll comments */<br /> $php_poll-&gt;set_template("poll_comment");<br /> $php_poll-&gt;set_comments_per_page(5);<br /> $php_poll-&gt;set_date_format("d/m/Y H:i");<br /> $php_poll-&gt;data_order_by("time","desc");<br /> echo $php_poll-&gt;view_poll_comments(1);<br /> echo $php_poll-&gt;get_comment_pages(1);<br /> <br /> ?&gt;<br /> <br /> Anyone tell me what I am doing wrong?   <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1126/2850.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1126/2850.php</link>
				<pubDate><![CDATA[Mon, 21 Oct 2002 04:42:49]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>tad more info</title>
				<description><![CDATA[ Please note in the Advance Poll zip file I dloaded there is no demo_6.php and demo-5.php does not actually display the polls.  I have re-dloaded and re-installed Advanced Poll and still get the same error.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1126/2851.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1126/2851.php</link>
				<pubDate><![CDATA[Mon, 21 Oct 2002 04:55:12]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>K got part of it</title>
				<description><![CDATA[ I due to may ignorance of php found out the problem with not being able to vote ...<br /> <br /> echo $php_poll-&gt;view_poll_result(1);     this line caused it just to show results...<br /> <br /> echo $php_poll-&gt;poll_process(1);  is what was needed to let me vote.<br /> <br /> the graphic display I can only assume is a BUG.  It does work on another system with the text version installed instead of a mysql database.<br /> <br /> Hope this helps somone in the future  ...   <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1126/2857.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1126/2857.php</link>
				<pubDate><![CDATA[Mon, 21 Oct 2002 18:20:18]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>