<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - PunBB 1.3 troubleshooting]]></title>
		<link>http://punbb.informer.com/forums/</link>
		<description><![CDATA[The most recent topics at PunBB Forums.]]></description>
		<lastBuildDate>Sat, 07 Nov 2009 12:21:41 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[https session authenication problem - SSL issue]]></title>
			<link>http://punbb.informer.com/forums/topic/22414/https-session-authenication-problem-ssl-issue/new/posts/</link>
			<description><![CDATA[<p>Hi all, the forum I help admin is moving to a https based service. I&#039;m not sure whether the problem I am experiencing is punbb based or server based. Hopefully if the problem cannot be solved here at least the problem area can be identified. I will give a quick outline of what&#039;s happening first. </p><p>Here are the important details: </p><p>Pun version: 1.3.2<br />db: MySQL<br />server: Apache/2.0.52 (Red Hat)</p><p>httpdocs\{forum-root}&nbsp; &nbsp; ~ http://{base-url}&nbsp; -&gt; working perfectly<br />httpsdocs\{forum-root}&nbsp; ~ https://{base-url} -&gt; authentication issues</p><p>The https is kind of working. If already logged into the http version you can can the url to https and browse the forum and read posts no problem. If you try and post you recieve the error msg:</p><div class="codebox"><pre><code>Warning! The following errors must be corrected before your message can be posted:

    * Unable to confirm security token. A likely cause for this is that some time passed between when you first entered the page and when you posted the form. Clicking &quot;Submit&quot; again should solve the problem.</code></pre></div><p>Clicking Submit again just repeats the message. </p><p>The real issue. When logged out of a session and trying to log into the https version of the login page you get the following messages on the login.php page:</p><p>Please confirm or cancel your last action</p><div class="codebox"><pre><code>Unable to confirm security token. A likely cause for this is that some time passed between when you first entered the page and when you submitted a form or clicked a link. If that is the case and you would like to continue with your action, please click the Confirm button. Otherwise, you should click the Cancel button to return to where you were. </code></pre></div><p>&#039;Confirm&#039; &#039;Cancel&#039; (buttons)</p><p>When clicking confirm you get the following Security Warning popup: </p><div class="codebox"><pre><code>Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.

Are you sure you want to continue sending this information?</code></pre></div><p>After clicking the Continue button I am redirected to this url:</p><div class="codebox"><pre><code>http://{base-url}:443/login.php</code></pre></div><p>with the following message:</p><div class="codebox"><pre><code>Bad Request

Your browser sent a request that this server could not understand.
Reason: You&#039;re speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.

    Hint: https://127.0.0.1/

Apache/2.0.52 (Red Hat) mod_ssl/2.0.52 OpenSSL/0.9.7a FrontPage/5.0.2.2635 Server at 127.0.0.1 Port 443</code></pre></div><p>Is it a matter of getting the above url to read </p><div class="codebox"><pre><code>https://{base-url}/login.php</code></pre></div><p> minus the :443 or is it something more complicated. </p><p>Here is the config.php file for the https install (which was just copied directly from the http install with the config file changed accordingly)</p><br /><div class="codebox"><pre><code>&lt;?php

$db_type = &#039;mysql&#039;;
$db_host = &#039;xx&#039;;
$db_name = &#039;xx&#039;;
$db_username = &#039;xx&#039;;
$db_password = &#039;xx&#039;;
$db_prefix = &#039;&#039;;
$p_connect = false;

$base_url = &#039;https://url.org&#039;;

$cookie_name = &#039;forum_cookie_5ca60a&#039;;
$cookie_domain = &#039;&#039;;
$cookie_path = &#039;/&#039;;
$cookie_secure = 0;

define(&#039;FORUM&#039;, 1);</code></pre></div><p>I was mainly trying different combination of $base_url, $cookie_domain and $cookie_secure = 0 or 1 but to no avail. I have a feeling it&#039;s something fairly simple in the config file that has to be properly set. After searching for a while I couldn&#039;t find any previous anwsers to this problem if they exist. </p><p>Sorry for the length of this post if you read through it all. I thought it&#039;d be best to include as much relevant details as possible. Apologies if this is in the wrong section, mods please move if it&#039;s not. </p><p>Thanks for taking up your time value time. I look forward to any help or hints in the right direction that anyone can provide.</p><p>If the solution is something trivial please take great pleasure in pointing it out and I shall act sufficiently bashful <img src="http://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (thomsongrub)]]></author>
			<pubDate>Sat, 07 Nov 2009 12:21:41 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22414/https-session-authenication-problem-ssl-issue/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] Trying to change the language of new extension]]></title>
			<link>http://punbb.informer.com/forums/topic/22493/solved-trying-to-change-the-language-of-new-extension/new/posts/</link>
			<description><![CDATA[<p>Hi,</p><p>I just installed the new Pun Poll extension (version 1.1.7.), but I&#039;m struggling to change its language. </p><p>How am I suppose to do that? Even if I change de lang file in the <em>extension</em> folder, it makes no difference. Is there something I&#039;m missing?</p>]]></description>
			<author><![CDATA[dummy@example.com (vincentlpratte)]]></author>
			<pubDate>Fri, 06 Nov 2009 17:04:02 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22493/solved-trying-to-change-the-language-of-new-extension/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Count of options can't be less than 2]]></title>
			<link>http://punbb.informer.com/forums/topic/22490/count-of-options-cant-be-less-than-2/new/posts/</link>
			<description><![CDATA[<p>Hello,</p><p>Some members got an error trying to change them :</p><p>&quot;Count of options can&#039;t be less than 2&quot;</p><p>What it means ?</p>]]></description>
			<author><![CDATA[dummy@example.com (achtungbaby)]]></author>
			<pubDate>Fri, 06 Nov 2009 14:19:43 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22490/count-of-options-cant-be-less-than-2/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[How to remove "Report" link from the posts footer?]]></title>
			<link>http://punbb.informer.com/forums/topic/22488/how-to-remove-report-link-from-the-posts-footer/new/posts/</link>
			<description><![CDATA[<p>So advise is needed how to remove the &quot;Report&quot; link from the posts footer. Reason is that users quite often click on it instead of Replay. Other option would be not to remove the link but just to change it so that the post is not deleted.<br />Thanks in advance!</p>]]></description>
			<author><![CDATA[dummy@example.com (rasd123)]]></author>
			<pubDate>Fri, 06 Nov 2009 01:06:34 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22488/how-to-remove-report-link-from-the-posts-footer/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Adding Image To Header PunBB 1.3.x]]></title>
			<link>http://punbb.informer.com/forums/topic/20543/adding-image-to-header-punbb-13x/new/posts/</link>
			<description><![CDATA[<p>What do I need to change to get an image showing in header located at</p><div class="codebox"><pre><code>mysite.bla/img/header.png</code></pre></div><p>seen the 1.2 info, but header.php is different in 1.3.x</p><p>Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (KeyDog)]]></author>
			<pubDate>Wed, 04 Nov 2009 23:58:52 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/20543/adding-image-to-header-punbb-13x/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Cookies what changed between 1.2 and 1.3]]></title>
			<link>http://punbb.informer.com/forums/topic/22429/cookies-what-changed-between-12-and-13/new/posts/</link>
			<description><![CDATA[<p>I have read everything I can about the you are logged in but no cookie set issues in 1.3. I wanna know what changed between 1.2 and 1.3 to cause this. I am guessing that if it is the day light savings thing one would assume that while running 1.2 I would maybe suffer from it as well.</p><p>I am about to upgrade the forum from 1.2 to 1.3 but while testing I have found I have to click the index link on ie7, mozilla after logging in to get the error message to go away. I found ie8 nothing you click makes it go away.</p><p>I dont suffer these issues with 1.2 on any browser so I would really like to know what changed from 1.2 to cause this anomolly in 1.3 so I dont have anoyyed users.</p><p>I can&#039;t ask them to try all listed ideas I have read nor ask them to change browsers if the issues never existed prior to 1.3 can I.</p>]]></description>
			<author><![CDATA[dummy@example.com (The_Fiddler)]]></author>
			<pubDate>Tue, 27 Oct 2009 06:42:45 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22429/cookies-what-changed-between-12-and-13/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Arabic language Problem]]></title>
			<link>http://punbb.informer.com/forums/topic/22304/arabic-language-problem/new/posts/</link>
			<description><![CDATA[<p>Hi I&#039;m new here <br />Thanx to every one has worked on Punbb<br />I just installed Punbb 1.3.4&nbsp; it seems good but I have a bit problem<br />I included the Arabic language pack to Lang file before uploading i could see the choice of Arabic while installing but gave an error, and still not working even I set it from the settings<br />Any help?<br />Thanx in advance</p>]]></description>
			<author><![CDATA[dummy@example.com (Ifadah)]]></author>
			<pubDate>Mon, 26 Oct 2009 19:41:30 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22304/arabic-language-problem/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[running punbb as hidden tor service]]></title>
			<link>http://punbb.informer.com/forums/topic/22419/running-punbb-as-hidden-tor-service/new/posts/</link>
			<description><![CDATA[<p>setup of punbb on my computer works fine, i can reach the forum over localhost.<br />i also installed vidalia bundle and created the hidden service. the board (index.php) is now reachable<br />over the .onion hidden service url.</p><p>the problem: if i click any link on index.php it generates an absolute path to http://localhost/forum/..<br />so it doesnt work as hidden .onion service anymore. (fheiuhf83f09f3f9.onion/forum/...)<br />i think i need the board working with relative paths to get it work properly.</p><p>any hints? </p><p>thanks for help!<br />noto</p>]]></description>
			<author><![CDATA[dummy@example.com (noton)]]></author>
			<pubDate>Thu, 22 Oct 2009 17:27:46 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22419/running-punbb-as-hidden-tor-service/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[search_idx.php error]]></title>
			<link>http://punbb.informer.com/forums/topic/22400/searchidxphp-error/new/posts/</link>
			<description><![CDATA[<p>hello,<br />add new line to config.php but the Reply post error agian,</p><div class="quotebox"><blockquote><p>An error was encountered</p><p>The error occurred on line 151 in /var/www/namedomin.org/httpdocs/forum/include/search_idx.php<br />Database reported: Duplicate entry &#039;Ú†Ù‡â€ŒÙ†Ø¯Ø¬Ø§Ø±ÛŽÙ&#039; for key 1 (Errno: 1062).</p></blockquote></div><p>help,</p>]]></description>
			<author><![CDATA[dummy@example.com (Slavok)]]></author>
			<pubDate>Wed, 21 Oct 2009 07:32:56 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22400/searchidxphp-error/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[URL rewrite does'nt work]]></title>
			<link>http://punbb.informer.com/forums/topic/22386/url-rewrite-doesnt-work/new/posts/</link>
			<description><![CDATA[<p>I just installed PunBB 1.3 and changed the URL scheme to &quot;File based&quot;. I have also changed the .htaccess file as described on the settings page. But now none of my forum links seem to work. I cant even login to the forum anymore. Please help!</p><p>Forum link: <a href="http://www.sprakresa.org/forum">http://www.sprakresa.org/forum</a></p>]]></description>
			<author><![CDATA[dummy@example.com (ChristofM)]]></author>
			<pubDate>Thu, 15 Oct 2009 13:17:50 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22386/url-rewrite-doesnt-work/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[WordPress 2.8.4 и punBB 1.3 Integration Problem]]></title>
			<link>http://punbb.informer.com/forums/topic/22291/wordpress-284-i-punbb-13-integration-problem/new/posts/</link>
			<description><![CDATA[<p>Decided to integrate WordPress 2.8.4 and punBB 1.3 Integration. Like a WordPress user registration is progressing smoothly and the Wordpress database and forum, but why is the forum in the database table pun_users in the graph of the newly created user&#039;s password is the value BRAK. I understand it from the fact that Wordpress and punBB use different encryption password.</p><p>Help me Friends.</p>]]></description>
			<author><![CDATA[dummy@example.com (Parpalak)]]></author>
			<pubDate>Wed, 14 Oct 2009 13:27:12 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22291/wordpress-284-i-punbb-13-integration-problem/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[extern.php like punbb.org]]></title>
			<link>http://punbb.informer.com/forums/topic/21652/externphp-like-punbborg/new/posts/</link>
			<description><![CDATA[<p>Hi,</p><p>I know the extern.php can display alot of stuff but I can only see how it displays the topic?</p><p>I want to have just like the punbb.org website</p><p>This is a topc<br />This is the message it self...bla bla bla<br />posted date | comments</p><p>next message...and so forth...can it be done with extern.php or must I do the rest with php/mysql code?</p>]]></description>
			<author><![CDATA[dummy@example.com (jtd)]]></author>
			<pubDate>Tue, 13 Oct 2009 17:43:03 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/21652/externphp-like-punbborg/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[$_POST issue external login form]]></title>
			<link>http://punbb.informer.com/forums/topic/22288/post-issue-external-login-form/new/posts/</link>
			<description><![CDATA[<p>I am currently using a phpbb implementation on one of my sites. I have setup an external login using the suggested method within the admin including the common.php<br /></p><div class="codebox"><pre><code>define(&#039;FORUM_ROOT&#039;, &#039;./community/&#039;);
require_once FORUM_ROOT.&#039;include/common.php&#039;;</code></pre></div><p>The issue I am running into is if we try to post a form on the site (outside of the forum directory) it seems to trigger a series of events and loads the community/header.php etc...</p><p>Obviously this interferes with everything else which is being loaded as it is outside of the workings of the forum..</p><p>Is there a simple method I can implement to prevent this without breaking the internal workings of PunBB</p><p>thanks in advance<br />John</p>]]></description>
			<author><![CDATA[dummy@example.com (Parpalak)]]></author>
			<pubDate>Mon, 12 Oct 2009 11:36:24 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22288/post-issue-external-login-form/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Move post]]></title>
			<link>http://punbb.informer.com/forums/topic/22353/move-post/new/posts/</link>
			<description><![CDATA[<p>Today you can move the thread but I wonder if you can move post in the threads to other threads, or is this something you can put in a separate database or coding in itself?</p>]]></description>
			<author><![CDATA[dummy@example.com (Zedok)]]></author>
			<pubDate>Thu, 08 Oct 2009 17:20:45 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22353/move-post/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[htaccess files wont transfer..]]></title>
			<link>http://punbb.informer.com/forums/topic/22354/htaccess-files-wont-transfer/new/posts/</link>
			<description><![CDATA[<p>3 htaccess files won&#039;t transfer transfer in smartFTP.. what&#039;s the deal?</p><p> DO I need to change their file permissions?</p><p>THanks</p><p>also I&#039;m using Yahoo hosting</p>]]></description>
			<author><![CDATA[dummy@example.com (kierownik)]]></author>
			<pubDate>Thu, 08 Oct 2009 15:01:54 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22354/htaccess-files-wont-transfer/new/posts/</guid>
		</item>
	</channel>
</rss>
