<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Tag: headers</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: headers</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 00:42:34 +0000</pubDate>

<item>
<title>hinch on "Site integration automatic login?"</title>
<link>http://bbpress.org/forums/topic/site-integration-automatic-login#post-17275</link>
<pubDate>Mon, 14 Jul 2008 16:22:04 +0000</pubDate>
<dc:creator>hinch</dc:creator>
<guid isPermaLink="false">17275@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I hadn't read the guide on merging with wordpress - I am building it into a CMS built for a client.&#60;/p&#62;
&#60;p&#62;I had already adjusted pluggable.php instead of simply editing bb-config and adding the cookiepath, d'oh!&#60;/p&#62;
&#60;p&#62;I actually have a working solution now. Instead of ussing about with automatic login the main website can generate a cookie that BBpress likes. I did have to modify wp_validate_auth_cookie and wp_generate_auth_cookie to include my own hash and adjust the config as pointed out above but otherwise everything is unmodified... so far!
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Site integration automatic login?"</title>
<link>http://bbpress.org/forums/topic/site-integration-automatic-login#post-17224</link>
<pubDate>Sat, 12 Jul 2008 16:07:46 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17224@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;my site is &#60;a href=&#34;http://www.picbi.com,&#34; rel=&#34;nofollow&#34;&#62;www.picbi.com,&#60;/a&#62; so do I add to wp-config and bb-config: -&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;COOKIE_DOMAIN&#38;#39;, &#38;#39;http://www.picbi.com&#38;#39;);
define(&#38;#39;COOKIEPATH&#38;#39;, &#38;#39;/&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;sorry im not that familiar with cookies and how to work them&#60;/p&#62;
&#60;p&#62;????????
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Site integration automatic login?"</title>
<link>http://bbpress.org/forums/topic/site-integration-automatic-login#post-17208</link>
<pubDate>Sat, 12 Jul 2008 00:01:54 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17208@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok. I figured out how to get the single login working for both bbPress and Wordpress...&#60;/p&#62;
&#60;p&#62;I did understand the Function part of the setup.&#60;/p&#62;
&#60;p&#62;I made sure the bb-config.php file looked like this.&#60;/p&#62;
&#60;p&#62;if ( !defined('BB_PATH') )&#60;br /&#62;
define('BB_PATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once('path/to/wp-blog-header.php');&#60;br /&#62;
require_once( BB_PATH . 'bb-settings.php' );
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Site integration automatic login?"</title>
<link>http://bbpress.org/forums/topic/site-integration-automatic-login#post-17195</link>
<pubDate>Fri, 11 Jul 2008 15:21:21 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17195@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;dgallinat-&#60;br /&#62;
I added it to both and the login still doesn't sync.&#60;/p&#62;
&#60;p&#62;Do I need to do anything with this in the bb-config.php file?&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#62;if ( !defined('BB_PATH') )&#60;br /&#62;
	define('BB_PATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BB_PATH . 'bb-settings.php' );&#60;/p&#62;
&#60;p&#62;?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Site integration automatic login?"</title>
<link>http://bbpress.org/forums/topic/site-integration-automatic-login#post-17193</link>
<pubDate>Fri, 11 Jul 2008 14:54:00 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17193@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Adding&#60;br /&#62;
define('COOKIE_DOMAIN', '*******');&#60;br /&#62;
define('COOKIEPATH', '/');&#60;/p&#62;
&#60;p&#62;to both wp-config and bb-config fixed this for me.
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Site integration automatic login?"</title>
<link>http://bbpress.org/forums/topic/site-integration-automatic-login#post-17192</link>
<pubDate>Fri, 11 Jul 2008 13:32:29 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17192@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm having the same problem! After integrating, I see how the &#34;test user&#34; I created shows up in both admin consoles. However, whether I login to wordpress or bbpress first, the login does not carry over to the other when navigating, which forces me to login twice. I followed all the steps, which also inlcuded adding the following to the wp-config.php file...&#60;/p&#62;
&#60;p&#62;define('COOKIE_DOMAIN', '*******');&#60;br /&#62;
define('COOKIEPATH', '/'); &#60;/p&#62;
&#60;p&#62;The only thing that comes to mind is a &#34;minor error&#34; that I received after walking through the &#34;successful install&#34; of bbPress...&#60;/p&#62;
&#60;p&#62;Duplicate key name 'user_nicename'&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; User tables will already exist when performing a database integrated installation.&#60;/p&#62;
&#60;p&#62;I'm wondering if this is the problem. If so, I'm not sure how to fix it. :\  Can someone help?
&#60;/p&#62;</description>
</item>
<item>
<title>hinch on "Site integration automatic login?"</title>
<link>http://bbpress.org/forums/topic/site-integration-automatic-login#post-17165</link>
<pubDate>Thu, 10 Jul 2008 00:37:13 +0000</pubDate>
<dc:creator>hinch</dc:creator>
<guid isPermaLink="false">17165@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have successfully merged bbpress with my website and it works fine sharing user data and logging in/out... very almost.&#60;/p&#62;
&#60;p&#62;When a user first moves to the forum it shows them as not logged in, though if they click a forum link or refresh the page they are then shown as logged in.&#60;/p&#62;
&#60;p&#62;I only modified pluggable.php a little to make the cookie easier to handle and I've tried adding a function (below) in index.php and template header. Very crude , checking a cookie is set and calling the login function, but it's just a test:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if (isset($_COOKIE[bbpres...]) &#38;#38;&#38;#38;  isset($_COOKIE[IHuser...]) &#38;#38;&#38;#38; isset($_COOKIE[IHpass...])){
 $login = decode($_COOKIE[IHuser...]);
 $password = decode($_COOKIE[IHpass...]);
 bb_login($login, $password, $remember = false);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Really I'm looking for where bbpress first checks to see if a user is logged in and sets headers but so far I'm out of luck. Where do I need to put my function so a user will be shown as logged in as soon as the navigate to the forum?&#60;/p&#62;
&#60;p&#62;P.S. I will build a more solid function so a users password isn't in a cookie, like I say - just a test!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Cache control while login"</title>
<link>http://bbpress.org/forums/topic/cache-control-while-login#post-16500</link>
<pubDate>Wed, 28 May 2008 20:42:44 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16500@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I figured it was just browser functionality, not based on the software.  &#60;/p&#62;
&#60;p&#62;I wonder what header the other software sent, (if that's what did it) and then if you could just send the same header in bbPress to cause the same behavior in the browser?
&#60;/p&#62;</description>
</item>
<item>
<title>Detective on "Cache control while login"</title>
<link>http://bbpress.org/forums/topic/cache-control-while-login#post-16489</link>
<pubDate>Tue, 27 May 2008 17:16:49 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">16489@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well, the previous forum we were using worked like that, so it was very user-friendly.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Cache control while login"</title>
<link>http://bbpress.org/forums/topic/cache-control-while-login#post-16488</link>
<pubDate>Tue, 27 May 2008 15:35:41 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16488@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think this is user behavior.    I would never expect a prior page to reload with new information after just going back with the browser back button.  I mean, I want to go back where I came from, old information just as it was.  If you want fresh information, refresh the page (IE F5 or FF CTRL SHIFT R) or use the links in the forum to navigate to the front page again rather than using the browser back button.&#60;/p&#62;
&#60;p&#62;My $.02
&#60;/p&#62;</description>
</item>
<item>
<title>Detective on "Cache control while login"</title>
<link>http://bbpress.org/forums/topic/cache-control-while-login#post-16481</link>
<pubDate>Mon, 26 May 2008 22:03:21 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">16481@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;My users are having some complaints about this. When they press the back button while being logged in (for example, after reading a topic), the front page is not reloaded, so they can't see new comments. I don't know why this happens, since the nocache headers are being sent by the nocache_headers function.&#60;/p&#62;
&#60;p&#62;Does anyone know how to fix this ?
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Can someone explain this bbPress database error"</title>
<link>http://bbpress.org/forums/topic/can-someone-explain-this-bbpress-database-error#post-14463</link>
<pubDate>Fri, 14 Mar 2008 09:04:58 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">14463@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;For some reason in your bbPress installation the quotes aren't being escaped before bbPress tries to enter the post into the database. Differences in character encoding on different platforms may mean it is possible from one platform (pc) and not another (mac).&#60;/p&#62;
&#60;p&#62;This points to a PHP configuration problem more than anything. Perhpas magic quotes RPC is turned on?&#60;/p&#62;
&#60;p&#62;Worth digging deeper though.
&#60;/p&#62;</description>
</item>
<item>
<title>Guru06 on "Can someone explain this bbPress database error"</title>
<link>http://bbpress.org/forums/topic/can-someone-explain-this-bbpress-database-error#post-14461</link>
<pubDate>Fri, 14 Mar 2008 07:55:31 +0000</pubDate>
<dc:creator>Guru06</dc:creator>
<guid isPermaLink="false">14461@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thank you mettled! I am on a mac and that will explain why none of the other users have said anything about the problem because they are all pc users. let me try the ' here and see what happens
&#60;/p&#62;</description>
</item>
<item>
<title>mettled on "Can someone explain this bbPress database error"</title>
<link>http://bbpress.org/forums/topic/can-someone-explain-this-bbpress-database-error#post-14394</link>
<pubDate>Tue, 11 Mar 2008 07:05:12 +0000</pubDate>
<dc:creator>mettled</dc:creator>
<guid isPermaLink="false">14394@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;strong&#62;When I type this in the body:&#60;/strong&#62;&#60;br /&#62;
I'm postin' a test.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;I get this:&#60;/strong&#62;&#60;br /&#62;
bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'm postin' a test.&#60;br /&#62;
','2008-03-11 07:01:23', '24.22.18.14', '0', 1)' at line 4]&#60;br /&#62;
INSERT INTO bb_posts (forum_id, topic_id, poster_id, post_text, post_time, poster_ip, post_status, post_position) VALUES ('18', '7', '2', '&#60;/p&#62;
&#60;p&#62;I'm postin' a test.&#60;br /&#62;
','2008-03-11 07:01:23', '24.22.18.14', '0', 1)&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/13057/domains/tudorarmspdx.com/html/hoa_forum/bb-includes/db.php:86) in /home/13057/domains/tudorarmspdx.com/html/hoa_forum/bb-includes/pluggable.php on line 164&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;When I post this in the body:&#60;/strong&#62;&#60;br /&#62;
I’m postin’ a test.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Everything goes through without an error.&#60;/strong&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Can someone explain this bbPress database error"</title>
<link>http://bbpress.org/forums/topic/can-someone-explain-this-bbpress-database-error#post-14325</link>
<pubDate>Fri, 07 Mar 2008 05:42:27 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14325@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Wonder why it doesn't error out here with either quote?  Can someone please provide the full text of a post entry that causes this problem, BEFORE it's inserted, so it can be tested on other platforms?
&#60;/p&#62;</description>
</item>
<item>
<title>mettled on "Can someone explain this bbPress database error"</title>
<link>http://bbpress.org/forums/topic/can-someone-explain-this-bbpress-database-error#post-14322</link>
<pubDate>Fri, 07 Mar 2008 00:31:56 +0000</pubDate>
<dc:creator>mettled</dc:creator>
<guid isPermaLink="false">14322@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok, here's what seems to have fixed the problem for me and maybe for you too, Guru06. Using the normal quotation mark - ' - caused the error. When I used the apostrophe version - ’ - there was no error. On a Mac that symbol is shift+option+]. I have no idea why it needs to be that way.
&#60;/p&#62;</description>
</item>
<item>
<title>mettled on "Can someone explain this bbPress database error"</title>
<link>http://bbpress.org/forums/topic/can-someone-explain-this-bbpress-database-error#post-14321</link>
<pubDate>Thu, 06 Mar 2008 23:47:30 +0000</pubDate>
<dc:creator>mettled</dc:creator>
<guid isPermaLink="false">14321@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just got the same error message on my forum as well. Obviously I was entering different copy, but everything else was the same. I've posted on my forum before without any problem. I haven't changed anything that I can recall, so this was totally unexpected. I'm not a coder so any help would be great. My bbPress is version 0.8.3.1.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Can someone explain this bbPress database error"</title>
<link>http://bbpress.org/forums/topic/can-someone-explain-this-bbpress-database-error#post-14314</link>
<pubDate>Thu, 06 Mar 2008 18:31:34 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14314@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What version bbPress are you using?  Looks like mismatched quotes are causing a problem inserting this post into your database.  I inserted that text into a post on my installation and it is inserted fine.  Of course, I might be missing some of what you tried to insert before it erred out.&#60;/p&#62;
&#60;p&#62;This is what I posted:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Internet. I&#38;#39;ve taken to not answering my phone lately, and I like it. And Eh@ the laptop-- it&#38;#39;s nice to have, but I don&#38;#39;t need it. The internet tho, is a lifeline How would you get on the internet without your laptop?&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Was there something before &#34;Internet&#34;?  Can you post a link to a plain text file that contains the whole text of the post?  Maybe some characters in there are causing this problem.
&#60;/p&#62;</description>
</item>
<item>
<title>Guru06 on "Can someone explain this bbPress database error"</title>
<link>http://bbpress.org/forums/topic/can-someone-explain-this-bbpress-database-error#post-14313</link>
<pubDate>Thu, 06 Mar 2008 18:16:10 +0000</pubDate>
<dc:creator>Guru06</dc:creator>
<guid isPermaLink="false">14313@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 've taken to not answering my phone lately, and I like it. And Eh@ the laptop-- i' at line 4]&#60;br /&#62;
INSERT INTO bb_posts (forum_id, topic_id, poster_id, post_text, post_time, poster_ip, post_status, post_position) VALUES ('2', '220', '1', '&#60;br /&#62;
Internet. I've taken to not answering my phone lately, and I like it. And Eh@ the laptop-- it's nice to have, but I don't need it.&#60;/p&#62;
&#60;p&#62;The internet tho, is a lifeline&#60;/p&#62;
&#60;p&#62;How would you get on the internet without your laptop?&#60;/p&#62;
&#60;p&#62;','2008-03-06 18:11:55', '69.219.156.202', '0', 5)&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/*****/public_html/*****/bb-includes/db.php:86) in /home/*****/public_html/*****/bb-includes/pluggable.php on line 164
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Solving Redirecting Problem with Slugs (headers)"</title>
<link>http://bbpress.org/forums/topic/solving-redirecting-problem-with-slugs-headers#post-9326</link>
<pubDate>Wed, 25 Jul 2007 17:38:32 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9326@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Someone will need to correct me if i am wrong but &#34;Headers already sent&#34; is sometimes an indication of whitespace above or below a plugin which will cause php to think content is being sent and flush the headers.
&#60;/p&#62;</description>
</item>
<item>
<title>WiseRemusKA on "Solving Redirecting Problem with Slugs (headers)"</title>
<link>http://bbpress.org/forums/topic/solving-redirecting-problem-with-slugs-headers#post-9308</link>
<pubDate>Wed, 25 Jul 2007 10:42:20 +0000</pubDate>
<dc:creator>WiseRemusKA</dc:creator>
<guid isPermaLink="false">9308@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I encountered with a problem saying that headers were already sent while using slugs with mod_rewrite rules shown in bbpress FAQ.&#60;/p&#62;
&#60;p&#62;And just to let people who was or will be up against this problem; i solved it changing the line 168 in bb-includes/pluggable.php&#60;/p&#62;
&#60;p&#62;Change the line with this code line :&#60;/p&#62;
&#60;p&#62;             `?&#38;gt;&#38;lt;script&#38;gt;location.href=&#34;&#38;lt;?=$location?&#38;gt;&#34;;&#60;br /&#62;
&#38;lt;/script&#38;gt;&#38;lt;?php`
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "My post form conflicts with normal bbpress post form"</title>
<link>http://bbpress.org/forums/topic/my-post-form-conflicts-with-normal-bbpress-post-form#post-2660</link>
<pubDate>Thu, 28 Dec 2006 15:39:03 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">2660@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hmmm... ok going to do a clean install on my test forum, perhaps another plugin is jamming...&#60;/p&#62;
&#60;p&#62;Thx&#60;/p&#62;
&#60;p&#62;Got it fixed, it was another plugin, fixed the error, thx again&#60;/p&#62;
&#60;p&#62;zip is removed
&#60;/p&#62;</description>
</item>
<item>
<title>thomasklaiber on "My post form conflicts with normal bbpress post form"</title>
<link>http://bbpress.org/forums/topic/my-post-form-conflicts-with-normal-bbpress-post-form#post-2659</link>
<pubDate>Thu, 28 Dec 2006 14:35:24 +0000</pubDate>
<dc:creator>thomasklaiber</dc:creator>
<guid isPermaLink="false">2659@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ehm ... donno where exactly should I get errors? &#60;/p&#62;
&#60;p&#62;I installed this file .. I can post ... I can login .. I can access the Portal-Configuration ... =)&#60;/p&#62;
&#60;p&#62;Everything seems to work for me.
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "My post form conflicts with normal bbpress post form"</title>
<link>http://bbpress.org/forums/topic/my-post-form-conflicts-with-normal-bbpress-post-form#post-2657</link>
<pubDate>Thu, 28 Dec 2006 12:36:02 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">2657@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Checked it, but that's not it. Also get this error when login in (same as when posting):&#60;br /&#62;
Warning: Cannot modify header information - headers already sent by (output started at /xxx/bbpress/my-plugins/bbPortal.php:2) in /xxx/bbpress/bb-includes/pluggable.php on line 39&#60;/p&#62;
&#60;p&#62;Any other ideas?&#60;/p&#62;
&#60;p&#62;Made a zip of the current plugin, just put it into your plugin folder. Now try to post a new post or anything and the error will occur. The new form in adminpage/content/bbportal works great. &#60;/p&#62;
&#60;p&#62;NOTE:&#60;br /&#62;
This is for testing ONLY. The plugin aint done yet or compleet!!!!&#60;br /&#62;
&#60;a href=&#34;http://www.sourceskins.com/bbPortal-BETA.zip&#34; rel=&#34;nofollow&#34;&#62;http://www.sourceskins.com/bbPortal-BETA.zip&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "My post form conflicts with normal bbpress post form"</title>
<link>http://bbpress.org/forums/topic/my-post-form-conflicts-with-normal-bbpress-post-form#post-2647</link>
<pubDate>Thu, 28 Dec 2006 00:23:33 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">2647@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That php error is usually caused by white space/blank lines before the &#60;code&#62;&#38;lt;?php&#60;/code&#62; or after the closing &#60;code&#62;?&#38;gt;&#60;/code&#62;.  I would check for that first.
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "My post form conflicts with normal bbpress post form"</title>
<link>http://bbpress.org/forums/topic/my-post-form-conflicts-with-normal-bbpress-post-form#post-2644</link>
<pubDate>Wed, 27 Dec 2006 22:19:46 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">2644@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;My plugin has a post form. It works all great, but seems to conlfict with every other post form from the forum. Only the form from my plugin works, all others (like posting a reply) will generate errors.&#60;/p&#62;
&#60;p&#62;If tried to resolve this by adding an hidden field:&#60;br /&#62;
&#38;lt;input type=&#34;hidden&#34; name=&#34;portalforum&#34; value=&#34;1&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;so this form is only used when value is 1:&#60;br /&#62;
&#60;code&#62;if ($_POST[&#38;#39;portalforum&#38;#39;] == 1)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This seems to resolve the problem, but ow i get another error:&#60;br /&#62;
Warning: Cannot modify header information - headers already sent by etc etc &#60;/p&#62;
&#60;p&#62;Any ideas of how to fix this? Or to only use the form when in the admin area?&#60;/p&#62;
&#60;p&#62;Thx
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Cannot modfy headers error"</title>
<link>http://bbpress.org/forums/topic/cannot-modfy-headers-error#post-1378</link>
<pubDate>Mon, 13 Nov 2006 19:35:29 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">1378@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's probably a &#34;white space&#34; issue.&#60;/p&#62;
&#60;p&#62;Make sure there are no spaces or tabs or new lines or &#60;em&#62;anything&#60;/em&#62; before the &#60;code&#62;&#38;lt;?php&#60;/code&#62; or after the &#60;code&#62;?&#38;gt;&#60;/code&#62; in bbPress' config.php file.
&#60;/p&#62;</description>
</item>
<item>
<title>KellyW on "Cannot modfy headers error"</title>
<link>http://bbpress.org/forums/topic/cannot-modfy-headers-error#post-1363</link>
<pubDate>Mon, 13 Nov 2006 13:45:46 +0000</pubDate>
<dc:creator>KellyW</dc:creator>
<guid isPermaLink="false">1363@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I installed the forums per the directions and used a sub-directory of Wordpress (will move to subdomain after I get it all figured out) .&#60;/p&#62;
&#60;p&#62;When I went to the install page I got the warnings:&#60;br /&#62;
Warning: Cannot modify header information - headers already sent by (output started at /home/content/B/l/u/BlueEyes61/html/info/forums/config.php:1) in /home/content/B/l/u/BlueEyes61/html/info/forums/bb-includes/pluggable.php on line 39&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/content/B/l/u/BlueEyes61/html/info/forums/config.php:1) in /home/content/B/l/u/BlueEyes61/html/info/forums/bb-includes/pluggable.php on line 39&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/content/B/l/u/BlueEyes61/html/info/forums/config.php:1) in /home/content/B/l/u/BlueEyes61/html/info/forums/bb-includes/pluggable.php on line 168&#60;/p&#62;
&#60;p&#62;Although I got it all installed when I try to login or logout I get these errors. I am using the integration plugin for WP as well. The forums are located at:&#60;br /&#62;
&#60;a href=&#34;http://www.mapzone.net/info/forums/&#34; rel=&#34;nofollow&#34;&#62;www.mapzone.net/info/forums/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I remember having this problem with XOOPS once but cant remember how I fixed it.
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Cache control while login"</title>
<link>http://bbpress.org/forums/topic/cache-control-while-login#post-759</link>
<pubDate>Sun, 29 Oct 2006 17:50:42 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">759@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What browser are you using?
&#60;/p&#62;</description>
</item>
<item>
<title>n0mer on "Cache control while login"</title>
<link>http://bbpress.org/forums/topic/cache-control-while-login#post-742</link>
<pubDate>Sun, 29 Oct 2006 03:37:39 +0000</pubDate>
<dc:creator>n0mer</dc:creator>
<guid isPermaLink="false">742@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello, folks!&#60;br /&#62;
Greeting from Ukraine :)&#60;/p&#62;
&#60;p&#62;Please consider cache control while log in, so we do not have to press &#34;Ctrl+F5&#34; after successful log in.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
