<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced poll 2.03 Install problems"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced poll 2.03 Install problems"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced poll 2.03 Install problems</title>
				<description><![CDATA[ Hi there,<br /> <br /> I'm trying to install Advanced poll 2.03, just to look at it, and i think because of the good support in this forum use it in future, but i have problems installing the poll.<br /> <br /> when i start the install.php in show up nice, with the wizard screen (nice work btw) but when i klik on next, nothing happens. <br /> strange, no errors or something, i looked in the Apache log files and foud the following error:<br /> <br /> [Wed Dec 14 00:26:52 2005] [error] PHP Notice:  Undefined variable: HTTP_SERVER_VARS in d:\\www\\vorduh\\poll2\\install.php on line 10<br /> <br />   8|   $version = "v2.03";<br />   9|   if (!isset($PHP_SELF)) {<br /> 10|       [b] $PHP_SELF = $HTTP_SERVER_VARS["PHP_SELF"];[/b]<br /> 11|       if (isset($HTTP_GET_VARS)) {<br /> 12|         while (list($name, $value)=each($HTTP_GET_VARS)) {<br /> 13|              $$name=$value;<br /> <br /> 1st i thing i noticed where the \\ but don't know if this is a problem.<br /> <br /> maby anyone has a suggestion?<br /> <br /> Greatz<br /> Bargemanos]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5245/19100.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5245/19100.php</link>
				<pubDate><![CDATA[Wed, 14 Dec 2005 00:54:50]]> GMT</pubDate>
				<author><![CDATA[ Bargemanos]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ it had something to do with the superglobals think.<br /> i changed:<br /> <br /> 8| $version = "v2.03";<br /> 9| if (!isset($PHP_SELF)) {<br /> 10| $PHP_SELF = $HTTP_SERVER_VARS["PHP_SELF"];<br /> 11| if (isset($HTTP_GET_VARS)) {<br /> 12| while (list($name, $value)=each($HTTP_GET_VARS)) {<br /> 13| $$name=$value; <br /> <br /> into:<br /> <br /> 8|$version = "v2.03";<br /> 9|if (!isset($PHP_SELF)) {<br /> 10|     $PHP_SELF = $_SERVER["PHP_SELF"];<br /> 11|    if (isset($_GET)) {<br /> 12|        while (list($name, $value)=each($_GET)) {<br /> 13|            $$name=$value;<br /> <br /> So i changed the superglobal variables.<br /> <br /> same to admin/commen.inc.php and all the necesary other files otherwish you can't login / sent comment or vote at all after installation.<br /> <br /> and the part below this into the new superglobals of PHP4.*+ ( i use PHP5, and the function -register_globals = off)<br /> <br /> Greatz<br /> Bargemanos]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5245/19105.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5245/19105.php</link>
				<pubDate><![CDATA[Wed, 14 Dec 2005 16:22:44]]> GMT</pubDate>
				<author><![CDATA[ Bargemanos]]></author>
			</item>
	</channel>
</rss>