<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Need help with Pun Poll]]></title>
		<link>https://punbb.informer.com/forums/topic/3139/need-help-with-pun-poll/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/3139/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Need help with Pun Poll.]]></description>
		<lastBuildDate>Wed, 14 Jan 2004 14:37:56 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Need help with Pun Poll]]></title>
			<link>https://punbb.informer.com/forums/post/8807/#p8807</link>
			<description><![CDATA[<p>Great! <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>I&#039;ll do that. Probably releasing the new ver soon (not much updates, just easier to install/reinstall).</p>]]></description>
			<author><![CDATA[null@example.com (Chacmool)]]></author>
			<pubDate>Wed, 14 Jan 2004 14:37:56 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/8807/#p8807</guid>
		</item>
		<item>
			<title><![CDATA[Re: Need help with Pun Poll]]></title>
			<link>https://punbb.informer.com/forums/post/8806/#p8806</link>
			<description><![CDATA[<p>Well, It works perfectly now. All that I did was get rid of the code you told me to from the install_mod.php, and then did a little browsing in the sql databse and deleted the troublesom poll table. Then reran install_mod.php and everythng worked like a charm. Oh, chacmool, you might want to check your line references in the readme&#039;s, some of them are little off (and this is before any editing). Other then that, great mod man!</p>]]></description>
			<author><![CDATA[null@example.com (zc923)]]></author>
			<pubDate>Wed, 14 Jan 2004 14:24:44 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/8806/#p8806</guid>
		</item>
		<item>
			<title><![CDATA[Re: Need help with Pun Poll]]></title>
			<link>https://punbb.informer.com/forums/post/8804/#p8804</link>
			<description><![CDATA[<div class="quotebox"><cite>zc923 wrote:</cite><blockquote><p>Nevermind, I got it. Deleted the poll table in the sql database. Solved the problem. Thanks.</p></blockquote></div><p>So it works now then? (Or was the solution not to use the poll at all?)</p>]]></description>
			<author><![CDATA[null@example.com (Chacmool)]]></author>
			<pubDate>Wed, 14 Jan 2004 13:55:05 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/8804/#p8804</guid>
		</item>
		<item>
			<title><![CDATA[Re: Need help with Pun Poll]]></title>
			<link>https://punbb.informer.com/forums/post/8803/#p8803</link>
			<description><![CDATA[<p>Okey, then it should be no problem...</p><p>If you enables debug mode (see one of the first lines in include/common.php) and try to post a poll again, what&#039;s the error message this time?</p>]]></description>
			<author><![CDATA[null@example.com (Chacmool)]]></author>
			<pubDate>Wed, 14 Jan 2004 13:54:12 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/8803/#p8803</guid>
		</item>
		<item>
			<title><![CDATA[Re: Need help with Pun Poll]]></title>
			<link>https://punbb.informer.com/forums/post/8802/#p8802</link>
			<description><![CDATA[<p>Nevermind, I got it. Deleted the poll table in the sql database. Solved the problem. Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (zc923)]]></author>
			<pubDate>Wed, 14 Jan 2004 13:52:04 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/8802/#p8802</guid>
		</item>
		<item>
			<title><![CDATA[Re: Need help with Pun Poll]]></title>
			<link>https://punbb.informer.com/forums/post/8800/#p8800</link>
			<description><![CDATA[<p>Deleted those lines of code, now get this error:File: /home/users/zc923/public_html/punbb/install_mod.php<br />Line: 21</p><p>PunBB reported: Unable to add column poll to table topics<br />Database reported: Duplicate column name &#039;poll&#039; (Errno: 1060).</p>]]></description>
			<author><![CDATA[null@example.com (zc923)]]></author>
			<pubDate>Wed, 14 Jan 2004 13:34:39 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/8800/#p8800</guid>
		</item>
		<item>
			<title><![CDATA[Re: Need help with Pun Poll]]></title>
			<link>https://punbb.informer.com/forums/post/8793/#p8793</link>
			<description><![CDATA[<p>Yes, you&#039;re right, it&#039;s most probably the database.</p><p>Can you use for example phpmyqdmin to check if the yourprefix_polls table are installed or not? It sounds like you have it installed<br />before, or axidently ran the install_mod twice. You could try removing the options-part of the install and see what happens.</p><p>Remove from install_mod.php:</p><div class="codebox"><pre><code>$config = array(
    &#039;o_polls&#039;            =&gt; &quot;&#039;1&#039;&quot;,
    &#039;o_poll_change&#039;    =&gt; &quot;&#039;1&#039;&quot;,
    &#039;o_poll_multi&#039;        =&gt; &quot;&#039;0&#039;&quot;,
    &#039;p_guests_poll&#039;    =&gt; &quot;&#039;0&#039;&quot;
);
while (list($conf_name, $conf_value) = @each($config)){
    $db-&gt;query(&#039;INSERT INTO &#039;.$db-&gt;prefix.&quot;config (conf_name, conf_value) VALUES(&#039;$conf_name&#039;, $conf_value)&quot;)
        or exit(mysql_error().&#039;Unable to insert into table &#039;.$db-&gt;prefix.&#039;config. Please check your configuration and try again. &lt;a href=&quot;JavaScript: history.go(-1)&quot;&gt;Go back&lt;/a&gt;.&#039;);
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Chacmool)]]></author>
			<pubDate>Wed, 14 Jan 2004 08:15:25 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/8793/#p8793</guid>
		</item>
		<item>
			<title><![CDATA[Need help with Pun Poll]]></title>
			<link>https://punbb.informer.com/forums/post/8792/#p8792</link>
			<description><![CDATA[<p>Recently installed Pun poll, version 1.1.4_2 on a databse that did not have pun poll installed, at least to my knowledge. When I ran install_mod.php, I get: Duplicate entry &#039;o_polls&#039; for key 1Unable to insert into table config. Please check your configuration and try again.. When I make a poll, I get this:&nbsp; Error: Unable to save poll. When I try to access the poll, I get this:&nbsp; Error: Unable to fetch poll info. When I try to get into the poll admin, i get this:&nbsp; Error: Unable to fetch category/forum list. As far as I can tell, this is a db problem. Could someone help with the queries that I need to run to correct this problem? it would be greatly appriciated.</p>]]></description>
			<author><![CDATA[null@example.com (zc923)]]></author>
			<pubDate>Wed, 14 Jan 2004 05:00:58 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/8792/#p8792</guid>
		</item>
	</channel>
</rss>
