<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Cannot redeclare set_max_bar_length() error"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Cannot redeclare set_max_bar_length() error"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Cannot redeclare set_max_bar_length() error</title>
				<description><![CDATA[ I've just installed and tried to setup. After done, I tried to access it thru the preview in settings... Then it came out an error:<br /> <br /> Fatal error: Cannot redeclare set_max_bar_length() in /home/poll/include/class_poll.php on line 116<br /> <br /> I tried to put the html code thing on the webpage but it still had the same error. I didn't touch the code and the deeply settings... What is this about?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1392/3447.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1392/3447.php</link>
				<pubDate><![CDATA[Fri, 3 Jan 2003 08:17:51]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>same</title>
				<description><![CDATA[ i got the same error, please help!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1392/3556.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1392/3556.php</link>
				<pubDate><![CDATA[Sun, 12 Jan 2003 11:27:22]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>PHP 4.3 causing Fatal error: Cannot redeclare set_max_bar_..</title>
				<description><![CDATA[ Hello,<br /> <br /> I also was receiving the error you are seeing:  <br /> <br /> [b]   Fatal error: Cannot redeclare set_max_bar_length() ... on line 116[/b]<br /> <br /> Being new to PHP, I had just installed the latest version of PHP (v4.3) as well as the Advanced Poll scripts.  After reading a few posts here, I decided to download and install the prior version of PHP (v4.2) and sure enough, it solves the problem.<br /> <br /> I don't know enough about PHP to know if the problem is a bug in the latest PHP or the Advanced Poll software, but there is definitely an incompatibility.  You should be able to find an installer for PHP 4.2 on the web somewhere.  Put that on and you'll be all set.<br /> <br /> Cheers,<br /> <br /> Michael]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1392/3597.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1392/3597.php</link>
				<pubDate><![CDATA[Wed, 15 Jan 2003 18:28:22]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Me too. I guess nobody knows or will answer this. This must be the end of the line for this script as we know it. <img src="https://proxy2.de/forum//images/smilies/c30b4198e0907b23b8246bdd52aa1c3c.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1392/3712.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1392/3712.php</link>
				<pubDate><![CDATA[Sat, 25 Jan 2003 17:04:23]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Did anyone find out about this fault]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1392/3735.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1392/3735.php</link>
				<pubDate><![CDATA[Mon, 27 Jan 2003 14:51:08]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Ok, Solution</title>
				<description><![CDATA[ Okay, here's the solution for this:<br /> <br /> Edit class_poll.php in textfile/include.<br /> <br /> There are two declarations of<br />     function set_max_bar_height($max_bar_height='') <br /> <br /> search for this term.<br /> <br /> Comment out the second declaration!<br /> <br /> So that you have:<br /> <br /> // Leave this one alone<br />     function set_max_bar_height($max_bar_height='') {<br />         if ($max_bar_height &amp;&amp; $max_bar_height&gt;0) {<br />             $this-&gt;pollvars['img_height'] = $max_bar_height;<br />             return true;<br />         } else {<br />             return false;<br />         }<br /> <br /> // Comment out this one<br /> /*<br />     function set_max_bar_length($max_bar_length='') {<br />         if ($max_bar_length &amp;&amp; $max_bar_length&gt;0) {<br />             $this-&gt;pollvars['img_length'] = $max_bar_length;<br />         }<br />         return $this-&gt;pollvars['img_length'];<br />     }<br /> */<br /> best regards,<br /> Thorsten<br />     }]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1392/3757.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1392/3757.php</link>
				<pubDate><![CDATA[Wed, 29 Jan 2003 21:23:21]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Solution is found one post above]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1392/3766.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1392/3766.php</link>
				<pubDate><![CDATA[Thu, 30 Jan 2003 09:51:59]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Thank you</title>
				<description><![CDATA[ Thorsten,<br /> <br /> Thank you so much for fixing this vexing problem. Your step-by-step directions really helped. It is appreciated.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1392/4686.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1392/4686.php</link>
				<pubDate><![CDATA[Tue, 22 Apr 2003 06:43:38]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Error Solved!</title>
				<description><![CDATA[ Hey, it works man! Thanks!<br /> I didn't understand what you meant with "Command out".<br /> It just means delete... (I'm Dutch)]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1392/6613.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1392/6613.php</link>
				<pubDate><![CDATA[Tue, 25 Nov 2003 08:20:14]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>