Forum Replies Created

Viewing 15 replies - 181 through 195 (of 5,446 total)
  • Plugin Contributor bcrodua

    (@bcrodua)

    Hi Ron,

    Thanks for your update and for the screenshot.

    From the screenshot, we can see that the scheduled backup tasks (updraft_backup, updraft_backup_database, and updraftplus_clean_temporary_files) have not been running as expected — the next scheduled run is overdue by several weeks.

    This usually happens when the WordPress cron system (WP-Cron) is not firing correctly. This can be caused by:

    • Low traffic on the site (since WP-Cron only runs on page visits)
    • A conflict or disabled cron system
    • Server configuration that blocks scheduled tasks

    Ensure WP-Cron is enabled:
    Check your wp-config.php file and make sure this line does not exist:

    define('DISABLE_WP_CRON', true);

    Please check this FAQ https://teamupdraft.com/documentation/updraftplus/topics/backing-up/troubleshooting/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/?nab=1 for ways to resolve issue.

    Best regards,
    Bryle

    Plugin Contributor bcrodua

    (@bcrodua)

    Hi @twocrumbsup

    Thanks for sharing the log.

    From the log, it looks like the backup process is failing while trying to zip a file due to an error:

    Zip error: ZipArchive::close(): Failure to create temporary file: No space left on device
    This usually indicates that the server has run out of disk space or temporary storage during the backup process.

    Could you please check with your hosting provider to confirm that there is enough free space available—both in your main storage and the temporary directory (often /tmp)?

    The log also shows that the backup process was timed out. This is often caused by limited server resources such as low memory or execution time limits.

      We recommend checking with your hosting provider to ensure you have sufficient disk space and increase memory and timeout limits, if possible.

      Best regards,
      Bryle

      Plugin Contributor bcrodua

      (@bcrodua)

      Hi,

      To help us work out the cause of your problem, can you please send us a copy of the full backup log?
      This can be found in the UpdraftPlus Existing Backups tab. The contents will be too long to post here directly, but you can use an online service such as Dropbox or Pastebin, and post the link here.

      Kind Regards,
      Bryle

      Plugin Contributor bcrodua

      (@bcrodua)

      Hi @couponsoffers

      Thanks for the update and for sharing the screenshot.

      Since all the components are available on Google Drive, we recommend restoring them one at a time to help isolate where the issue might be occurring. Just make sure to restore the database last, as it will log you out of the current session.

      Best Wishes,
      Bryle

      Plugin Contributor bcrodua

      (@bcrodua)

      Hi @amberianer

      Thanks for the details and for sharing the screenshot and log.

      Please try installing the WP Crontrol plugin to check if WordPress scheduled tasks (cron jobs) are working correctly. Sometimes, cron can get stuck or fail to trigger, which may cause scheduled backups to not run.

      Let us know what you find, and we’ll be happy to assist further!

      Best Wishes,
      Bryle

      Plugin Contributor bcrodua

      (@bcrodua)

      Hi @couponsoffers

      Thanks for the update, and I’m really sorry to hear what happened.

      If the backup set is still available on your Google Drive — especially the database and the four other components (plugins, themes, uploads, and others) — there’s still a chance we can recover the site.

      Could you please check your Google Drive for the backup files and let us know the exact filenames you see there? That way, we can help verify if the set is complete and guide you on how to proceed with restoring it.

      Looking forward to your reply!

      Kind regards,
      Bryle

      Plugin Contributor bcrodua

      (@bcrodua)

      Hi @couponsoffers

      Thanks for reaching out and sharing the log.

      The error message you’re seeing — “النسخة الإحتياطية لا توجد بتاريخ النسخ (1751934180)” — indicates that UpdraftPlus couldn’t find the backup set for the selected backup date. This usually happens if:

      • Some backup files are missing or not fully uploaded to the new server.
      • The backup set wasn’t fully recognized/imported.

      Please try the following:

      1. Re-upload the backup files to the new site via UpdraftPlus > Existing Backups > Upload backup files. Make sure all parts of the backup set (e.g., .zip, .db.gz, etc.) are present.
      2. After uploading, refresh the page and try restoring again.

      Let us know how it goes.

      Kind regards,
      Bryle

      Plugin Contributor bcrodua

      (@bcrodua)

      Hi @trivikramredx

      Thanks for reaching out.

      It sounds like the settings may not be saving correctly, or another plugin may be interfering with the scheduler.

      Could you please try again and Go to Settings > UpdraftPlus Backups > Settings tab, Re-select your desired schedule (e.g., Files backup schedule: Fortnightly) and Click Save Changes at the bottom of the page. If possible temporarily deactivate all other plugin except UpdraftPlus.

      Also, could you please send us a copy of your most recent backup log? You can find this in the Existing Backups tab by clicking the “View Log” link next to the most recent backup.

      This will help us better understand what’s going on behind the scenes.

      Kind regards,
      Bryle

      Plugin Contributor bcrodua

      (@bcrodua)

      Hi @nudesign

      Thanks for the update, and I understand how frustrating this must be.

      May I ask—have you had a chance to check with your web host about this issue? Some hosting providers have their own built-in backup systems and might block or restrict third-party backup plugins like UpdraftPlus. In some cases, they limit file operations or remote storage access, which can cause the kinds of problems you’re seeing.

      Thanks,
      Bryle

      Plugin Contributor bcrodua

      (@bcrodua)

      Hi @ajw1100

      No worries at all—and you’re absolutely right: it’s only easy if you already know how!

      Let’s go step-by-step:

      1. About the “Backup Sets 0” message:
        That usually means UpdraftPlus couldn’t find the backups where it expected them (either locally or in Dropbox). Since you’re using a local site, it’s likely that the Dropbox connection has expired.
      2. Use local backups instead of Dropbox (recommended for local sites):
        For now, we suggest disconnecting Dropbox and saving backups locally instead.

      To do this, go to your site dashboard and navigate to:
      Settings > UpdraftPlus Backups > Settings tab, then scroll to the Choose your remote storage section.

      Deselect Dropbox and scroll down to click Save Changes.

      UpdraftPlus will now save backups directly to your computer.

      To access these backups, go outside of the WordPress dashboard and into the folder where your local WordPress site is installed. From there, go to:
      wp-content → updraft
      This is where all your local backup files are stored—no need to create a separate folder.

      1. Uploading screenshots to the forum:
        ww.wp.xz.cn doesn’t allow direct image uploads, but you can upload your screenshot to a free site like imgur.com, then share the link here.

      Best Wishes,
      Bryle

      Plugin Contributor bcrodua

      (@bcrodua)

      Hi @swapot

      Thanks for the detailed follow-up—glad to hear you got the site restored!
      That’s a great point about the WordPress version; restoring a backup won’t automatically roll back WordPress itself, so manually installing the earlier version beforehand is indeed the way to go.

      Appreciate you sharing your experience—it could be really helpful to others in a similar situation.

      Best regards,
      Bryle

      Plugin Contributor bcrodua

      (@bcrodua)

      That’s wonderful to hear—thanks for the update!
      Glad Hostinger was able to recover everything. If you have any questions or need help with backups in the future, feel free to reach out.

      Best wishes,
      Bryle

      Plugin Contributor bcrodua

      (@bcrodua)

      Hi Chris,

      Thank you for your detailed message. I’ve reviewed the information you provided.

      The error log you shared points to your theme (Weaver II) as the cause:
      Weaverii_Widget - Too few arguments to function WP_Widget::__construct()
      This suggests the theme isn’t fully compatible with PHP 8. The issue occurs because PHP 8 is stricter about how widgets are constructed. This is unrelated to UpdraftPlus.

      I recommend checking if there’s an updated version of the Weaver II theme or contacting the theme developer to confirm PHP 8 support.

      We’re aware that some PHP compatibility scanners may report warnings due to third-party libraries bundled with plugins. UpdraftPlus 1.25.6 is tested and compatible with PHP 8.x. and these warnings don’t affect normal backup and restoration processes.

      Thanks,
      Bryle

      Plugin Contributor bcrodua

      (@bcrodua)

      Hi @hollysdayz,

      Sorry to hear about the trouble. To better understand what happened, could you please provide a few more details?

      • What exact steps did you take when performing the backup and restore?
      • Did you see any error messages during the restore process?
      • Could you share a screenshot of what you see on your website now?

      Once we have more information, we’ll do our best to guide you through resolving this.

      Kind regards,
      Bryle

      Plugin Contributor bcrodua

      (@bcrodua)

      안녕하세요,
      PHP 버전을 8.4로 업데이트하신 후 UpdraftPlus 설정 페이지 로딩에 문제가 발생하는 경우, PHP 8.4는 현재 WordPress와 일부 플러그인에서 완전히 지원되지 않을 수 있습니다.
      PHP 8.1 또는 8.2로 일시적으로 버전을 낮추신 후 다시 시도해보시겠어요?

      감사합니다!

      Hello,

      If you’re experiencing issues loading the UpdraftPlus page after updating to PHP 8.4, please note that PHP 8.4 may not yet be fully supported by WordPress and some plugins.
      We recommend temporarily downgrading PHP to version 8.1 or 8.2 and trying again.

      Thank you,
      Bryle

    Viewing 15 replies - 181 through 195 (of 5,446 total)