<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Poll Does Not Work Properly From A Subdirectory"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Poll Does Not Work Properly From A Subdirectory"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Poll Does Not Work Properly From A Subdirectory</title>
				<description><![CDATA[ This is gonna be hard to explain, but here I go:<br /> <br /> My site is located at <a class="snap_shots" href="http://www.mysite.com/mypage/" target="_blank" rel="nofollow">http://www.mysite.com/mypage/</a><br /> <br /> Advanced Poll has been installed to <a class="snap_shots" href="http://www.mysite.vom/mypage/poll" target="_blank" rel="nofollow">http://www.mysite.vom/mypage/poll</a> and is working properly.<br /> <br /> Here is the problem: When I click on the Vote or View Results buttons from <a class="snap_shots" href="http://www.mysite.com/mypage/index.php," target="_blank" rel="nofollow">http://www.mysite.com/mypage/index.php,</a> the poll works fine. But when I click on the Vote or View Results buttons from <a class="snap_shots" href="http://www.mysite.com/mypage/" target="_blank" rel="nofollow">http://www.mysite.com/mypage/</a> it says "http://www.mysite.com/mypage/mypage could not be found"!!!<br /> <br /> The Vote and View Results links are not being generated properly. Is there a way to fix this?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/11798.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/11798.php</link>
				<pubDate><![CDATA[Mon, 15 Nov 2004 21:20:54]]> GMT</pubDate>
				<author><![CDATA[ PFDogs]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Check the base url setting in the include/config.inc.php file.<br /> <br /> [code]      $pollvars&#91;'base_url'&#93; = &quot;/mypage/poll&quot;;<br />       $pollvars&#91;'base_gif'&#93; = &quot;/mypage/poll/image&quot;;[/code]<br />  :?:<br /> <br /> If it doesn't help, post again.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/11804.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/11804.php</link>
				<pubDate><![CDATA[Tue, 16 Nov 2004 00:40:14]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for the reply, amber222.<br /> <br /> I do not have those lines in my include/config.inc.php file. Should I add them?<br /> <br /> Here is a copy of my current include/config.inc.php file:<br /> <br /> &lt;?php<br /> /**<br />  *<br />  *  MySQL      -&gt; class_mysql.php<br />  *  PostgreSQL -&gt; class_pgsql.php<br />  *<br />  */<br /> <br /> $POLLDB["dbName"] = "****";<br /> $POLLDB["host"]   = "localhost";<br /> $POLLDB["user"]   = "*****";<br /> $POLLDB["pass"]   = "*****";<br /> $POLLDB["class"]  = "class_mysql.php";<br /> <br /> <br /> /* tables  */<br /> <br /> $POLLTBL["poll_config"]  = "poll_config";<br /> $POLLTBL["poll_index"]   = "poll_index";<br /> $POLLTBL["poll_data"]    = "poll_data";<br /> $POLLTBL["poll_ip"]      = "poll_ip";<br /> $POLLTBL["poll_log"]     = "poll_log";<br /> $POLLTBL["poll_comment"] = "poll_comment";<br /> $POLLTBL["poll_user"]    = "poll_user";<br /> $POLLTBL["poll_tpl"]     = "poll_templates";<br /> $POLLTBL["poll_tplset"]  = "poll_templateset";<br /> <br /> ?&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/11806.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/11806.php</link>
				<pubDate><![CDATA[Tue, 16 Nov 2004 01:31:14]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ No don't add anything there isn't already a space for.  Hold off and see if Auron shows up or visit his site.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/11808.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/11808.php</link>
				<pubDate><![CDATA[Tue, 16 Nov 2004 03:15:38]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ <img src="https://proxy2.de/forum//images/smilies/499fd50bc713bfcdf2ab5a23c00c2d62.gif" /> Change it in the Admin Panel under General Settings.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/11809.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/11809.php</link>
				<pubDate><![CDATA[Tue, 16 Nov 2004 03:23:20]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Do what Amber said straight after you login otherwise you'll get <br /> redirected back the the login screen.<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/11814.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/11814.php</link>
				<pubDate><![CDATA[Tue, 16 Nov 2004 18:33:33]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for the help.<br /> <br /> Both of of those settings are correct in the admin panel. Is there anything else I can do?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/11820.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/11820.php</link>
				<pubDate><![CDATA[Tue, 16 Nov 2004 19:49:36]]> GMT</pubDate>
				<author><![CDATA[ PFDogs]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Well, does it now work?<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/11822.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/11822.php</link>
				<pubDate><![CDATA[Tue, 16 Nov 2004 21:03:00]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It still does not work when the poll is used from <a class="snap_shots" href="http://www.mysite.com/mypage/" target="_blank" rel="nofollow">http://www.mysite.com/mypage/</a><br /> <br /> But it does work when the poll is used from <a class="snap_shots" href="http://www.mysite.com/mypage/index.php" target="_blank" rel="nofollow">http://www.mysite.com/mypage/index.php</a><br /> <br /> Here is an example of the "View Results" links that are generated:<br /> <br /> Not working: <a class="snap_shots" href="http://www.mysite.com/mypage/mypage?action=results&amp;poll_ident=4" target="_blank" rel="nofollow">http://www.mysite.com/mypage/mypage?action=results&amp;poll_ident=4</a> (That extra mypage part was not added by me! It was added by the poll!!!)<br /> <br /> Working:<br /> <a class="snap_shots" href="http://www.mysite.com/mypage/index.php?action=results&amp;poll_ident=4" target="_blank" rel="nofollow">http://www.mysite.com/mypage/index.php?action=results&amp;poll_ident=4</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/11882.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/11882.php</link>
				<pubDate><![CDATA[Thu, 18 Nov 2004 16:44:22]]> GMT</pubDate>
				<author><![CDATA[ PFDogs]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ OK, I have setup I live example for you to see.<br /> <br /> These are working links:<br /> <br /> The poll will work from here: <a class="snap_shots" href="http://advancedpollerror.no-ip.info/mysite/index.php" target="_blank" rel="nofollow">http://advancedpollerror.no-ip.info/mysite/index.php</a><br /> <br /> But it will NOT work from here:<br /> <a class="snap_shots" href="http://advancedpollerror.no-ip.info/mysite/" target="_blank" rel="nofollow">http://advancedpollerror.no-ip.info/mysite/</a><br /> <br /> (FYI: Advanced Poll has been installed to <a class="snap_shots" href="http://advancedpollerror.no-ip.info/mysite/poll" target="_blank" rel="nofollow">http://advancedpollerror.no-ip.info/mysite/poll</a> and the general URL settings are correct.)]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/11883.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/11883.php</link>
				<pubDate><![CDATA[Thu, 18 Nov 2004 17:06:12]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Does anyone have any other suggestions???<br /> <br /> Or is this just a bug???]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/12072.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/12072.php</link>
				<pubDate><![CDATA[Wed, 24 Nov 2004 18:30:32]]> GMT</pubDate>
				<author><![CDATA[ PFDogs]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The link does work that you say isn't working.<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/12073.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/12073.php</link>
				<pubDate><![CDATA[Wed, 24 Nov 2004 18:38:09]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Of course the link works! Try to vote or view the results. That is what doesn't work.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/12102.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/12102.php</link>
				<pubDate><![CDATA[Fri, 26 Nov 2004 18:42:45]]> GMT</pubDate>
				<author><![CDATA[ PFDogs]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It's looking for a file named mysite, which doesn't exist.  <br /> [code]&lt;form method=&quot;post&quot; action=&quot;mysite&quot;&gt;[/code]<br /> <br /> Did you create two different files here?  Why don't you post the poll code you are using.  You can always xxx-out your username.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/12104.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/12104.php</link>
				<pubDate><![CDATA[Fri, 26 Nov 2004 23:55:40]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ There is only one file and it's named index.php<br /> <br /> Here is the code for index.php<br /> <br /> <br /> <br /> [code]&lt;?php<br /> // Important! You have to include it before your html code<br /> include_once &quot;poll/poll_cookie.php&quot;;<br /> ?&gt;<br /> <br /> &lt;html&gt;<br /> &lt;body&gt;<br /> &lt;?php<br /> include_once &quot;poll/booth.php&quot;;<br /> echo $php_poll-&gt;poll_process&#40;4&#41;;<br /> ?&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/12119.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/12119.php</link>
				<pubDate><![CDATA[Sat, 27 Nov 2004 22:34:14]]> GMT</pubDate>
				<author><![CDATA[ PFDogs]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Are you using the full path? Don't know if it will make a difference or not:<br /> <br /> [code]include_once &quot;/home/user/public_html/poll/booth.php&quot;;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/12120.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/12120.php</link>
				<pubDate><![CDATA[Sat, 27 Nov 2004 23:12:56]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If I use the full path (in this case: /mysite/poll/booth.php) the poll does not appear at all and I get PHP errors.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3873/12121.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3873/12121.php</link>
				<pubDate><![CDATA[Sat, 27 Nov 2004 23:39:58]]> GMT</pubDate>
				<author><![CDATA[ PFDogs]]></author>
			</item>
	</channel>
</rss>