<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "help please with Advanced Poll 2.02 [text version]..."]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "help please with Advanced Poll 2.02 [text version]..."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>help please with Advanced Poll 2.02 [text version]...</title>
				<description><![CDATA[ the page with voting give an error:<br /> <br /> [quote]Fatal error: Cannot redeclare set_max_bar_length() in /usr/home/ftp/ru/spb.ru/kyra.spb.ru/wwwroot/bpxf5lae/xumepa/vote/include/class_poll.php on line 116[/quote]<br /> <br /> what must i do...<br /> help please...<br /> <br /> ---<br /> sorry for my english<br /> <br /> [/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2239/5790.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2239/5790.php</link>
				<pubDate><![CDATA[Sun, 10 Aug 2003 13:40:43]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Whats on line 116?<br /> <br /> Also I don't think anyones found a solution to this yet apart from starting over from scratch.<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2239/5793.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2239/5793.php</link>
				<pubDate><![CDATA[Sun, 10 Aug 2003 13:43:59]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Auron"]Whats on line 116?<br /> <br /> Also I don't think anyones found a solution to this yet apart from starting over from scratch.<br /> <br /> Auron[/quote]<br /> <br /> on line 116 is:<br /> [quote]<br /> function set_max_bar_length($max_bar_length='') {<br /> [/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2239/5794.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2239/5794.php</link>
				<pubDate><![CDATA[Sun, 10 Aug 2003 13:47:35]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ index.php listing:<br /> ----------------------------------------------------------<br /> &lt;?php<br /> // Important! You have to include it before your html code<br /> include_once "vote/poll_cookie.php";<br /> ?&gt;<br /> <br /> &lt;html&gt;<br /> &lt;body&gt;<br /> &lt;?php<br /> include_once "vote/booth.php";<br /> echo $php_poll-&gt;poll_process("newest");<br /> ?&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> ----------------------------------------------------------<br /> <br /> its ok?<br /> <br /> or i must set the full patch?<br /> "vote/poll_cookie.php" -&gt; "http://blah-blah-blah.../vote/poll_cookie.php"]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2239/5795.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2239/5795.php</link>
				<pubDate><![CDATA[Sun, 10 Aug 2003 13:50:56]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ sorry <br /> last messages are mine]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2239/5796.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2239/5796.php</link>
				<pubDate><![CDATA[Sun, 10 Aug 2003 13:58:14]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Auron"]<br /> Also I don't think anyones found a solution to this yet apart from starting over from scratch.<br /> <br /> Auron[/quote]<br /> <br /> scratch? what do you mean "from scratch"?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2239/5797.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2239/5797.php</link>
				<pubDate><![CDATA[Sun, 10 Aug 2003 14:06:48]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re: help please with Advanced Poll 2.02 [text version]...</title>
				<description><![CDATA[ [quote="bpxF5Lae"]the page with voting give an error:<br /> <br /> [quote]Fatal error: Cannot redeclare set_max_bar_length() in /usr/home/ftp/ru/spb.ru/kyra.spb.ru/wwwroot/bpxf5lae/xumepa/vote/include/class_poll.php on line 116[/quote]<br /> <br /> what must i do...<br /> help please...<br /> [/quote]<br /> <br /> - admin interface is working without problems<br /> - i dont change anything in php-sourses (only with help of admin interface)<br /> <br /> but i can't include voting in my index.php<br /> <br /> <br /> <br /> please help......]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2239/5798.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2239/5798.php</link>
				<pubDate><![CDATA[Sun, 10 Aug 2003 14:23:31]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Have you chmod'ed all the files right and scratch means start from the beginning with EVERYTHING. Try using the full path found under help in the admin area. Also try deleting the white space between the first ?&gt; and the &lt;html&gt; tag.<br /> <br /> &lt;?php include_once "./textfile/booth.php";<br /> echo $php_poll-&gt;poll_process("newest"); ?&gt;<br /> <br /> Personally I use this and it seems to work fine. You don't really need the cookie bit if under general settings you switch IP table on.<br /> <br /> Also I've figured out how to turn the options for each poll into links so you can view either a new page, image or text about/for that option, if your interested.<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2239/5801.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2239/5801.php</link>
				<pubDate><![CDATA[Sun, 10 Aug 2003 23:04:23]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Fatal error: Cannot redeclare set_max_bar_length() in /home2/wmpnetru/www/poll/include/class_poll.php on line 116<br /> <br /> not work!<br /> CHMOD is ok]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2239/5842.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2239/5842.php</link>
				<pubDate><![CDATA[Tue, 12 Aug 2003 19:19:37]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>