Hoster seems to have some major bugs with its own licensing, no idea if it’s going to create similar bugs for people using plugins I host with licensing or not.
When doing something as simple as ‘wp plugin list’ it crashes wp-cli
Error: Callable [“HOSTER_LicenseMain”,”update_expired_licenses”] does not exist, and cannot be registered as `wp hoster_expire_licenses`.
SSO through wp-cli also does not work.
These issues only seem to happen when Hoster is properly licensed, if it is unlicensed these issues don’t happen.
Its a major pain to get Hoster to deactivate the license.
Hoster seems unusable at this point, hope you guys actually try to replicate this licensing and wp-cli issue in your test environments and properly troubleshoot it so that it can be resolved in future releases.
I’ll report the same to the development team, and will be handled in the new release when ready.
Regards,
Arshad
DPlugins Support
This line in licensemain.php is wrong:
WP_CLI::add_command(‘hoster_expire_licenses’, array($this, ‘update_expired_licenses’));
it should be:
WP_CLI::add_command(‘hoster_expire_licenses’, array($this, ‘hoster_update_expired_licenses’));
The actual method in the class is hoster_update_expired_licenses not update_expired_licenses
Line 40
Noted, will do the needful in next release.
Regards,
Arshad
DPlugins Support
The fix is released. Kindly update.
Regards,
Arshad
DPlugins Support