<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "ERROR when installing advanced poll"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "ERROR when installing advanced poll"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>ERROR when installing advanced poll</title>
				<description><![CDATA[ I hvae installed advanced poll on 2 server on 1st it works fine on the second server i am getting errors.<br /> <br /> the first server is PHP 4.4.2 the second server is PHP5<br /> <br /> when i try to go to admin URl i get this error<br /> <br /> <br /> Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/pick22/poll/admin/common.inc.php(67) : eval()'d code on line 4<br /> <br /> and on mainpage i get this<br /> <br /> Fatal error: Call to a member function set_template_set() on a non-object in /home/pick22/poll/mypolls.php on line 10<br /> <br /> the same setup works great on other machine<br /> <br /> please let meknow the errors i am in a mess need to get it working on the  php5 machine<br /> <br /> thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5657/20584.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5657/20584.php</link>
				<pubDate><![CDATA[Mon, 29 May 2006 16:43:38]]> GMT</pubDate>
				<author><![CDATA[ sandeepnasa]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Can you please post what is on line 4 of common.inc.php and all the related poll code in mypolls.php.<br /> <br /> Have you set the poll path in the admin correctly?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5657/20594.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5657/20594.php</link>
				<pubDate><![CDATA[Mon, 29 May 2006 21:02:46]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I get error here -<br /> <br />     eval("echo \"$poll_login\";");<br /> <br /> in common.inc.php n line 67<br /> <br /> <br /> this is the rror when i execute poll/admin/index.php<br /> <br /> Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/pick22/poll/admin/common.inc.php(67) : eval()'d code on line 4]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5657/20596.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5657/20596.php</link>
				<pubDate><![CDATA[Mon, 29 May 2006 21:33:21]]> GMT</pubDate>
				<author><![CDATA[ sandeepnasa]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ and mypolls.php read as -<br /> <br /> &lt;?php<br /> <br /> include_once "/home/sana0980/public_html/spy-remover/poll/poll_cookie.php";<br /> ?&gt;<br /> <br /> &lt;html&gt;<br /> &lt;body&gt;<br /> &lt;?php<br /> include_once "/home/sana0980/public_html/spy-remover/poll/booth.php";<br /> //$mypollid = $php_poll-&gt;get_random_poll_id();<br /> for ( $counter = 1; $counter &lt;= 100; $counter += 1) {<br /> if ($php_poll-&gt;is_valid_poll_id($counter))<br />   {<br /> 	$php_poll-&gt;set_template_set("popup");<br /> 	$php_poll-&gt;set_max_bar_length(80); <br />     echo $php_poll-&gt;display_poll($counter);<br /> 	echo "&lt;br&gt;";<br />   }<br /> }<br /> //$php_poll-&gt;set_template_set("popup");<br /> //$php_poll-&gt;set_max_bar_length(80); <br /> //if ($php_poll-&gt;is_valid_poll_id($mypollid))  {<br />  //   echo $php_poll-&gt;display_poll($mypollid);<br /> //}<br /> //poll_process("random");<br /> ?&gt;<br /> <br /> <br /> <br /> <br /> <br /> <br /> &lt;/body&gt;<br /> &lt;/html&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5657/20597.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5657/20597.php</link>
				<pubDate><![CDATA[Mon, 29 May 2006 21:36:02]]> GMT</pubDate>
				<author><![CDATA[ sandeepnasa]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If you look at the demo polls on this site its (not sure tbh though)...<br /> <br /> set_templateset not set_template_set IIRC.<br /> <br /> Not sure about the other error though. Give Carbonize a PM asking him to have a look at this thread.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5657/20605.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5657/20605.php</link>
				<pubDate><![CDATA[Mon, 29 May 2006 23:24:05]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/pick22/poll/admin/common.inc.php(67) : eval()'d code on line 4 <br /> <br /> That means that there is an error on line 4 of the code that it is trying to evaluate on line 67 of common.inc.php<br /> <br /> I would download the files and have a look but he has removed 2.0.4 and has uploaded a beta version of 2.0.5. Send me common.inc.php and I will look at it. webmaster [at] carbonize . co . uk]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5657/20622.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5657/20622.php</link>
				<pubDate><![CDATA[Tue, 30 May 2006 23:11:26]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>