If you use Open Site Shell, and then deactivate plugins via WP-CLI, are you able to get in? (wp plugin deactivate --all)
As an alternative you could export the site from Machine 1 into a zip file, and then send that over to yourself through email or upload to a Cloud Drive and then manually import it into Local.
Yes that command will deactivate the plugins on the site so if one or more of them are contributing to the fatal errors you’ll hopefully be able to get into the site with those deactivated.
Hey @henkvz – The error seems to be related to some sort of composer autoloader problem.
What’s the exact command that was used to deactivate the plugins? It might be a good idea to include the --skip-plugins and --skip-themes flags to the command. So for example, can you try:
That should tell WordPress to not use any plugins or themes when deactivating the plugins.
From there, I’d try re-activating the plugins so that any plugins that do rely on the composer autoloader are able to re-link things on the file system of the new computer.