<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advance Poll - Broken support in PHP 5.4"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advance Poll - Broken support in PHP 5.4"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advance Poll - Broken support in PHP 5.4</title>
				<description><![CDATA[ Hi All, I upgraded my PHP installation from PHP 5.2 to 5.4 version and my Advance Poll stopped working. I googled around for the possible causes and found that the register_globals has been dropped in PHP 5.4.<br /> As a possible, quick fix, i changed and added the below lines to my include/config.inc.php file for advance poll - <br /> ////////////////////////////////////////////////<br /> foreach ($_REQUEST as $key=&gt;$val) {<br />     ${$key}=$val;<br /> }<br /> foreach ($_SERVER as $key=&gt;$val) {<br />     ${$key}=$val;<br /> }<br /> foreach ($_COOKIE as $key=&gt;$val) {<br />     ${$key}=$val;<br /> }<br /> ////////////////////////////////////////////////<br /> With these I was able to fix the admin portion. But however, the front end is still not working. I can see the poll on front-end, but I am not able to vote or see the result. Any help will be appreciated.<br /> <br /> <br /> Rajeev.<br /> ]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7801/26623.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7801/26623.php</link>
				<pubDate><![CDATA[Sun, 26 Jan 2014 19:17:47]]> GMT</pubDate>
				<author><![CDATA[ huntingpeople]]></author>
			</item>
			<item>
				<title>Advance Poll - Broken support in PHP 5.4</title>
				<description><![CDATA[ You must be using a very very old version for it to be using globals. Have you tried downloading the latest version and simply updating your files?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7801/26624.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7801/26624.php</link>
				<pubDate><![CDATA[Sun, 26 Jan 2014 21:35:46]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>