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.

Leave a Reply