ClassicPress / ClassicPress-Migration-Plugin

Switch your WordPress installation to ClassicPress.
Other
26 stars 20 forks source link

Problem switching from WP v 5.8.1 #93

Closed KTS915 closed 3 years ago

KTS915 commented 3 years ago

On attempting to switch from WP to CP on localhost, I get the following message:

This plugin supports WordPress versions 4.9.0 to 5.8.1 (and some newer development versions). You are running WordPress version 5.8.1. ...

Conflicting files detected. These are files that would be unexpectedly overwritten during migration. If you have JavaScript enabled, you can see a list of conflicting files in your browser console.

When looking in my console, I see the following message:

conflicting files, remove them and refresh in order to proceed: Array [ "composer.json" ]  tools.php:290:9

I have tried deactivating all other plugins, switching to a default theme, and clearing out all mu-plugins, but it makes no difference.

What is really odd is that I just switched to WP from CP on this site to test how well that works, but I can't now switch back!

mattyrob commented 3 years ago

Are you using version 1.4.1 of the migration plugin?

nylen commented 3 years ago

It looks like you are using an old version of the migration plugin. This was fixed in #61 (see that issue for an explanation and screenshot of the message you should be getting instead) and version 1.1.0 of the plugin.

Try upgrading the plugin to the latest version first (https://www.classicpress.net/latest-migration-plugin.zip).

KTS915 commented 3 years ago

That was indeed the problem. Thanks! So the plugin doesn't nag when there's an updated version available then?