<?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: cannot modify header</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: cannot modify header</description>
<language>en</language>
<pubDate>Wed, 19 Nov 2008 02:19:25 +0000</pubDate>

<item>
<title>chrishajer on "intallation error and question"</title>
<link>http://bbpress.org/forums/topic/intallation-error-and-question#post-11317</link>
<pubDate>Sat, 06 Oct 2007 19:44:20 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11317@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Did you add anything related to cookies in your config.php or wp-config.php?  &#60;a href=&#34;http://trac.bbpress.org/browser/trunk/bb-includes/pluggable.php#L37&#34;&#62;Line 37 of pluggable.php&#60;/a&#62; deals with &#60;code&#62;cookiedomain&#60;/code&#62; so I am just wondering if you are doing anything with cookies at all, for that to error out like that.  The &#34;cannot modify header&#34; errors are coming because something printed an error that was unexpected.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "intallation error and question"</title>
<link>http://bbpress.org/forums/topic/intallation-error-and-question#post-11314</link>
<pubDate>Sat, 06 Oct 2007 14:51:34 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">11314@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Please copy huuuuuge swathes of code to &#60;a href=&#34;http://pastebin.ca&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.ca&#60;/a&#62; and link to them instead of filling the forum.&#60;/p&#62;
&#60;p&#62;wp_home and wp_siteurl are different in the same way that &#34;Wordpress address&#34; and &#34;blog address&#34; in your Options in WP-Admin are different. Check if you need to change that.
&#60;/p&#62;</description>
</item>
<item>
<title>kblog on "intallation error and question"</title>
<link>http://bbpress.org/forums/topic/intallation-error-and-question#post-11312</link>
<pubDate>Sat, 06 Oct 2007 13:07:23 +0000</pubDate>
<dc:creator>kblog</dc:creator>
<guid isPermaLink="false">11312@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just installed bbPress into the same database as my wordpress blog.  Now I get an error when trying to use it.&#60;br /&#62;
test blog: &#60;a href=&#34;http://www.kidoinfo.com/stage/&#34; rel=&#34;nofollow&#34;&#62;http://www.kidoinfo.com/stage/&#60;/a&#62;&#60;br /&#62;
forum:  &#60;a href=&#34;http://www.kidoinfo.com/stage/bulletinboard/&#34; rel=&#34;nofollow&#34;&#62;http://www.kidoinfo.com/stage/bulletinboard/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Maybe it's because I don't understand the difference in one of the setup parameters:&#60;/p&#62;
&#60;p&#62;&#34;If you’ve installed bbPress into a subdirectory of your WordPress installation, define $bb-&#38;gt;wp_home and $bb-&#38;gt;wp_siteurl as your WordPress blog address and WordPress address&#34;&#60;br /&#62;
-I think they have the same address:  &#60;a href=&#34;http://www.kidoinfo.com/stage/&#34; rel=&#34;nofollow&#34;&#62;http://www.kidoinfo.com/stage/&#60;/a&#62;&#60;br /&#62;
(not this is a test version of the site that is password protected)  NOTE: if it's not possible to troubleshoot this error because the test site is behind a password, let me know and I'll go ahead and put it in the public site, but I'd rather not until it's all set up.&#60;/p&#62;
&#60;p&#62;Here's the error I'm getting:&#60;br /&#62;
You can check the settings in wp-config.php and see if they're the same.&#60;br /&#62;
Warning: Cannot modify header information - headers already sent by (output started at /home/kidoinfo/public_html/stage/bulletinboard/config.php:1) in /home/kidoinfo/public_html/stage/bulletinboard/bb-includes/pluggable.php on line 37&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/kidoinfo/public_html/stage/bulletinboard/config.php:1) in /home/kidoinfo/public_html/stage/bulletinboard/bb-includes/pluggable.php on line 37&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/kidoinfo/public_html/stage/bulletinboard/config.php:1) in /home/kidoinfo/public_html/stage/bulletinboard/bb-includes/pluggable.php on line 164&#60;/p&#62;
&#60;p&#62;and here's the config info for Wordpress blog and for bbpress:&#60;/p&#62;
&#60;p&#62;Wordpress:&#60;br /&#62;
wp-config.php&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
// ** MySQL settings ** //&#60;br /&#62;
define('DB_NAME', 'kidoinfo_wrdp3');    // The name of the database&#60;br /&#62;
define('DB_USER', 'kidoinfo_wrdp3');     // Your MySQL username&#60;br /&#62;
define('DB_PASSWORD', 'xxxxxxxxxxxx); // ...and password&#60;br /&#62;
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value&#60;br /&#62;
// define('DB_CHARSET', 'utf8');&#60;br /&#62;
// define('DB_COLLATE', '');&#60;/p&#62;
&#60;p&#62;// You can have multiple installations in one database if you give each a unique prefix&#60;br /&#62;
$table_prefix  = 'wp_';   // Only numbers, letters, and underscores please!&#60;/p&#62;
&#60;p&#62;// Change this to localize WordPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to wp-content/languages.&#60;br /&#62;
// For example, install de.mo to wp-content/languages and set WPLANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define ('WPLANG', '');&#60;/p&#62;
&#60;p&#62;bbPress:&#60;br /&#62;
config.php&#60;/p&#62;
&#60;p&#62;You can check the settings in wp-config.php and see if they're the same.&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// ** MySQL settings ** //&#60;br /&#62;
define('BBDB_NAME', 'kidoinfo_wrdp3');      // The name of the database&#60;br /&#62;
define('BBDB_USER', 'kidoinfo_wrdp3');     // Your MySQL username&#60;br /&#62;
define('BBDB_PASSWORD', 'xxxxxxxxxxxx'); // ...and password&#60;br /&#62;
define('BBDB_HOST', 'localhost');    // 99% chance you won't need to change these last few&#60;/p&#62;
&#60;p&#62;define('BBDB_CHARSET', 'utf8');      // If you are *upgrading*, and your old config.php does&#60;br /&#62;
define('BBDB_COLLATE', '');          // not have these two contstants in them, DO NOT define them&#60;br /&#62;
                                     // If you are installing for the first time, leave them here&#60;/p&#62;
&#60;p&#62;// Change the prefix if you want to have multiple forums in a single database.&#60;br /&#62;
$bb_table_prefix = 'bb_'; // Only letters, numbers and underscores please!&#60;/p&#62;
&#60;p&#62;// The full URL of your bbPress install&#60;br /&#62;
$bb-&#38;gt;uri = 'http://www.kidoinfo.com/stage/bulletinboard/';&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name = 'Kidoinfo Bulletin Board';&#60;/p&#62;
&#60;p&#62;// This must be set before you run the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = 'douglas.itkin@gmail.com';&#60;/p&#62;
&#60;p&#62;// Set to true if you want pretty permalinks, set to 'slugs' if you want to use slug based pretty permalinks.&#60;br /&#62;
$bb-&#38;gt;mod_rewrite = 'slugs';&#60;/p&#62;
&#60;p&#62;// The number of topics that show on each page.&#60;br /&#62;
$bb-&#38;gt;page_topics = 30;&#60;/p&#62;
&#60;p&#62;// A user can edit a post for this many minutes after submitting.&#60;br /&#62;
$bb-&#38;gt;edit_lock = 60;&#60;/p&#62;
&#60;p&#62;// Your timezone offset.  Example: -7 for Pacific Daylight Time.&#60;br /&#62;
$bb-&#38;gt;gmt_offset = -5;&#60;/p&#62;
&#60;p&#62;// Change this to localize bbPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to bb-includes/languages.&#60;br /&#62;
// For example, install de.mo to bb-includes/languages and set BBLANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define('BBLANG', '');&#60;/p&#62;
&#60;p&#62;// Your Akismet Key.  You do not need a key to run bbPress, but if you want to take advantage&#60;br /&#62;
// of Akismet's powerful spam blocking, you'll need one.  You can get an Akismet key at&#60;br /&#62;
// &#60;a href=&#34;http://wordpress.com/api-keys/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.com/api-keys/&#60;/a&#62;&#60;br /&#62;
$bb-&#38;gt;akismet_key = 'xxxxxxxxxxxx'; // Example: '0123456789ab'&#60;/p&#62;
&#60;p&#62;// The rest is only useful if you are integrating bbPress with WordPress.&#60;br /&#62;
// If you're not, just leave it as it is.&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';&#60;br /&#62;
$bb-&#38;gt;wp_home = 'http://www.kidoinfo.com/stage/';  // WordPress - Options-&#38;gt;General: Blog address (URL) // Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://www.kidoinfo.com/stage/';  // WordPress - Options-&#38;gt;General: WordPress address (URL) // Example: 'http://example.com'&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#62;if ( !defined('BBPATH') )&#60;br /&#62;
	define('BBPATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BBPATH . 'bb-settings.php' );&#60;/p&#62;
&#60;p&#62;Thanks in advance for any assistance people can provide.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Install problem 0.8.2.1"</title>
<link>http://bbpress.org/forums/topic/install-problem-0821#post-10564</link>
<pubDate>Wed, 29 Aug 2007 00:02:05 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">10564@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Usually that is from white space at the end of a file you edited.  There should be no blank lines or whitespace after the closing ?&#38;gt; in the config.php.  Is that the problem?  &#60;/p&#62;
&#60;p&#62;Also, in your pasted config, there is no &#38;lt;?php - in the real file there is?&#60;/p&#62;
&#60;p&#62;And, when you edited out the password, you accidentally removed the closing quote, right?  In the real config.php the password is enclosed in single quotes?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;BBDB_PASSWORD&#38;#39;, &#38;#39;pwpw);
                             ^&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>burke on "Install problem 0.8.2.1"</title>
<link>http://bbpress.org/forums/topic/install-problem-0821#post-10560</link>
<pubDate>Tue, 28 Aug 2007 19:39:23 +0000</pubDate>
<dc:creator>burke</dc:creator>
<guid isPermaLink="false">10560@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;On install and trying to log in, the following warnings show up:&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /homepages/29/d160486511/htdocs/forum01/config.php:60) in /homepages/29/d160486511/htdocs/forum01/bb-admin/install.php on line 10&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /homepages/29/d160486511/htdocs/forum01/config.php:60) in /homepages/29/d160486511/htdocs/forum01/bb-includes/functions.php on line 1833&#60;/p&#62;
&#60;p&#62;Tried clearing out the DB and reinstalling, to no avail. Any help is appreciated.&#60;/p&#62;
&#60;p&#62;config.php:&#60;/p&#62;
&#60;p&#62;// ** MySQL settings ** //&#60;br /&#62;
define('BBDB_NAME', 'xxx');      // The name of the database&#60;br /&#62;
define('BBDB_USER', 'xxx');     // Your MySQL username&#60;br /&#62;
define('BBDB_PASSWORD', 'pwpw); // ...and password&#60;br /&#62;
define('BBDB_HOST', 'host');    // 99% chance you won't need to change this value&#60;/p&#62;
&#60;p&#62;// Change the prefix if you want to have multiple forums in a single database.&#60;br /&#62;
$bb_table_prefix = 'bb_'; // Only letters, numbers and underscores please!&#60;/p&#62;
&#60;p&#62;// The full URL of your bbPress install&#60;br /&#62;
$bb-&#38;gt;uri = 'http://aicetoo.org/forum01/';&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name = 'Committee';&#60;/p&#62;
&#60;p&#62;// This must be set before you run the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = 'burke@aice.org';&#60;/p&#62;
&#60;p&#62;// Set to true if you want pretty permalinks, set to 'slugs' if you want to use slug based pretty permalinks.&#60;br /&#62;
$bb-&#38;gt;mod_rewrite = false;&#60;/p&#62;
&#60;p&#62;// The number of topics that show on each page.&#60;br /&#62;
$bb-&#38;gt;page_topics = 30;&#60;/p&#62;
&#60;p&#62;// A user can edit a post for this many minutes after submitting.&#60;br /&#62;
$bb-&#38;gt;edit_lock = 60;&#60;/p&#62;
&#60;p&#62;// Your timezone offset.  Example: -7 for Pacific Daylight Time.&#60;br /&#62;
$bb-&#38;gt;gmt_offset = -4;&#60;/p&#62;
&#60;p&#62;// Change this to localize bbPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to bb-includes/languages.&#60;br /&#62;
// For example, install de.mo to bb-includes/languages and set BBLANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define('BBLANG', '');&#60;/p&#62;
&#60;p&#62;// Your Akismet Key.  You do not need a key to run bbPress, but if you want to take advantage&#60;br /&#62;
// of Akismet's powerful spam blocking, you'll need one.  You can get an Akismet key at&#60;br /&#62;
// &#60;a href=&#34;http://wordpress.com/api-keys/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.com/api-keys/&#60;/a&#62;&#60;br /&#62;
$bb-&#38;gt;akismet_key = ''; // Example: '0123456789ab'&#60;/p&#62;
&#60;p&#62;// The rest is only useful if you are integrating bbPress with WordPress.&#60;br /&#62;
// If you're not, just leave it as it is.&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_table_prefix = '';  // WordPress table prefix.  Example: 'wp_';&#60;br /&#62;
$bb-&#38;gt;wp_home = '';  // WordPress - Options-&#38;gt;General: Blog address (URL) // Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = '';  // WordPress - Options-&#38;gt;General: WordPress address (URL) // Example: 'http://example.com'&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#62;if ( !defined('BBPATH') )&#60;br /&#62;
	define('BBPATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BBPATH . 'bb-settings.php' );&#60;/p&#62;
&#60;p&#62;?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "MySQL error on logout one time only"</title>
<link>http://bbpress.org/forums/topic/mysql-error-on-logout-one-time-only#post-3291</link>
<pubDate>Thu, 18 Jan 2007 03:35:50 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3291@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This just happened again and I know why it happened now.   This was with Firefox 2.0.0.1 on XP and Linux (I was able to reproduce it.)  Open two windows or two tabs, with your forum loaded.  Log out in one tab.  Go the the other tab, now try to log out again (since, without a refresh, it still says you're logged in, but you're really not.)  That's when this error occurs.&#60;/p&#62;
&#60;p&#62;You can also create it by entered this in your address bar when you are not logged into the forum. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.mysite.org/forum/bb-login.php?logout&#34; rel=&#34;nofollow&#34;&#62;http://www.mysite.org/forum/bb-login.php?logout&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The first part, not being dumb, I can see, but with this &#34;specially crafted URL&#34; (ha ha) it should not error.  The software should check if you're logged in before attempting to log you out.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "MySQL error on logout one time only"</title>
<link>http://bbpress.org/forums/topic/mysql-error-on-logout-one-time-only#post-2679</link>
<pubDate>Fri, 29 Dec 2006 14:24:24 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">2679@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am recording this here only so that I don't lose the information.  My forum has been running for about a month and I have never had an issue logging out.  Today only, one time, I logged out and got this error:&#60;/p&#62;
&#60;p&#62;&#60;code&#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 &#38;#39;LIMIT 1&#38;#39; at line 1]&#60;br /&#62;
SELECT * FROM bbpress_online WHERE user_id = LIMIT 1&#60;br /&#62;
Warning: Cannot modify header information - headers already sent by (output started at /htdocs/riverside/forum/bb-includes/db-mysqli.php:147) in /htdocs/riverside/forum/bb-includes/pluggable.php on line 168&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This the the URL from the address bar:&#60;br /&#62;
&#60;code&#62;&#60;a href=&#34;http://www.example.com/forum/bb-login.php?logout&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/forum/bb-login.php?logout&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I've never had that before and I cannot reproduce it.  It happened only once and is now fine.  I had not edited any files in the past couple of days or added any new plugins.  The only thing possibly related is I upgraded from Firefox 1.5.0.x to 2.0.0.1 yesterday, and this was the first time logging out on this computer with that browser (Windows XP if it matters.)   Maybe that's somehow related?
&#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>

</channel>
</rss>
