<?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: Moving wordpress using the ezmigrate plugin</title>
	<atom:link href="http://techblog.triptic.nl/moving-wordpress-using-the-ezmigrate-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.triptic.nl/moving-wordpress-using-the-ezmigrate-plugin/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 17 Jul 2011 07:16:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Onno Marsman</title>
		<link>http://techblog.triptic.nl/moving-wordpress-using-the-ezmigrate-plugin/comment-page-1/#comment-73838</link>
		<dc:creator>Onno Marsman</dc:creator>
		<pubDate>Wed, 29 Jun 2011 19:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.triptic.nl/?p=81#comment-73838</guid>
		<description>@Patrick: I changed it in version 0.11
Thanks</description>
		<content:encoded><![CDATA[<p>@Patrick: I changed it in version 0.11<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Fenner</title>
		<link>http://techblog.triptic.nl/moving-wordpress-using-the-ezmigrate-plugin/comment-page-1/#comment-73837</link>
		<dc:creator>Patrick Fenner</dc:creator>
		<pubDate>Wed, 29 Jun 2011 12:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.triptic.nl/?p=81#comment-73837</guid>
		<description>Had a problem with ezMigrate version 0.10 and WP 3.1.3, no content was displayed for any posts:

PHP Warning:  Parameter 1 to ezMigrate_show_content() expected to be a reference, value given in /path/to/wp-includes/plugin.php on line 166

however, I fixed that with:

diff --git a/blog/wp-content/plugins/ezmigrate/ezMigrate.php b/blog/wp-content/plugins/ezmigrate/ezMigrate.php
index 3efa396..ae0e7e9 100644
--- a/blog/wp-content/plugins/ezmigrate/ezMigrate.php
+++ b/blog/wp-content/plugins/ezmigrate/ezMigrate.php
@@ -59,7 +59,7 @@ if (!function_exists(&#039;ezMigrate_getUrl&#039;)) {
 
 define(&#039;EZMIGRATE_TAG&#039;, &#039;-=-([ezMigrate_tag])-=-&#039;);
 
-function ezMigrate_show_content(&amp;$content)
+function ezMigrate_show_content($content)
 {
     return preg_replace(&#039;#(src&#124;href)=\&quot;&#039;.preg_quote(EZMIGRATE_TAG, &#039;#&#039;).&#039;#i&#039;, &quot;\\1=\&quot;&quot;.ezMigrate_getUrl(), $content);
 } //function ezMigrate_the_content


Hope that helps.</description>
		<content:encoded><![CDATA[<p>Had a problem with ezMigrate version 0.10 and WP 3.1.3, no content was displayed for any posts:</p>
<p>PHP Warning:  Parameter 1 to ezMigrate_show_content() expected to be a reference, value given in /path/to/wp-includes/plugin.php on line 166</p>
<p>however, I fixed that with:</p>
<p>diff &#8211;git a/blog/wp-content/plugins/ezmigrate/ezMigrate.php b/blog/wp-content/plugins/ezmigrate/ezMigrate.php<br />
index 3efa396..ae0e7e9 100644<br />
&#8212; a/blog/wp-content/plugins/ezmigrate/ezMigrate.php<br />
+++ b/blog/wp-content/plugins/ezmigrate/ezMigrate.php<br />
@@ -59,7 +59,7 @@ if (!function_exists(&#8216;ezMigrate_getUrl&#8217;)) {</p>
<p> define(&#8216;EZMIGRATE_TAG&#8217;, &#8216;-=-([ezMigrate_tag])-=-&#8217;);</p>
<p>-function ezMigrate_show_content(&amp;$content)<br />
+function ezMigrate_show_content($content)<br />
 {<br />
     return preg_replace(&#8216;#(src|href)=\&#8221;&#8216;.preg_quote(EZMIGRATE_TAG, &#8216;#&#8217;).&#8217;#i&#8217;, &#8220;\\1=\&#8221;".ezMigrate_getUrl(), $content);<br />
 } //function ezMigrate_the_content</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Onno Marsman</title>
		<link>http://techblog.triptic.nl/moving-wordpress-using-the-ezmigrate-plugin/comment-page-1/#comment-73834</link>
		<dc:creator>Onno Marsman</dc:creator>
		<pubDate>Sat, 11 Jun 2011 18:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.triptic.nl/?p=81#comment-73834</guid>
		<description>@John C.: This error happened when the short_open_tag php.ini directive was set to off. It is fixed in version 0.10 of the plugin.</description>
		<content:encoded><![CDATA[<p>@John C.: This error happened when the short_open_tag php.ini directive was set to off. It is fixed in version 0.10 of the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billy</title>
		<link>http://techblog.triptic.nl/moving-wordpress-using-the-ezmigrate-plugin/comment-page-1/#comment-69368</link>
		<dc:creator>billy</dc:creator>
		<pubDate>Mon, 28 Mar 2011 18:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.triptic.nl/?p=81#comment-69368</guid>
		<description>i have the same error as Matt.
worked fine as mysite.com/wp
but i just changed settings so that mysite.com displays my wordpress
moved index &amp; .htaccess 
modified index as well
any ideas?</description>
		<content:encoded><![CDATA[<p>i have the same error as Matt.<br />
worked fine as mysite.com/wp<br />
but i just changed settings so that mysite.com displays my wordpress<br />
moved index &amp; .htaccess<br />
modified index as well<br />
any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John C.</title>
		<link>http://techblog.triptic.nl/moving-wordpress-using-the-ezmigrate-plugin/comment-page-1/#comment-69090</link>
		<dc:creator>John C.</dc:creator>
		<pubDate>Sun, 27 Mar 2011 03:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.triptic.nl/?p=81#comment-69090</guid>
		<description>I&#039;m stumped.  Your plug-in seems to be JUST the thing I need.  I cannot get it installed however.  

Added this to my header.php - no problem:
&lt;base href=&quot;/&quot; /&gt;

Tried to make the recommended changes to wp-config.php and it puts a ton of code above my page.  Also tried to activate the plugin and get this message:
Plugin could not be activated because it triggered a fatal error.  in the header of your template. You can easily do this yourself by placing Fatal error: Call to undefined function ezMigrate_getFullUrl() in C:\xampp\htdocs\1910Metal.com\wp-content\plugins\ezmigrate\ezMigrate.php on line 43

Not sure where to go from here.  I use the Weaver theme.  Can you help?</description>
		<content:encoded><![CDATA[<p>I&#8217;m stumped.  Your plug-in seems to be JUST the thing I need.  I cannot get it installed however.  </p>
<p>Added this to my header.php &#8211; no problem:<br />
&lt;base href=&quot;/&#8221; /&gt;</p>
<p>Tried to make the recommended changes to wp-config.php and it puts a ton of code above my page.  Also tried to activate the plugin and get this message:<br />
Plugin could not be activated because it triggered a fatal error.  in the header of your template. You can easily do this yourself by placing Fatal error: Call to undefined function ezMigrate_getFullUrl() in C:\xampp\htdocs\1910Metal.com\wp-content\plugins\ezmigrate\ezMigrate.php on line 43</p>
<p>Not sure where to go from here.  I use the Weaver theme.  Can you help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Onno Marsman</title>
		<link>http://techblog.triptic.nl/moving-wordpress-using-the-ezmigrate-plugin/comment-page-1/#comment-63066</link>
		<dc:creator>Onno Marsman</dc:creator>
		<pubDate>Mon, 17 Jan 2011 13:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.triptic.nl/?p=81#comment-63066</guid>
		<description>@Nik: you should be able to deactivate the plugin without any problems. There have been issues with this in the past so make sure you have the current version of the plugin.
@Matt: The standard export of wordpress does not contain blogroll information. If you also want to migrate this information you need to look at another way of dumping you datbase. For example with phpmyadmin.
I will contact you by email about the error, so we can resolve this.
@Paul: Uri&#039;s stored or configured in plugins are not changed by this plugin, so this is also the case for nextgen galleries.</description>
		<content:encoded><![CDATA[<p>@Nik: you should be able to deactivate the plugin without any problems. There have been issues with this in the past so make sure you have the current version of the plugin.<br />
@Matt: The standard export of wordpress does not contain blogroll information. If you also want to migrate this information you need to look at another way of dumping you datbase. For example with phpmyadmin.<br />
I will contact you by email about the error, so we can resolve this.<br />
@Paul: Uri&#8217;s stored or configured in plugins are not changed by this plugin, so this is also the case for nextgen galleries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik</title>
		<link>http://techblog.triptic.nl/moving-wordpress-using-the-ezmigrate-plugin/comment-page-1/#comment-45078</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Thu, 18 Nov 2010 17:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.triptic.nl/?p=81#comment-45078</guid>
		<description>Once migrated, can I deactivate the plugin?  It made for a great switch from development domain to live one, but is now messing up my images in my Smooth Slider by adding a tag into the address that stops them displaying.</description>
		<content:encoded><![CDATA[<p>Once migrated, can I deactivate the plugin?  It made for a great switch from development domain to live one, but is now messing up my images in my Smooth Slider by adding a tag into the address that stops them displaying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://techblog.triptic.nl/moving-wordpress-using-the-ezmigrate-plugin/comment-page-1/#comment-44350</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 10 Nov 2010 17:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.triptic.nl/?p=81#comment-44350</guid>
		<description>ERROR in ezMigrate_getUrl: current script /home/vitamin/public_html could not be found in your wordpress directory /home/vitamin/public_html/blog

any thoughts on this? I have the blog files all on new domain. When I try to open the new blog site i get the above error.

Also, blogroll links are not copied? Is that in the database import?</description>
		<content:encoded><![CDATA[<p>ERROR in ezMigrate_getUrl: current script /home/vitamin/public_html could not be found in your wordpress directory /home/vitamin/public_html/blog</p>
<p>any thoughts on this? I have the blog files all on new domain. When I try to open the new blog site i get the above error.</p>
<p>Also, blogroll links are not copied? Is that in the database import?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://techblog.triptic.nl/moving-wordpress-using-the-ezmigrate-plugin/comment-page-1/#comment-24643</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 14 Oct 2010 18:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.triptic.nl/?p=81#comment-24643</guid>
		<description>Will this plugin update the uri in my nextgen galleries?
Thanks,
Paul</description>
		<content:encoded><![CDATA[<p>Will this plugin update the uri in my nextgen galleries?<br />
Thanks,<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mac</title>
		<link>http://techblog.triptic.nl/moving-wordpress-using-the-ezmigrate-plugin/comment-page-1/#comment-18259</link>
		<dc:creator>Mac</dc:creator>
		<pubDate>Wed, 22 Sep 2010 18:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.triptic.nl/?p=81#comment-18259</guid>
		<description>Thanks Onno,
I&#039;ll try it soon with both installations</description>
		<content:encoded><![CDATA[<p>Thanks Onno,<br />
I&#8217;ll try it soon with both installations</p>
]]></content:encoded>
	</item>
</channel>
</rss>

