• Resolved hunts

    (@hunts)


    Hi! I attempted to backup a WordPress site using a manual BackWPup job, but the backup doesn’t start. This error message appears:

    ‘Job “Web Dev Backup 09/29” has started, but not responded for 10 seconds.’

    Here’s the debug info:

    WordPress version: 6.0.2
    BackWPup version: 3.10.0
    PHP version: 7.4.30  (64bit)
    MySQL version: 5.7.26-29-log
    cURL version: 7.80.0
    cURL SSL version: OpenSSL/1.1.1q
    WP-Cron url: http://columbiareviewmag.com/wp-cron.php
    Server self connect: Not expected HTTP response:
    Status-Code: 200
    Date: Thu, 29 Sep 2022 14:31:43 GMT
    Content-length: 0
    
    Document root: /var/www
    Temp folder: /var/www/wp-content/uploads/backwpup-7e0236-temp/
    Log folder: /var/www/wp-content/uploads/backwpup-7e0236-logs/
    Server: Apache
    Operating System: Linux
    PHP SAPI: cgi-fcgi
    Current PHP user: root
    Maximum execution time: 300 seconds
    BackWPup maximum script execution time: 30 seconds
    Alternative WP Cron: Off
    Disabled WP Cron: Off
    CHMOD Dir: 453
    Server Time: 14:31
    Blog Time: 10:31
    Blog Timezone: America/New_York
    Blog Time offset: -4 hours
    Blog language: en-US
    MySQL Client encoding: utf8
    PHP Memory limit: 256M
    WP memory limit: 40M
    WP maximum memory limit: 256M
    Memory in use: 2.00 MB
    Loaded PHP Extensions:: Core, PDO, Phar, Reflection, SPL, SimpleXML, Zend OPcache, apcu, bcmath, bz2, calendar, cgi-fcgi, ctype, curl, date, dba, dom, exif, fileinfo, filter, ftp, gd, gettext, hash, iconv, igbinary, imagick, intl, json, libxml, mbstring, mcrypt, mysql, mysqli, mysqlnd, openssl, pcntl, pcre, pdo_mysql, posix, pspell, readline, session, shmop, soap, sockets, standard, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, yaml, zip, zlib

    Any help is appreciated! Thank you.

    • This topic was modified 3 years, 8 months ago by hunts.
Viewing 2 replies - 1 through 2 (of 2 total)
  • @hunts
    you can fix this by using another cron method.
    modify wp-config.php ( you can find this file in your root directory ), and BEFORE the line:
    /* That’s all, stop editing! Happy blogging. */
    add this line:
    define('ALTERNATE_WP_CRON' , true );
    I hope that it could help!

    since we haven’t heard back from you, I’m going to mark it as resolved.
    In case you’re still having problems, feel free to let us know 😉
    Btw, If you find BackWPUp is useful for you, we would really appreciate if you leave a positive review and rating.
    This would encourage us to develop new free features and provide free support 😀
    https://ww.wp.xz.cn/support/plugin/backwpup/reviews/#new-post

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Backup Failure’ is closed to new replies.