<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "advanced poll 2.0 fatal error"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "advanced poll 2.0 fatal error"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>advanced poll 2.0 fatal error</title>
				<description><![CDATA[ i am getting the following:<br /> <br /> Fatal error: Failed opening required '//include/config.inc.php' (include_path='') in /booth.php on line 24<br /> <br /> is there something i need to change within booth.php or the common.inc.php? everything else seems to work.<br /> <br /> i am using textfile instead of db.<br /> <br /> the booth.php follows:<br /> <br /> &lt;?php<br /> <br /> $include_path = dirname(__FILE__);<br /> <br /> if (!isset($PHP_SELF)) {<br />     $PHP_SELF = $HTTP_SERVER_VARS["PHP_SELF"];<br />     if (isset($HTTP_GET_VARS)) {<br />         while (list($name, $value)=each($HTTP_GET_VARS)) {<br />             $$name=$value;<br />         }<br />     }<br />     if (isset($HTTP_POST_VARS)) {<br />         while (list($name, $value)=each($HTTP_POST_VARS)) {<br />             $$name=$value;<br />         }<br />     }<br />     if(isset($HTTP_COOKIE_VARS)){<br />         while (list($name, $value)=each($HTTP_COOKIE_VARS)){<br />             $$name=$value;<br />         }<br />     }<br /> }<br /> <br /> require $include_path."/include/config.inc.php";<br /> require $include_path."/include/class_poll.php";<br /> <br /> $php_poll = new poll();<br /> $php_poll-&gt;set_include_path($include_path);<br /> <br /> ?&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/162/420.php</guid>
				<link>https://proxy2.de/forum/posts/preList/162/420.php</link>
				<pubDate><![CDATA[Wed, 13 Feb 2002 16:48:57]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>