I’ve finally gotten around to upgrading my site to WordPress 2.6.1 and was expecting to have problems. I had a big comment queue about problems with with my Domain Mirror plugin and Wordpress 2.6, but haven’t had the time to sort it out (sorry). But now I’m running 2.6.1 and I’m not seeing any problems.

It seems that the solution for 2.6 may be to change the line 60 in WP-DomainMirror.php from:

$options = unserialize(get_option(’wpdm_options’)); // get the database dettings

To:

$options = get_option(’wpdm_options’); // get the database dettings

But that doesn’t seem to be required with 2.6.1. I’ll need to roll the upgrade back on my test database to check it with 2.6.

Related posts:

  1. Domain Mirror & WordPress 2.7-RC1 I’ve now been running Wordpress 2.7-RC1 here for several days...
  2. Wordpress Domain Mirror v1.2beta Wordpress Domain Mirror I’ve just uploaded a beta of...
  3. Wordpress Domain Mirror v1.1 Wordpress Domain Mirror v1.1 I’ve updated my Wordpress Domain...
  4. Wordpress Domain Mirror Plugin Wordpress Domain Mirror Plugin Earlier in the year I...
  5. Domain Mirror fix for WordPress 2.3 Wordpress 2.3 fix: WP-DomainMirror WordPress 2.3 fix This is...

Leave a Reply