<?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: getmypid</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: getmypid</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 00:11:07 +0000</pubDate>

<item>
<title>goranlin on "Cannot create forum"</title>
<link>http://bbpress.org/forums/topic/cannot-create-forum#post-17534</link>
<pubDate>Tue, 22 Jul 2008 19:39:43 +0000</pubDate>
<dc:creator>goranlin</dc:creator>
<guid isPermaLink="false">17534@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thank you very much chrishajer! It worked and I now have a forum on &#60;a href=&#34;http://www.enkelwebbplats.se/forum&#34; rel=&#34;nofollow&#34;&#62;http://www.enkelwebbplats.se/forum&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am writing a little book in Swedish on how to start a website with WordPress and include bbPress for a discussion forum. The major fault with bbPress is now that is does not work to use Swedish names with diacritic characters like my own, Göran. I have asked for help in this forum before but no solution seems to exist. Strange since many other languages also use such characters and most people are somewhat offended if they cannot use their name if they want. All suggestions how to solve this problem is highly appreciated!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Cannot create forum"</title>
<link>http://bbpress.org/forums/topic/cannot-create-forum#post-17530</link>
<pubDate>Tue, 22 Jul 2008 16:07:31 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17530@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Try this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$this-&#38;gt;random_state = microtime() . uniqid(rand(), true);&#60;/code&#62;&#60;br /&#62;
&#38;nbsp;&#60;br /&#62;
The warning is telling you the uniqid needs at least one parameter, so you should give it one.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://us2.php.net/uniqid&#34; rel=&#34;nofollow&#34;&#62;http://us2.php.net/uniqid&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>goranlin on "Cannot create forum"</title>
<link>http://bbpress.org/forums/topic/cannot-create-forum#post-17525</link>
<pubDate>Tue, 22 Jul 2008 15:51:09 +0000</pubDate>
<dc:creator>goranlin</dc:creator>
<guid isPermaLink="false">17525@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I changed line 42 into&#60;br /&#62;
		$this-&#38;gt;random_state = microtime() . uniqid();&#60;br /&#62;
but now get this warning:&#60;br /&#62;
Warning: uniqid() expects at least 1 parameter, 0 given in /data/members/paid/e/n/enkelwebbplats.se/htdocs/www/forum/bb-includes/class-phpass.php on line 43&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /data/members/paid/e/n/enkelwebbplats.se/htdocs/www/forum/bb-includes/class-phpass.php:43) in /data/members/paid/e/n/enkelwebbplats.se/htdocs/www/forum/bb-includes/pluggable.php on line 188&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /data/members/paid/e/n/enkelwebbplats.se/htdocs/www/forum/bb-includes/class-phpass.php:43) in /data/members/paid/e/n/enkelwebbplats.se/htdocs/www/forum/bb-includes/pluggable.php on line 228&#60;/p&#62;
&#60;p&#62;I am still not getting it working! Please help!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Cannot create forum"</title>
<link>http://bbpress.org/forums/topic/cannot-create-forum#post-17522</link>
<pubDate>Tue, 22 Jul 2008 15:08:02 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17522@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This was discovered by someone else here:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/getmypid-often-disabled-on-shared-hosting-systems&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/getmypid-often-disabled-on-shared-hosting-systems&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Apparently getmypid is disabled on some hosts for security and your host may have turned it on suddenly or after an automated upgrade.
&#60;/p&#62;</description>
</item>
<item>
<title>goranlin on "Cannot create forum"</title>
<link>http://bbpress.org/forums/topic/cannot-create-forum#post-17520</link>
<pubDate>Tue, 22 Jul 2008 14:39:52 +0000</pubDate>
<dc:creator>goranlin</dc:creator>
<guid isPermaLink="false">17520@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am trying to create a forum but get several warning messages. When creating the forum:&#60;/p&#62;
&#60;p&#62;Warning: getmypid() has been disabled for security reasons in /data/members/paid/e/n/enkelwebbplats.se/htdocs/www/forum/bb-includes/class-phpass.php on line 43&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /data/members/paid/e/n/enkelwebbplats.se/htdocs/www/forum/bb-includes/class-phpass.php:43) in /data/members/paid/e/n/enkelwebbplats.se/htdocs/www/forum/bb-includes/functions.php on line 2258&#60;/p&#62;
&#60;p&#62;The forum was created but I cannot log in. When attempting to log in:&#60;/p&#62;
&#60;p&#62;Warning: getmypid() has been disabled for security reasons in /data/members/paid/e/n/enkelwebbplats.se/htdocs/www/forum/bb-includes/class-phpass.php on line 43&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /data/members/paid/e/n/enkelwebbplats.se/htdocs/www/forum/bb-includes/class-phpass.php:43) in /data/members/paid/e/n/enkelwebbplats.se/htdocs/www/forum/bb-includes/pluggable.php on line 188&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /data/members/paid/e/n/enkelwebbplats.se/htdocs/www/forum/bb-includes/class-phpass.php:43) in /data/members/paid/e/n/enkelwebbplats.se/htdocs/www/forum/bb-includes/pluggable.php on line 228&#60;/p&#62;
&#60;p&#62;I have succesfully created a forum at the smae host earlier. I erased all database tables and all bbP-files and started fresh. But no success.&#60;/p&#62;
&#60;p&#62;I do not understand what is happening. Please help!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "getmypid() - often disabled on shared hosting systems"</title>
<link>http://bbpress.org/forums/topic/getmypid-often-disabled-on-shared-hosting-systems#post-17345</link>
<pubDate>Wed, 16 Jul 2008 18:40:39 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17345@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You can create a new ticket after logging in here:&#60;br /&#62;
&#60;a href=&#34;http://trac.bbpress.org/&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>i_xiter on "getmypid() - often disabled on shared hosting systems"</title>
<link>http://bbpress.org/forums/topic/getmypid-often-disabled-on-shared-hosting-systems#post-17336</link>
<pubDate>Wed, 16 Jul 2008 04:47:29 +0000</pubDate>
<dc:creator>i_xiter</dc:creator>
<guid isPermaLink="false">17336@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sorry, I dont know about the TRAC thing. Just explain and i will stick it up there.&#60;br /&#62;
BTW .. isnt there a PM system within bbpress ?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "getmypid() - often disabled on shared hosting systems"</title>
<link>http://bbpress.org/forums/topic/getmypid-often-disabled-on-shared-hosting-systems#post-17335</link>
<pubDate>Wed, 16 Jul 2008 04:05:44 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17335@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh wow I wonder when they slipped that in. Good find.&#60;br /&#62;
I bet it's just copied from the WordPress code.&#60;/p&#62;
&#60;p&#62;If you know how, you might want to stick that into TRAC (and if you have the time, check WordPress and it's TRAC too)
&#60;/p&#62;</description>
</item>
<item>
<title>i_xiter on "getmypid() - often disabled on shared hosting systems"</title>
<link>http://bbpress.org/forums/topic/getmypid-often-disabled-on-shared-hosting-systems#post-17333</link>
<pubDate>Wed, 16 Jul 2008 03:21:13 +0000</pubDate>
<dc:creator>i_xiter</dc:creator>
<guid isPermaLink="false">17333@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;In bb-includes/class-phpass.php on line 43, bbpress uses getmypid() to create the randomstate for password hashes.&#60;br /&#62;
On shared hosting systems, getmypid() is disabled very often.&#60;br /&#62;
I  replaced it with uniqid(), and bbpress didnt throw the WARNING anymore.&#60;br /&#62;
getmypid() does not return a unique value in all cases. Especiall when PHP is running as an apache module in shared hosting sytems. Also for this reason its much better to use uniqid().&#60;br /&#62;
uniqid() gives a 13 digits value. uniqid('', true) even 23 digits. I think this should be good enough for the randomstate. ;)&#60;/p&#62;
&#60;p&#62;Please consider to use uniqid() in future versions of bbpress.&#60;/p&#62;
&#60;p&#62;thx for your attention&#60;br /&#62;
ix
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Cannot integrate with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-with-wp#post-17101</link>
<pubDate>Mon, 07 Jul 2008 00:01:43 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17101@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The getmypid function being disabled has been discussed before.  Since it's used to generate a random state, you can safely remove (I think) that function call and still be able to continue.  You just lose the pid being concatenated with the other number when generating the random state.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/error-forum#post-16234&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/error-forum#post-16234&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>goranlin on "Cannot integrate with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-with-wp#post-17098</link>
<pubDate>Sun, 06 Jul 2008 21:26:54 +0000</pubDate>
<dc:creator>goranlin</dc:creator>
<guid isPermaLink="false">17098@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Did my attempt to integrate WP and bbP change my WP-tables in the database?  &#60;/p&#62;
&#60;p&#62;I tried unsuccessfully to install bbPress again but got the same warning. Now I deleted all tables from my database, both WP and bbP and deleted all program files also. I will make a new try tomorrow but without any attempt to integration. I will install WP and import posts from the exportfile I made before deleting the database.&#60;/p&#62;
&#60;p&#62;Any other suggestions?
&#60;/p&#62;</description>
</item>
<item>
<title>goranlin on "Cannot integrate with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-with-wp#post-17096</link>
<pubDate>Sun, 06 Jul 2008 20:00:21 +0000</pubDate>
<dc:creator>goranlin</dc:creator>
<guid isPermaLink="false">17096@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is getting to complicated for me. I have given up trying to integrate WP and bbPress.  But I still want to try get them look similar. So I deleted my bbPress-tables from the database and deleted all the bbPress-files and started new. &#60;/p&#62;
&#60;p&#62;But got new problems, when the installation was made I got a warning:&#60;br /&#62;
Warning: getmypid() has been disabled for security reasons in /data/members/paid/e/n/enkelwebbplats.se/htdocs/www/forum/bb-includes/class-phpass.php on line 43&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /data/members/paid/e/n/enkelwebbplats.se/htdocs/www/forum/bb-includes/class-phpass.php:43) in /data/members/paid/e/n/enkelwebbplats.se/htdocs/www/forum/bb-includes/functions.php on line 2258&#60;/p&#62;
&#60;p&#62;I only understand that this relates to passwords and when I tried to log I could not and got a not exact but similar warning and could not log in. I tried to register but the password I was given did not work.&#60;/p&#62;
&#60;p&#62;I am getting frustrated. Now I cannot create a non-integrated forum. Please, please help!!!
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Cannot integrate with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-with-wp#post-17095</link>
<pubDate>Sun, 06 Jul 2008 19:36:56 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">17095@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Read this thread...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/php_e-issue&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/php_e-issue&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>goranlin on "Cannot integrate with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-with-wp#post-17094</link>
<pubDate>Sun, 06 Jul 2008 19:19:42 +0000</pubDate>
<dc:creator>goranlin</dc:creator>
<guid isPermaLink="false">17094@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yes, I have a language file. As I wrote in my first post:&#34;I specified&#60;br /&#62;
define('BB_LANG', 'sv_SE.mo');&#60;/p&#62;
&#60;p&#62;in the config.php and included sv_SE.mo in a folder called languages in bb-includes&#34;&#60;/p&#62;
&#60;p&#62;And I have a language file for WP to. But I do not understand what you mean by merging them?
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Cannot integrate with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-with-wp#post-17092</link>
<pubDate>Sun, 06 Jul 2008 17:19:49 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">17092@http://bbpress.org/forums/</guid>
<description>&#60;pre&#62;&#60;code&#62;define(&#38;#39;BB_LANG&#38;#39;, &#38;#39;sv_SE.mo&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;.&#60;br /&#62;
I just realised that you may not have a language file for bbPress installed at all. bbPress does not come with any language files by default. You need to download them separately and follow the instructions in the bb-config.php file about where to put them.&#60;/p&#62;
&#60;p&#62;The language file you are after should be here...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://svn.automattic.com/bbpress-i18n/sv_SE/trunk/&#34; rel=&#34;nofollow&#34;&#62;http://svn.automattic.com/bbpress-i18n/sv_SE/trunk/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>goranlin on "Cannot integrate with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-with-wp#post-17090</link>
<pubDate>Sun, 06 Jul 2008 12:17:58 +0000</pubDate>
<dc:creator>goranlin</dc:creator>
<guid isPermaLink="false">17090@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thank you for answering! I am afraid I do not understand what you are writing. I do not think I am loading (I am not quite sure what that means) WP into bbP, I just want to integrate in such a way that a reader do not have to login twice to comment on the we site and also in the forum. So my plan is to change the look (skin) of bbPress to be like my WP. I understand this is better from a performance view.&#60;/p&#62;
&#60;p&#62;I do not understand what merging of the language files means and how to do it. Please elaborate!&#60;/p&#62;
&#60;p&#62;My aim is to make my forum look like my web site. I succeded to a small degree by creating a header that is the same as for my web site. Unfortunately it meant that the layout of the forum changed in a way I do not know how to fix. At &#60;a href=&#34;http://www.goranlindgren.se/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.goranlindgren.se/forum/&#60;/a&#62;  you can see how far I came. The header is ok but the rest of the page got changed in unexpected ways. My plan was to use the header but have the forum look more like another forum I have at &#60;a href=&#34;http://www.32astolf.se/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.32astolf.se/forum/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Advice on how to proceed is most welcome!&#60;/p&#62;
&#60;p&#62;There are a few other bbPress installtions in Swedish but they also cannot handle Swedish names. There must be many other languages with non-English characters. How do they handle it?
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Cannot integrate with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-with-wp#post-17087</link>
<pubDate>Sun, 06 Jul 2008 11:02:45 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">17087@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Are you loading WordPress inside bbPress? If so the textdomain does not get loaded due to the fact that it is called &#34;default&#34; like the WordPress one.&#60;/p&#62;
&#60;p&#62;If you merge the language files of WordPress and bbPress and load it in WordPress it should work.
&#60;/p&#62;</description>
</item>
<item>
<title>goranlin on "Cannot integrate with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-with-wp#post-17074</link>
<pubDate>Sat, 05 Jul 2008 21:57:49 +0000</pubDate>
<dc:creator>goranlin</dc:creator>
<guid isPermaLink="false">17074@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I tried to integrete a new forum with a new web site. Got a message saying:&#60;br /&#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 Forum could not be created!&#60;/p&#62;
&#60;p&#62;I tries again but without integration. Now it seemed to work but it is all in English even though I specified&#60;br /&#62;
define('BB_LANG', 'sv_SE.mo');&#60;/p&#62;
&#60;p&#62;in the config.php and included  sv_SE.mo in a folder called languages in bb-includes&#60;/p&#62;
&#60;p&#62;The problem might be that my nice name Göran includes a character with a diacritic sign which this English-centered programme cannot handle?&#60;/p&#62;
&#60;p&#62;Should I delete the bb-tables from my database and install again or has my wp-tables also been affected by my attempt to integrate?&#60;/p&#62;
&#60;p&#62;Please help!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Error - Forum"</title>
<link>http://bbpress.org/forums/topic/error-forum#post-16299</link>
<pubDate>Sun, 18 May 2008 07:06:49 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16299@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;tiagobigode: what did you do to fix the problem?  Please post the solution here so others may learn from your experience.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>tiagobigode on "Error - Forum"</title>
<link>http://bbpress.org/forums/topic/error-forum#post-16291</link>
<pubDate>Sat, 17 May 2008 19:19:45 +0000</pubDate>
<dc:creator>tiagobigode</dc:creator>
<guid isPermaLink="false">16291@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;tks
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Error - Forum"</title>
<link>http://bbpress.org/forums/topic/error-forum#post-16251</link>
<pubDate>Thu, 15 May 2008 03:25:53 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16251@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Those &#60;a href=&#34;mailto:b@stards!&#34;&#62;b@stards!&#60;/a&#62;  (the hosts, not Google.)
&#60;/p&#62;</description>
</item>
<item>
<title>bobbyh on "Error - Forum"</title>
<link>http://bbpress.org/forums/topic/error-forum#post-16237</link>
<pubDate>Wed, 14 May 2008 19:44:01 +0000</pubDate>
<dc:creator>bobbyh</dc:creator>
<guid isPermaLink="false">16237@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Chris, you're totally right about phpinfo and this should work. If that doesn't work, it's probably because Google says that the hosts that disable default PHP functions also disable phpinfo.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Error - Forum"</title>
<link>http://bbpress.org/forums/topic/error-forum#post-16234</link>
<pubDate>Wed, 14 May 2008 17:35:51 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16234@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You can create a file called info.php and put this into it:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
phpinfo();
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#38;nbsp;&#60;br /&#62;
Then access that at &#60;a href=&#34;http://www.example.com/bbpress/info.php&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/bbpress/info.php&#60;/a&#62; and see if the getmypid function is disabled (just search that page for getmypid.) If it is, I imagine you can just remove that bit from class-phpass.php line 43.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$this-&#38;gt;random_state = microtime() . getmypid();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;In this instance, getmypid() just returns the pid of the process that called it and that is concatenated with microtime to provide a random number.  You can use something else there and be fine, &#60;strong&#62;I think&#60;/strong&#62;.  Or, ask your host to enable it if it's disabled.
&#60;/p&#62;</description>
</item>
<item>
<title>bobbyh on "Error - Forum"</title>
<link>http://bbpress.org/forums/topic/error-forum#post-16227</link>
<pubDate>Wed, 14 May 2008 11:15:55 +0000</pubDate>
<dc:creator>bobbyh</dc:creator>
<guid isPermaLink="false">16227@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It looks like your host has disabled several PHP functions that are required by bbPress. Who is your host? You can try contacting them and asking what functions they've disabled.&#60;/p&#62;
&#60;p&#62;Alternatively, maybe you're running under PHP safe mode? If so, try turning safe mode off. This scenario seems more likely to me...
&#60;/p&#62;</description>
</item>
<item>
<title>tiagobigode on "Error - Forum"</title>
<link>http://bbpress.org/forums/topic/error-forum#post-16219</link>
<pubDate>Tue, 13 May 2008 23:24:38 +0000</pubDate>
<dc:creator>tiagobigode</dc:creator>
<guid isPermaLink="false">16219@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;By installing the forum (bbPress) and access to the loguin created this with the error message:&#60;/p&#62;
&#60;p&#62;Warning: getmypid() has been disabled for security reasons in /home/g29890/public_html/******/forum/bb-includes/class-phpass.php on line 43&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/g29890/public_html/tiagobigode/forum/bb-includes/class-phpass.php:43) in /home/g29890/public_html/*******/forum/bb-includes/pluggable.php on line 188&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/g29890/public_html/tiagobigode/forum/bb-includes/class-phpass.php:43) in /home/g29890/public_html/********/forum/bb-includes/pluggable.php on line 228&#60;/p&#62;
&#60;p&#62;someone might help me?&#60;/p&#62;
&#60;p&#62;Thank now
&#60;/p&#62;</description>
</item>

</channel>
</rss>
