not compatible with EDD Software Licensing by Pippin
-
Hey guys,
i am testing manageWP for a customer with a issue related to the plugin sync section of manageWP when the EDD Software Licensing Plugin is used.
EDD Software Licensing is used for automatic updates and update notifications for third party plugins which are not hosted on www.remarpro.com.
The problem is that manageWP is removing the third party plugins from the wp_options ‘active_plugins’ when it is using the synchronizing function for plugins. As a result these plugin updates are not shown in the manageWP plugin dashboard.
Reproduce it:
1. Use the manageWP plugin sync function : not working
2. Force plugin updates on the websites which checks all plugins for updates
3. Use the manageWP plugin sync function : working
4. Wait a few (~5) minutes (maybe transient expiration time?)
5. Use the manageWP plugin sync function again : not working
6. Update is also not shown on the website’s plugin update site and third party plugins are removed from wp_options ‘active_plugins’I did not investigate time to find out how the worker plugin is checking the plugins for updates but i think its something missing here:
If i run a manual plugin check with
set_site_transient( 'update_plugins', null );
and reload the website the edd licensing api is fired and the ‘active_plugins’ option table is filled with correct data.The manageWP plugin sync is than working one time, but after syncing the first time and waiting a few minutes the third party plugin is removed again from the ‘active_plugins’ and as a result not shown in the managewp plugin dashboard.
Can you imagine whats happening here wrong?
- The topic ‘not compatible with EDD Software Licensing by Pippin’ is closed to new replies.