You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's probably a way to replicate this but I'm coming up short. In Themedd's theme-updater-admin.php file (pulled from Vendd's license updater), the Site is inactive message is shown from this conditional:
else if ( $license_data->license == 'site_inactive' )
According to the software licensing extension the license will be set to site_inactive based on this check:
Perhaps the site in question had trouble connecting to the EDD site to verify the license and something got stuck. The license check is based on transients so clearing the transients on the site and reactivating the license should fix things.
Checked my EDD account page and here the sites show up correctly too
The text was updated successfully, but these errors were encountered: