Forums
(@jkluk)
7 years, 9 months ago
From what I can tell, version 3.1.1 had a slight typo in the migration.php file. Line 3 init should be as follows:
add_action('admin_init', function() {
rather than:
add_action('init', function() {
Changing this line resolved the errors for me.
Joe