Thank you for using Prime Mover plugin! Sorry to hear you have issues with incorrect search and replacements of URLs. This is a bit strange issue and this is the first time we have seen issues like this.
To fix this in your restored site having this issue – the following workarounds can be implemented:
- In your target site options table e.g.
wp_options
, make sure to set the following options: siteurl
and home
to your correct domain name URL. For example:
siteurl
= https://www.domainname.test
home
= https://www.domainname.test
If you target site does not use https, change the above values fromhttps://
to https://
so it will be:
siteurl
= https://www.domainname.test
home
= https://www.domainname.test
- Once this is corrected, your WordPress admin will be accessible (but your front end and some parts are broken) but you should be able to login.
- Make sure to have working backups in place before you proceed below.
- Install and activate Better Search Replace plugin.
- Go to Tools -> Better Search Replace.
- In “Search for” field, enter:
home/wplive/web/wp-live
- In “Replace with” field, enter:
www
- In “Select tables“, select all affected database tables belonging only to the target site.
- Proceed to search and replace by clicking “Run Search/Replace“.
- It will output the dry run results. If all looks good, unchecked “Run as dry run” and click again “Run Search/Replace” to finally implement the search and replace inside your database.
This should fix the incorrect replacements back to expected results so it will change the following:
FROM:
src="https://home/wplive/web/wp-live.youtube.com/embed/sil6VPXn1Cc?feature=oembed" frameborder="0"
TO:
src="https://www.youtube.com/embed/sil6VPXn1Cc?feature=oembed" frameborder="0"
And all other affected instances.
==================================
Now we are interested to reproduce this specific issue in our test servers . If you can send the WPRIME
package that you have used to restore to your target site – that would be great.
You can temporarily share the WPRIME
package via G Drive / Dropbox or other cloud platforms and send us the link to download the package.
This way – we will exactly know how those www
gets replaced incorrectly and hopefully we could fix this in future release. Thanks again!