#46117 closed defect (bug) (invalid)
Issue on auto-updating plugin
Reported by: | peopleinside | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 5.0.3 |
Component: | Upgrade/Install | Keywords: | |
Focuses: | Cc: |
Description
If plugins are manually updated inside WordPress there is no particular issue.
If the core WordPress function for update plugin is used the auto-update of "a big" plugin is not done.
If UpdraftPlus WordPress Backup Plugin (https://wordpress.org/plugins/updraftplus/) is installed and auto-update plugin is active, also if an update is available this plugin doesn't update... need to be mannualy updated.
PHP error have to say:
wp-cron.php' (request: "POST /wordpress/wp-cron.php?doing_wp_cron=***7500") execution timed out (120.770567 sec), terminating
I tried different server configurations but the issue persist.
If the plugin update is possible manually why should not be done automatically? I believe Wordpress update is more big than a plugin update.
This seems to me an issue with Wordpress auto update plugins core function. Works for all plugin but doesn't work for UpdraftPlus WordPress Backup Plugin (https://wordpress.org/plugins/updraftplus/) maybe because this plugin has a big size 7 MB.
I was able to resolve the issue by enabling update in the settings of the plugin UpdraftPlus WordPress Backup Plugin (https://wordpress.org/plugins/updraftplus/) I also added the following string to the wp-config.php define('WP_CRON_LOCK_TIMEOUT', 300);
Maybe this ticket can be closed.