• Resolved mikebronner

    (@mikebronner)


    You may receive an error when upgrading to version 3.2.3 released earlier today, if you have applied my Achievement Categories “hack”. To fix this, change the line in your child-theme’s function.php:
    add_action( 'init', 'register_achievements_custom_taxonomy', 0 );

    To read:
    add_action( 'dpa_init', 'register_achievements_custom_taxonomy', 0 );

    Problem solved. You will need to reactivate the Achievements plugin as well, as the error prevents the update process from automatically re-activating the plugin.

    Sorry for the inconvenience. Just noticed this myself today when upgrading. 🙂

    http://wordpress.org/extend/plugins/achievements/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Paul Wong-Gibbs

    (@djpaul)

    This isn’t relevant to the main plugin, only if you customised code that Mike’s provided across a few of the other threads.

    There are no known problems with upgrading to v3.2.3 at this time.

    Thread Starter mikebronner

    (@mikebronner)

    Right, sorry Paul, I should have been more clear in the subject.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Possible Error when Upgrading to v3.2.3’ is closed to new replies.