<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Poll - All seems to work except comments"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Poll - All seems to work except comments"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Poll - All seems to work except comments</title>
				<description><![CDATA[ Hi!<br /> <br /> I have installed and run the code now for about a week. I have things working on my home page and a special polls page with all polls listed. For some reason when I click on the comments link, it opens the windows but the browser shows and error (like the page cant be found). <br /> <br /> Im sure its something simple. Any Idea's?<br /> <br /> Thanks!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2445/6466.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2445/6466.php</link>
				<pubDate><![CDATA[Mon, 6 Oct 2003 08:08:27]]> GMT</pubDate>
				<author><![CDATA[ Robert]]></author>
			</item>
			<item>
				<title>Problem Fixed</title>
				<description><![CDATA[ My configuration for the base url included polldata and should not have. Now all functions are working as they are supposed to. <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2445/6468.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2445/6468.php</link>
				<pubDate><![CDATA[Mon, 6 Oct 2003 08:42:42]]> GMT</pubDate>
				<author><![CDATA[ Robert]]></author>
			</item>
			<item>
				<title>comments don't work</title>
				<description><![CDATA[ Could you be more specific in how you solved your problem? I am getting the page not found error when hitting the comment button too.<br /> thanks<br /> C]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2445/6722.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2445/6722.php</link>
				<pubDate><![CDATA[Sun, 7 Dec 2003 22:22:57]]> GMT</pubDate>
				<author><![CDATA[ cherieb213]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I think you need to make sure your poll path is set correctly or fully.<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2445/6723.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2445/6723.php</link>
				<pubDate><![CDATA[Sun, 7 Dec 2003 22:33:55]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title>where is it?</title>
				<description><![CDATA[ Thank you<br /> which file is the poll path in?? I have installed this via cPanel that came with my hosting package.. most of the installation was done with a click of a button.<br /> C]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2445/6725.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2445/6725.php</link>
				<pubDate><![CDATA[Sun, 7 Dec 2003 22:49:21]]> GMT</pubDate>
				<author><![CDATA[ cherieb213]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ k, its in include/config.inc.php<br /> <br /> The line you want is this one, #2/3...<br /> <br /> [code]$pollvars&#91;'base_url'&#93; = &quot;/localhost/textfile&quot;;[/code]<br /> <br /> Hope that helps,<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2445/6726.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2445/6726.php</link>
				<pubDate><![CDATA[Sun, 7 Dec 2003 22:52:51]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title>hmmm...not there</title>
				<description><![CDATA[ no wonder it don't work.. I don't have that line in include/config.inc.php<br /> I have:<br /> (I'm paranoid..I changed the real domain to "domain")<br /> <br /> &lt;?php<br /> /**<br />  *<br />  *  MySQL      -&gt; class_mysql.php<br />  *  PostgreSQL -&gt; class_pgsql.php<br />  *<br />  */<br /> <br /> $POLLDB['dbName'] = 'domain_book1';<br /> $POLLDB['host'] = 'localhost';<br /> $POLLDB['user'] = 'domain_book1';<br /> $POLLDB['pass'] = 'xxxxxxxxxx';<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;<br /> <br /> and that is ALL that is in that file]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2445/6727.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2445/6727.php</link>
				<pubDate><![CDATA[Sun, 7 Dec 2003 23:03:58]]> GMT</pubDate>
				<author><![CDATA[ cherieb213]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ So your using the MySQL version then?<br /> <br /> Then you'll need to use phpMyAdmin and find table poll_conifg and then<br /> the field base_url and edit that to the correct path.<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2445/6728.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2445/6728.php</link>
				<pubDate><![CDATA[Sun, 7 Dec 2003 23:09:34]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title>AAAgggrrr..this shouldn't be this hard</title>
				<description><![CDATA[ well crap..you just lost me..I don't see WHERE I edit it..<br /> <br /> I assume hit "change" next to base_url??<br /> and when I do that I have the pick of 7 fields to change..none of them look like anything I need and they all look like something to break if I touch them..<br /> <br /> this mySQL thing is like Greek to me...if it's set up automatically..why did it put the wrong path???<br /> <br /> thanks for your help<br /> C]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2445/6729.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2445/6729.php</link>
				<pubDate><![CDATA[Sun, 7 Dec 2003 23:18:48]]> GMT</pubDate>
				<author><![CDATA[ cherieb213]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If you've got cPanel then it has phpMyAdmin correct?<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2445/6730.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2445/6730.php</link>
				<pubDate><![CDATA[Sun, 7 Dec 2003 23:28:21]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title>yes</title>
				<description><![CDATA[ I see the file you are talking about..but have no idea how to change it..I have a feeling that it's ok..why would cPanel set everything else up right..but not the comment button???]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2445/6731.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2445/6731.php</link>
				<pubDate><![CDATA[Sun, 7 Dec 2003 23:34:03]]> GMT</pubDate>
				<author><![CDATA[ cherieb213]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ its not the button its the path if it is not the FULL path to the poll directory<br /> it won't work.<br /> <br /> Eg...<br /> <br /> www.yourdomain.com/data/poll<br /> <br /> that path would be /data/poll<br /> <br /> even if the page the poll was on was...<br /> <br /> www.yourdomain.com/data/poll.php<br /> <br /> you couldn't get away with<br /> <br /> this path /poll<br /> <br /> you'd have to put /data/poll<br /> <br /> You see?<br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2445/6734.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2445/6734.php</link>
				<pubDate><![CDATA[Mon, 8 Dec 2003 00:06:17]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I completely understand what you are saying..I just don't know WHERE To change this information...<br /> <br /> under general settings it says:<br /> <br /> URL to poll directory and then in the box (that was auto configured)..it says<br /> /pollphp<br /> <br /> is this what I change???? (guess not..just tried it and it still doesn't work)<br /> and why does the rest of the script work if this is wrong? (not trying to be argumentive..I'm learning...I learn by bugging the hell out of people with lots of questions :o))<br /> thanks<br /> C]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2445/6735.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2445/6735.php</link>
				<pubDate><![CDATA[Mon, 8 Dec 2003 00:27:33]]> GMT</pubDate>
				<author><![CDATA[ cherieb213]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ duh..am I dense or what?<br /> it was not /pollphp but /poll<br /> now the comments work! yipee<br /> thanks..on to my next question (different thread)<br /> <br /> thanks a million!!!<br /> C]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2445/6736.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2445/6736.php</link>
				<pubDate><![CDATA[Mon, 8 Dec 2003 00:29:37]]> GMT</pubDate>
				<author><![CDATA[ cherieb213]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ np, good job!<br /> <br /> got there in the end lol  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> <br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2445/6738.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2445/6738.php</link>
				<pubDate><![CDATA[Mon, 8 Dec 2003 00:33:34]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>