Inglat NULL value causing migration problems
-
I’m using WP Migrate DB Pro to migrate between local and remote, but this issue is likely to cause problems with other migration tools as well.
WP Migrate DB Pro fails to migrate WP Google Maps data, but handles everything else I’ve tried without a problem.
Adding the following stops the migration failing, but the map data still doesn’t get migrated.
define( ‘WPMDB_STRIP_INVALID_TEXT’, true );
Thanks to some guidance from WP Migration DP Pro, I’ve discovered that replacing the NULL value in Inglat with the following, resolves the issue and the map data migrates successfully.
POINT (0 0)Would you advise otherwise and would you consider placing a default value other than NULL into that column for future versions?
- The topic ‘Inglat NULL value causing migration problems’ is closed to new replies.