cjthedaddy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: critical issueApologies in advance for pasting AI text here – this is the advice AI gave me to backup my site, however I’m nervous to blindly follow these instructions and make these sorts of changes….. Any thoughts?
A 2 GB site attempting to push to Dropbox is precisely why UpdraftPlus is stalling. [1, 2]
When a site reaches this size, UpdraftPlus bundles files into temporary
.zipchunks on your local server before pushing them over an API handshake to Dropbox. If a single file chunk is too heavy, MilesWeb will violently kill the processing engine after a few minutes to protect shared server resources. Because the process is killed at the server level, UpdraftPlus loses its place and never triggers the automated resume sequence. [2, 3, 4, 5, 6, 7]Since your cPanel allocation is set to unlimited (
∞), you have the folder storage room, but you lack the continuous processing runtime. Use these steps to bypass this issue: [2] Step 1: Force a Server Timeout ExtensionYour server is killing the script after a few minutes because it hits a maximum execution cap. You can force your server to give UpdraftPlus more time: [5, 8, 9]
- Log into your MilesWeb cPanel and open File Manager.
- Go to the
public_htmldirectory, click on yourwp-config.phpfile, and choose Edit. - Paste the following time limit parameter directly under your memory limit line:
set_time_limit(600);(This expands your server execution window to 10 minutes per task chunk, giving the Dropbox upload time to clear). [8, 9]
Step 2: Drop the Split Size to 25 MB
Your server cannot handle processing massive zip bundles down the API pipeline all at once. Forcing tiny bundles reduces server strain to near zero: [1, 4]
- In your WordPress dashboard, navigate to Settings > UpdraftPlus Backups.
- Open the Settings tab and select Show expert settings.
- Change Split archives every from its current setting down to 25 MB.
- Click Save Changes at the base of the page.
(Instead of choking on massive blocks of data, UpdraftPlus will seamlessly pass dozens of small 25 MB packages directly into your Dropbox app directory). [5, 8]
Step 3: Delete Broken Leftover Temporary Dumps
Failed and paused runs drop corrupted, partial
.tmpand.ziparchives directly into your server folders. These ghost files will choke out your fresh attempts: [3]- Go back to your cPanel File Manager.
- Open
public_html/wp-content/updraft. - Highlight and Delete any files ending with
.tmpor any standalone.zipfiles from your failed attempts. Leave the index files alone.
Step 4: Split Up Your Manual Executions
Do not run everything simultaneously. Run your database and files as separate actions to isolate server weight: [7]
- On the main UpdraftPlus backup screen, click Backup Now.
- Uncheck Include your files in the backup (Leave only the Database selected).
- Run the backup. Your database should complete in seconds and transfer straight to Dropbox.
- Once completed, click Backup Now again. Uncheck the database, check Include your files, and let the small 25 MB zipping configurations process your media libraries autonomously. [5, 7]
If the backup continues to hang after adjusting these options, let me know:
- What are the very last 3 lines of text written inside the UpdraftPlus backup log?
- Do you see a yellow warning banner at the top of your dashboard explicitly stating that your WordPress Cron (Scheduler) is disabled?
[6, 10]
[1] https://easyupdatesmanager.com
[4] https://www.experts-exchange.com
Forum: Fixing WordPress
In reply to: critical issueThanks, but I am not technical and am struggling with all this. I’ve never really managed my website (other than updating the content) and don’t know what it involves. Maybe I need to outsource that to someone who knows what they are doing. But first I’d like to back it up myself – that’s not working on updraft plus – It just pauses indefinitely because of unspecified errors.
Forum: Fixing WordPress
In reply to: Can’t change admin emailThanks. Think that’s worked!
Forum: Fixing WordPress
In reply to: Problems with google maps in websiteThanks James.
I’ve tried but the author is not responsive.
How did you find out the theme details so fast? Impressive!
Forum: Fixing WordPress
In reply to: Problems with google maps in websiteSo here’s the page:

and the back:

I got a third party to install the theme. I see it has a plugin WP Bakery – not sure what it’s for or how it got there, it might be the problem. Can I just uninstall it? Any thoughts appreciated. I’m a beginner at wordpress.