Here we will cover what to do when Updraft Plus updates are not being completed properly on a WordPress site.
The exact error message is as follows:
PHP event: code E_WARNING: Error while sending QUERY packet. PID=2408374 (line 2007, wp-includes/wp-db.php) (Dic 26 15:56:48)
2249.156 (7) To decrease the likelihood of overlaps, increasing resumption interval to: 300 + 120 = 420Most of the time, this issue can be resolved by updating PHP settings with correct values and changing settings within the plugin.
Related Articles
Install a WordPress Plugin
Update WordPress Plugin
Update WordPress Version
Updating PHP Settings and Updraft Plus Settings
IMPORTANT: NGINX servers have a separate timeout time that cannot be adjusted without Root access. For shared NGINX servers the execution time of 30 seconds is the default and can only be adjusted to a maximum of 90 seconds, This is set by the server and cannot be overridden by a PHP INI file.
- Log into cPanel
- Click on MultiPHP INI Editor, located in the Software section

- Update the PHP settings to be at least as high as the following:
max_execution_time = 160
max_input_time = 160
memory_limit = 512M - Log into the WordPress dashboard
- Click on Plugins in the left side panel

- Locate the Updraft Plus Plugin
- Click on Settings under the name of the plugin

- Start the Backup under Backup / Restore Tab by clicking Backup Now

- If you see the following error, continue with the steps below
2249.156 (7) To decrease the likelihood of overlaps, increasing resumption interval to: 300 + 120 = 420
- Click on the Settings Tab

- Scroll down to Expert settings: at the bottom of the page and click Show Expert Settings

- Change Split archives every: to 50 MB

- Scroll down to the bottom of the page and click Save Changes
- Click on the Settings Tab
- Go back to the Backup / Restore Tab
- Start a new Backup by clicking Backup Now

NOTE: The current backup that is running may need to be stopped to start a new one.
Comments
0 comments
Article is closed for comments.