@msolution NS Clone is still a nice solution, yet to find something better, but do require some self tinkering. Not sure what boat you are on, but just sharing things I’ve found,
1 – The plugin installed without a log folder, so that took me some time before getting it to work
2 – the reason it’s in a never-ending loop is actually quite interesting…
class-ns-cloner-process-manager.php >> public function finish
//Update target title since it will have been overwritten by cloned options
it’s in the if functions below to just update the blog’s title… don’t know why, but I’ve moved it below just before exit_processes(); then it worked.
3 – Also came across something from the developer, providing some insight to their APIs, or extendibility,
https://ww.wp.xz.cn/support/topic/how-to-clone-via-api/
Hope this helps, good luck!
-
This reply was modified 5 years, 7 months ago by dorike.
-
This reply was modified 5 years, 7 months ago by dorike.
@msolution @neversettle Hello, were you able to get it resolved? I’m having the same issues too, thanks.