<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WPMU DEV Community &#187; Topic: Intermittent warnings when updating posts.</title>
		<link>http://premium.wpmudev.org/forums/topic/intermittent-warnings-when-updating-posts</link>
		<description>WPMU DEV Community &#187; Topic: Intermittent warnings when updating posts.</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 04:28:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
		<atom:link href="http://premium.wpmudev.org/forums/rss/topic/intermittent-warnings-when-updating-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>catholicservant on "Intermittent warnings when updating posts."</title>
			<link>http://premium.wpmudev.org/forums/topic/intermittent-warnings-when-updating-posts#post-27015</link>
			<pubDate>Tue, 09 Feb 2010 13:00:14 +0000</pubDate>
			<dc:creator>catholicservant</dc:creator>
			<guid isPermaLink="false">27015@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Yep...these posts had a changed post author. Good catch.
</p>]]></description>
		</item>
		<item>
			<title>Aaron on "Intermittent warnings when updating posts."</title>
			<link>http://premium.wpmudev.org/forums/topic/intermittent-warnings-when-updating-posts#post-27005</link>
			<pubDate>Tue, 09 Feb 2010 06:57:05 +0000</pubDate>
			<dc:creator>Aaron</dc:creator>
			<guid isPermaLink="false">27005@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Looks like a BP bug:</p>
<blockquote><p>/* If the post author has changed, delete the post and re-add it. */<br />
		} else if ( (int)$existing_post-&#62;user_id != (int)$post-&#62;post_author ) {<br />
			// Delete the existing recorded post<br />
			bp_blogs_remove_post( $post_id, $blog_id, $existing_post );</p>
<p>			// Re-record the post with the new author.<br />
			bp_blogs_record_post( $post_id );<br />
		}</p></blockquote>
<p>Will only happen if you are changing the post author. A missing argument for bp_blogs_record_post( $post_id ); Better submit to trac if not fixed already in 1.2.
</p>]]></description>
		</item>
		<item>
			<title>Andrew on "Intermittent warnings when updating posts."</title>
			<link>http://premium.wpmudev.org/forums/topic/intermittent-warnings-when-updating-posts#post-27003</link>
			<pubDate>Tue, 09 Feb 2010 05:44:39 +0000</pubDate>
			<dc:creator>Andrew</dc:creator>
			<guid isPermaLink="false">27003@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Temporary rename mu-plugins just to make sure it's not a plugin causing the problem.</p>
<p>Thanks,<br />
Andrew
</p>]]></description>
		</item>
		<item>
			<title>catholicservant on "Intermittent warnings when updating posts."</title>
			<link>http://premium.wpmudev.org/forums/topic/intermittent-warnings-when-updating-posts#post-27002</link>
			<pubDate>Tue, 09 Feb 2010 05:43:08 +0000</pubDate>
			<dc:creator>catholicservant</dc:creator>
			<guid isPermaLink="false">27002@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Yep...a few...<br />
anti-splog<br />
global-footer-content<br />
signup-code<br />
update-notifications
</p>]]></description>
		</item>
		<item>
			<title>Andrew on "Intermittent warnings when updating posts."</title>
			<link>http://premium.wpmudev.org/forums/topic/intermittent-warnings-when-updating-posts#post-27001</link>
			<pubDate>Tue, 09 Feb 2010 05:36:41 +0000</pubDate>
			<dc:creator>Andrew</dc:creator>
			<guid isPermaLink="false">27001@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hmm, that shouldn't be a problem with WPMU 2.9.x.</p>
<p>Do you have any plugins in mu-plugins?</p>
<p>Thanks,<br />
Andrew
</p>]]></description>
		</item>
		<item>
			<title>catholicservant on "Intermittent warnings when updating posts."</title>
			<link>http://premium.wpmudev.org/forums/topic/intermittent-warnings-when-updating-posts#post-27000</link>
			<pubDate>Tue, 09 Feb 2010 05:30:08 +0000</pubDate>
			<dc:creator>catholicservant</dc:creator>
			<guid isPermaLink="false">27000@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Sorry...didn't mention that...</p>
<p>BP 1.1.3
</p>]]></description>
		</item>
		<item>
			<title>Andrew on "Intermittent warnings when updating posts."</title>
			<link>http://premium.wpmudev.org/forums/topic/intermittent-warnings-when-updating-posts#post-26996</link>
			<pubDate>Tue, 09 Feb 2010 05:09:17 +0000</pubDate>
			<dc:creator>Andrew</dc:creator>
			<guid isPermaLink="false">26996@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hiya,</p>
<p>Which version of BuddyPress are you running?</p>
<p>Thanks,<br />
Andrew
</p>]]></description>
		</item>
		<item>
			<title>catholicservant on "Intermittent warnings when updating posts."</title>
			<link>http://premium.wpmudev.org/forums/topic/intermittent-warnings-when-updating-posts#post-26989</link>
			<pubDate>Tue, 09 Feb 2010 03:47:33 +0000</pubDate>
			<dc:creator>catholicservant</dc:creator>
			<guid isPermaLink="false">26989@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hello,<br />
<em>Stumped on this one...</em></p>
<p>Brand new site, built today and getting warnings when updating/saving existing posts. Not EVERY time though...strange...but I have confirmed it happens on any post.</p>
<p><code>Warning: Missing argument 2 for bp_blogs_record_post(), called in /home/meningod/public_html/wp-content/plugins/buddypress/bp-blogs.php on line 409 and defined in /home/meningod/public_html/wp-content/plugins/buddypress/bp-blogs.php on line 346</p>
<p>Warning: Cannot modify header information - headers already sent by (output started at /home/meningod/public_html/wp-content/plugins/buddypress/bp-blogs.php:346) in /home/meningod/public_html/wp-includes/pluggable.php on line 868</code></p>
<p><strong>More Details:</p>
<p>WPMU - 2.9.1.1<br />
Theme - Business (but reproduced with Buddypress default)<br />
All plugins de-activated<br />
Site - <a href="http://www.meningodsimage.com" rel="nofollow">http://www.meningodsimage.com</a></strong></p>
<p>Any ideas/suggestions?</p>
<p>Thanks<br />
Craig
</p>]]></description>
		</item>

	</channel>
</rss>