04/18/2017 at 5:10 pm
#420376
Keymaster
@ Trent
The solution is actually even simpler… when you do the find/replace in the db (or whatever method you utilize), exclude the {wpdb-prefix}_connections table. Connections gracefully handles the hostname change. Doing a global find/replace in the {wpdb-prefix}_connections table corrupts the serialized data making it unreadable by PHP.
At some point I plan on making the data json encoded instead of serialize. That too would mitigate the issue. Making the path relative would also work. Doing both would be ideal I suppose.
Hope that helps, let me know.
