You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a follow up, I've just updated and I don't see this issue with Pro v2.5.0 and Lite v2.5.0
It looks like the Lite compatibility file isn't compatible with older versions of Pro.
I'm not sure why anyone other than me would have Lite installed alongside an old version of Pro, but seems like something we could check for and not fatal on.
@rosswintle we changed the way that we call the compatibility plugin as part of some security tightening to the plugin.
If you delete the wp-migrate-db-compatibiity.php file from the mu-plugins dir and then reactivate the older version of the plugin, it will regenerate the compatibility plugin that works with the older version. This should only be an issue if the versions are on either side of 2.3.4 as this is when we made this change.
Hi folks,
This may be related to #128. And it's a weird edge case, so probably low priority.
I have a local dev server with an old verson of Migrate Pro (v2.0.2)
I wanted to test something with Migrate Lite, so I disabled Pro and installed the current versions of Migrate Lite from the repo (v2.5.0)
When I visited the settings page it installed
wp-migrate-db-pro-compatibility.php
in mymu-plugins
folder.This then fatal-errored with:
I can repeatedly recreate this in this WordPress install by:
wp-migrate-db-pro-compatibility.php
filewp-migrate-db-pro-compatibility.php
fileI've not got time to dig into code and figure out what's going on. But hopefully this report is useful.
The text was updated successfully, but these errors were encountered: