Home > Ramblings, Wordpress > Domain Mirror & WordPress 2.6

Warning: array_map() [function.array-map]: Argument #2 should be an array in /home/.purrcival/mcaleavy/mcaleavy.org/wp-content/plugins/yet-another-related-posts-plugin/magic.php on line 287

Warning: join() [function.join]: Invalid arguments passed in /home/.purrcival/mcaleavy/mcaleavy.org/wp-content/plugins/yet-another-related-posts-plugin/magic.php on line 27

Warning: Invalid argument supplied for foreach() in /home/.purrcival/mcaleavy/mcaleavy.org/wp-content/plugins/yet-another-related-posts-plugin/magic.php on line 54

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.

bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark

No related posts.

  1. No comments yet.
  1. No trackbacks yet.