<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WordPress Copy Post Plugin</title>
	<atom:link href="http://blog.dayspring-tech.com/2009/06/wordpress-copy-post-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dayspring-tech.com/2009/06/wordpress-copy-post-plugin/</link>
	<description>A Peek Into What's On Our Collective Mind</description>
	<lastBuildDate>Tue, 23 Feb 2010 16:03:03 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Enrico</title>
		<link>http://blog.dayspring-tech.com/2009/06/wordpress-copy-post-plugin/comment-page-1/#comment-4093</link>
		<dc:creator>Enrico</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://malachi3/blog/?p=784#comment-4093</guid>
		<description>Hi,

I keep getting ERROR: Author (name) does not exist on target system!

I have verfied both usernames are identical and  have the same standard table prefixes between the 2 blogs &quot;wp_&quot;.
Can you help me, please?
I work with WP 2.91. Thanks
Best,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I keep getting ERROR: Author (name) does not exist on target system!</p>
<p>I have verfied both usernames are identical and  have the same standard table prefixes between the 2 blogs &#8220;wp_&#8221;.<br />
Can you help me, please?<br />
I work with WP 2.91. Thanks<br />
Best,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tech</title>
		<link>http://blog.dayspring-tech.com/2009/06/wordpress-copy-post-plugin/comment-page-1/#comment-3107</link>
		<dc:creator>tech</dc:creator>
		<pubDate>Fri, 22 Jan 2010 23:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://malachi3/blog/?p=784#comment-3107</guid>
		<description>Hello
Yeah i just checked target blog and its standard prefixes too And i fixed by changing target host as localhost and not domain name...not sure if that what the problem was but it worked.

Thanks</description>
		<content:encoded><![CDATA[<p>Hello<br />
Yeah i just checked target blog and its standard prefixes too And i fixed by changing target host as localhost and not domain name&#8230;not sure if that what the problem was but it worked.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff W.</title>
		<link>http://blog.dayspring-tech.com/2009/06/wordpress-copy-post-plugin/comment-page-1/#comment-3036</link>
		<dc:creator>Jeff W.</dc:creator>
		<pubDate>Thu, 21 Jan 2010 18:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://malachi3/blog/?p=784#comment-3036</guid>
		<description>Hi Paul,

I&#039;m glad you were able to figure out what was going on and solve your problem.

We didn&#039;t have many attachments, so we opted to manually transfer the few we did have instead of adding the feature to the plugin.  I hope the plugin still provides you some value even in its basic form.</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>I&#8217;m glad you were able to figure out what was going on and solve your problem.</p>
<p>We didn&#8217;t have many attachments, so we opted to manually transfer the few we did have instead of adding the feature to the plugin.  I hope the plugin still provides you some value even in its basic form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff W.</title>
		<link>http://blog.dayspring-tech.com/2009/06/wordpress-copy-post-plugin/comment-page-1/#comment-3035</link>
		<dc:creator>Jeff W.</dc:creator>
		<pubDate>Thu, 21 Jan 2010 18:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://malachi3/blog/?p=784#comment-3035</guid>
		<description>Hi,

The table prefixes of the source blog should be handled by WordPress&#039; own database functions.  However, the target blog table prefixes are expected to be the standard wp_.  For now, you&#039;ll have to edit the copy_post.php file to change the target blog table prefixes.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The table prefixes of the source blog should be handled by WordPress&#8217; own database functions.  However, the target blog table prefixes are expected to be the standard wp_.  For now, you&#8217;ll have to edit the copy_post.php file to change the target blog table prefixes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tech</title>
		<link>http://blog.dayspring-tech.com/2009/06/wordpress-copy-post-plugin/comment-page-1/#comment-3031</link>
		<dc:creator>tech</dc:creator>
		<pubDate>Thu, 21 Jan 2010 13:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://malachi3/blog/?p=784#comment-3031</guid>
		<description>I keep getting ERROR: Author (name) does not exist on target system!

I have verfied both usernames are identical but yes the source blog has non standard table prefixes how can i edit the code to reflect this?

Basically instead of wp_posts it has wpi9_posts etc etc..</description>
		<content:encoded><![CDATA[<p>I keep getting ERROR: Author (name) does not exist on target system!</p>
<p>I have verfied both usernames are identical but yes the source blog has non standard table prefixes how can i edit the code to reflect this?</p>
<p>Basically instead of wp_posts it has wpi9_posts etc etc..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.dayspring-tech.com/2009/06/wordpress-copy-post-plugin/comment-page-1/#comment-2387</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 09 Dec 2009 07:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://malachi3/blog/?p=784#comment-2387</guid>
		<description>Hi Jeff

Thanks for responding!   It turns out that the problem was I have non standard table prefixes, so instead of &#039;wp_posts&#039; I have &#039;something_posts&#039;.    I updated the code in the plugin to use the non standard prefixes and it worked.   

Is there a way to copy the post attachments over as well?

Thanks!
Paul</description>
		<content:encoded><![CDATA[<p>Hi Jeff</p>
<p>Thanks for responding!   It turns out that the problem was I have non standard table prefixes, so instead of &#8216;wp_posts&#8217; I have &#8217;something_posts&#8217;.    I updated the code in the plugin to use the non standard prefixes and it worked.   </p>
<p>Is there a way to copy the post attachments over as well?</p>
<p>Thanks!<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chi-Ming</title>
		<link>http://blog.dayspring-tech.com/2009/06/wordpress-copy-post-plugin/comment-page-1/#comment-2376</link>
		<dc:creator>Chi-Ming</dc:creator>
		<pubDate>Tue, 08 Dec 2009 00:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://malachi3/blog/?p=784#comment-2376</guid>
		<description>On your source blog, when you&#039;re in the admin backend, find the post you want to copy and &quot;Edit&quot; it. The URL in your browser&#039;s address bar will then display the Post ID:

Example/ If your URL says:

/wp-admin/post.php?action=edit&amp;post=1234

the post ID is 1234</description>
		<content:encoded><![CDATA[<p>On your source blog, when you&#8217;re in the admin backend, find the post you want to copy and &#8220;Edit&#8221; it. The URL in your browser&#8217;s address bar will then display the Post ID:</p>
<p>Example/ If your URL says:</p>
<p>/wp-admin/post.php?action=edit&#038;post=1234</p>
<p>the post ID is 1234</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ibrahim</title>
		<link>http://blog.dayspring-tech.com/2009/06/wordpress-copy-post-plugin/comment-page-1/#comment-2363</link>
		<dc:creator>ibrahim</dc:creator>
		<pubDate>Mon, 07 Dec 2009 14:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://malachi3/blog/?p=784#comment-2363</guid>
		<description>Hi there,
May i know that how do i find the post id from my source blog to destination blog? like what is the post id and which type of value it is?</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
May i know that how do i find the post id from my source blog to destination blog? like what is the post id and which type of value it is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff W.</title>
		<link>http://blog.dayspring-tech.com/2009/06/wordpress-copy-post-plugin/comment-page-1/#comment-2202</link>
		<dc:creator>Jeff W.</dc:creator>
		<pubDate>Tue, 01 Dec 2009 21:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://malachi3/blog/?p=784#comment-2202</guid>
		<description>Hi Paul,

The plugin looks for a user with the same username, but the user ID&#039;s don&#039;t have to be the same.</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>The plugin looks for a user with the same username, but the user ID&#8217;s don&#8217;t have to be the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.dayspring-tech.com/2009/06/wordpress-copy-post-plugin/comment-page-1/#comment-2175</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 01 Dec 2009 06:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://malachi3/blog/?p=784#comment-2175</guid>
		<description>Hello,

Great idea for a plugin.   I&#039;m currently trying to get it to work and I&#039;m running in to a problem.   Whenever I try to copy a post I get an error saying the user doesn&#039;t exist on the other blog but I know that they do.

Do you have any ideas why I might be getting that?

Thanks,
Paul</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Great idea for a plugin.   I&#8217;m currently trying to get it to work and I&#8217;m running in to a problem.   Whenever I try to copy a post I get an error saying the user doesn&#8217;t exist on the other blog but I know that they do.</p>
<p>Do you have any ideas why I might be getting that?</p>
<p>Thanks,<br />
Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>
