<?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: How To Transfer WordPress From One Server To Another</title>
	<atom:link href="http://www.charleslau.com/blog/how-to-transfer-wordpress-from-one-server-to-another/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.charleslau.com/blog/how-to-transfer-wordpress-from-one-server-to-another/</link>
	<description>Internet reviewer who reviews on Internet branding.</description>
	<lastBuildDate>Fri, 25 Nov 2011 12:06:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: How to Move a WordPress Site from one Server to another - Wordpress Arena</title>
		<link>http://www.charleslau.com/blog/how-to-transfer-wordpress-from-one-server-to-another/comment-page-1/#comment-20492</link>
		<dc:creator>How to Move a WordPress Site from one Server to another - Wordpress Arena</dc:creator>
		<pubDate>Sat, 06 Aug 2011 05:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.charleslau.com/2007/07/14/how-to-transfer-wordpress-from-one-server-to-another/#comment-20492</guid>
		<description>[...] How To Transfer WordPress From One Server To Another How to move WordPress site to new server with zero downtime How To: Moving WordPress to Another Server How to Move a WordPress Site from one Server to another How To Move A WordPress Site How to Transfer a WordPress Blog From One Server or Host to Another How to Move WordPress Blog to New Domain or Location Move your WordPress blog to a new domain in 10 steps! [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Transfer WordPress From One Server To Another How to move WordPress site to new server with zero downtime How To: Moving WordPress to Another Server How to Move a WordPress Site from one Server to another How To Move A WordPress Site How to Transfer a WordPress Blog From One Server or Host to Another How to Move WordPress Blog to New Domain or Location Move your WordPress blog to a new domain in 10 steps! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.charleslau.com/blog/how-to-transfer-wordpress-from-one-server-to-another/comment-page-1/#comment-19820</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 10 Dec 2010 16:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.charleslau.com/2007/07/14/how-to-transfer-wordpress-from-one-server-to-another/#comment-19820</guid>
		<description>Thanks, I need to transfer WordPress and wasn&#039;t sure what I would have to do.</description>
		<content:encoded><![CDATA[<p>Thanks, I need to transfer WordPress and wasn&#8217;t sure what I would have to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandeep</title>
		<link>http://www.charleslau.com/blog/how-to-transfer-wordpress-from-one-server-to-another/comment-page-1/#comment-19682</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Sat, 20 Nov 2010 17:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.charleslau.com/2007/07/14/how-to-transfer-wordpress-from-one-server-to-another/#comment-19682</guid>
		<description>Thanks i am moving my wordpress to new server due to poor server performance. </description>
		<content:encoded><![CDATA[<p>Thanks i am moving my wordpress to new server due to poor server performance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dsaraf</title>
		<link>http://www.charleslau.com/blog/how-to-transfer-wordpress-from-one-server-to-another/comment-page-1/#comment-19474</link>
		<dc:creator>Dsaraf</dc:creator>
		<pubDate>Thu, 23 Sep 2010 20:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.charleslau.com/2007/07/14/how-to-transfer-wordpress-from-one-server-to-another/#comment-19474</guid>
		<description>Hi Charles, 
&lt;br&gt;
&lt;br&gt;I have an issue with moving my wordpress site from one location to another.  We modified the old location to point to the NEW site IP address then copied the HTTPDOCS file, backed up the database.  Changed the existing site back to the one the is working with the PUBLIC DNS.  Restored the database to an empty one BUT the new hosting company does not allow databases names without adding a prefix to the name.  Restored the database to the new one, created a user that matched the previous database, unfortunately the username automatically inherited the same prefix that the database did, gave the admin account FULL access permissions to the DB.  I modified the wp-config.php file to reflect the the new DB settings.  I was able to get the site but this error came up: 
&lt;br&gt;
&lt;br&gt;Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, &#039;mySearchFilter&#039; was given in /home/p164h336/public_html/wp-includes/plugin.php on line 414
&lt;br&gt;
&lt;br&gt;I compared all the plugins with the production site, deactivated and reactivated all the plugins and still, the error pops up.  My guess is that, since the original database name cannot be created that I would have to modify the database itself with the new names or somehow fix the way the plugin works.  Please help...Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Charles, </p>
<p>I have an issue with moving my wordpress site from one location to another.  We modified the old location to point to the NEW site IP address then copied the HTTPDOCS file, backed up the database.  Changed the existing site back to the one the is working with the PUBLIC DNS.  Restored the database to an empty one BUT the new hosting company does not allow databases names without adding a prefix to the name.  Restored the database to the new one, created a user that matched the previous database, unfortunately the username automatically inherited the same prefix that the database did, gave the admin account FULL access permissions to the DB.  I modified the wp-config.php file to reflect the the new DB settings.  I was able to get the site but this error came up: </p>
<p>Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, &#39;mySearchFilter&#39; was given in /home/p164h336/public_html/wp-includes/plugin.php on line 414</p>
<p>I compared all the plugins with the production site, deactivated and reactivated all the plugins and still, the error pops up.  My guess is that, since the original database name cannot be created that I would have to modify the database itself with the new names or somehow fix the way the plugin works.  Please help&#8230;Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dsaraf</title>
		<link>http://www.charleslau.com/blog/how-to-transfer-wordpress-from-one-server-to-another/comment-page-1/#comment-19259</link>
		<dc:creator>Dsaraf</dc:creator>
		<pubDate>Thu, 23 Sep 2010 13:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.charleslau.com/2007/07/14/how-to-transfer-wordpress-from-one-server-to-another/#comment-19259</guid>
		<description>Hi Charles, 
&lt;br&gt;
&lt;br&gt;I have an issue with moving my wordpress site from one location to another.  We modified the old location to point to the NEW site IP address then copied the HTTPDOCS file, backed up the database.  Changed the existing site back to the one the is working with the PUBLIC DNS.  Restored the database to an empty one BUT the new hosting company does not allow databases names without adding a prefix to the name.  Restored the database to the new one, created a user that matched the previous database, unfortunately the username automatically inherited the same prefix that the database did, gave the admin account FULL access permissions to the DB.  I modified the wp-config.php file to reflect the the new DB settings.  I was able to get the site but this error came up: 
&lt;br&gt;
&lt;br&gt;Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, &#039;mySearchFilter&#039; was given in /home/p164h336/public_html/wp-includes/plugin.php on line 414
&lt;br&gt;
&lt;br&gt;I compared all the plugins with the production site, deactivated and reactivated all the plugins and still, the error pops up.  My guess is that, since the original database name cannot be created that I would have to modify the database itself with the new names or somehow fix the way the plugin works.  Please help...Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Charles, </p>
<p>I have an issue with moving my wordpress site from one location to another.  We modified the old location to point to the NEW site IP address then copied the HTTPDOCS file, backed up the database.  Changed the existing site back to the one the is working with the PUBLIC DNS.  Restored the database to an empty one BUT the new hosting company does not allow databases names without adding a prefix to the name.  Restored the database to the new one, created a user that matched the previous database, unfortunately the username automatically inherited the same prefix that the database did, gave the admin account FULL access permissions to the DB.  I modified the wp-config.php file to reflect the the new DB settings.  I was able to get the site but this error came up: </p>
<p>Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, &#39;mySearchFilter&#39; was given in /home/p164h336/public_html/wp-includes/plugin.php on line 414</p>
<p>I compared all the plugins with the production site, deactivated and reactivated all the plugins and still, the error pops up.  My guess is that, since the original database name cannot be created that I would have to modify the database itself with the new names or somehow fix the way the plugin works.  Please help&#8230;Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nabeel Khan</title>
		<link>http://www.charleslau.com/blog/how-to-transfer-wordpress-from-one-server-to-another/comment-page-1/#comment-18409</link>
		<dc:creator>Nabeel Khan</dc:creator>
		<pubDate>Tue, 27 Apr 2010 09:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.charleslau.com/2007/07/14/how-to-transfer-wordpress-from-one-server-to-another/#comment-18409</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nabeel Khan</title>
		<link>http://www.charleslau.com/blog/how-to-transfer-wordpress-from-one-server-to-another/comment-page-1/#comment-18410</link>
		<dc:creator>Nabeel Khan</dc:creator>
		<pubDate>Tue, 27 Apr 2010 09:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.charleslau.com/2007/07/14/how-to-transfer-wordpress-from-one-server-to-another/#comment-18410</guid>
		<description>check the details here is you want to switch domain name too&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://nabtron.com/how-to-transfer-wordpress-from-one-server-to-another/488/&quot; rel=&quot;nofollow&quot;&gt;http://nabtron.com/how-to-transfer-wordpre...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>check the details here is you want to switch domain name too</p>
<p><a href="http://nabtron.com/how-to-transfer-wordpress-from-one-server-to-another/488/" rel="nofollow">http://nabtron.com/how-to-transfer-wordpre&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nabeel Khan</title>
		<link>http://www.charleslau.com/blog/how-to-transfer-wordpress-from-one-server-to-another/comment-page-1/#comment-18408</link>
		<dc:creator>Nabeel Khan</dc:creator>
		<pubDate>Tue, 27 Apr 2010 09:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.charleslau.com/2007/07/14/how-to-transfer-wordpress-from-one-server-to-another/#comment-18408</guid>
		<description>the article is moved to: &lt;a href=&quot;http://nabtron.com/how-to-transfer-wordpress-from-one-server-to-another/488/&quot; rel=&quot;nofollow&quot;&gt;http://nabtron.com/how-to-transfer-wordpre...&lt;/a&gt;&lt;br&gt;&lt;br&gt;however the above link will forward you to same page too</description>
		<content:encoded><![CDATA[<p>the article is moved to: <a href="http://nabtron.com/how-to-transfer-wordpress-from-one-server-to-another/488/" rel="nofollow">http://nabtron.com/how-to-transfer-wordpre&#8230;</a></p>
<p>however the above link will forward you to same page too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nabeel</title>
		<link>http://www.charleslau.com/blog/how-to-transfer-wordpress-from-one-server-to-another/comment-page-1/#comment-16906</link>
		<dc:creator>Nabeel</dc:creator>
		<pubDate>Sun, 27 Sep 2009 01:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.charleslau.com/2007/07/14/how-to-transfer-wordpress-from-one-server-to-another/#comment-16906</guid>
		<description>for those who get issues when transferring from domain to another, and having redirects or page layout issues, check out the step 4 on this page:

http://tech.nabtron.com/how-to-transfer-wordpress-from-one-server-to-another/488/</description>
		<content:encoded><![CDATA[<p>for those who get issues when transferring from domain to another, and having redirects or page layout issues, check out the step 4 on this page:</p>
<p><a href="http://tech.nabtron.com/how-to-transfer-wordpress-from-one-server-to-another/488/" rel="nofollow">http://tech.nabtron.com/how-to-transfer-wordpress-from-one-server-to-another/488/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Lau</title>
		<link>http://www.charleslau.com/blog/how-to-transfer-wordpress-from-one-server-to-another/comment-page-1/#comment-14751</link>
		<dc:creator>Charles Lau</dc:creator>
		<pubDate>Thu, 23 Jul 2009 00:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.charleslau.com/2007/07/14/how-to-transfer-wordpress-from-one-server-to-another/#comment-14751</guid>
		<description>Hi Stephen. Wordpress database is actually as simple as we thought.

I&#039;ve done it myself that we only need to import the sql dump from the old site. However, i did it without reading any manual.. Hence, it&#039;s still better to know that there&#039;s a risk to take when u try this.

All i did was to copy the whole database to the new site. Then i amend the database accordingly to reflect the correct server setting. Then, i copy all the files to the new server, taking note of the config file to reflect the correct database setting. Done! :)</description>
		<content:encoded><![CDATA[<p>Hi Stephen. WordPress database is actually as simple as we thought.</p>
<p>I&#8217;ve done it myself that we only need to import the sql dump from the old site. However, i did it without reading any manual.. Hence, it&#8217;s still better to know that there&#8217;s a risk to take when u try this.</p>
<p>All i did was to copy the whole database to the new site. Then i amend the database accordingly to reflect the correct server setting. Then, i copy all the files to the new server, taking note of the config file to reflect the correct database setting. Done! <img src='http://www.charleslau.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

