Hi again.
After spending some hours I found the bug in your update script.
You have a fantastic plugin, better than the competitors, but please please be more careful with your updates, this is the 4-5 time in the last 6 months that this plugin crashed from an update and my whole business goes down.
In your file:
Version_13_3_5_Update.php
This is only migrating the main site in a multisite setup, not taking other sites into account.
Your update function should look something like this:
public function run()
// Check if we are in a multisite installation
if (is_multisite())
// Get all blogs/sites in the multisite
$sites = get_sites();
// Loop through each site
foreach ($sites as $site)
else
Hi @stevesand ,
Thanks for that, I’ll raise this bug with our developers and get this sorted out.