• Resolved andrewmurray

    (@andrewmurray)


    It seems that this plugin is not being able to run a job correctly. Debug info:

    WordPress version: 5.6
    BackWPup version: 3.8.0
    PHP version: 7.3.25 (64bit)
    MySQL version: 10.3.27-MariaDB-cll-lve
    cURL version: 7.71.0
    cURL SSL version: OpenSSL/1.1.1d
    WP-Cron url: https://www.REDACTED.com/wp-cron.php
    Server self connect: Not expected HTTP response:
    Status-Code: 200
    Date: Tue, 29 Dec 2020 20:42:11 GMT
    Server: Apache
    Upgrade: h2,h2c
    Last-modified: Wed, 17 Jun 2020 20:01:21 GMT
    Accept-ranges: bytes
    Content-length: 163
    Vary: Accept-Encoding
    Cache-control: no-cache, no-store, must-revalidate
    Pragma: no-cache
    Expires: 0
    Content-type: text/html
    Content: <html><head><META HTTP-EQUIV=”Cache-control” CONTENT=”no-cache”><META HTTP-EQUIV=”refresh” CONTENT=”0;URL=/cgi-sys/defaultwebpage.cgi”></head><body></body></html>

    Document root: /home/REDACTED/public_html
    Temp folder: /home/REDACTED/public_html/wp-content/uploads/backwpup-75c3fa-temp/
    Log folder: /home/REDACTED/public_html/wp-content/uploads/backwpup-75c3fa-logs/
    Server: Apache
    Operating System: Linux
    PHP SAPI: litespeed
    Current PHP user: REDACTED
    Maximum execution time: 300 seconds
    BackWPup maximum script execution time: 30 seconds
    Alternative WP Cron: Off
    Disabled WP Cron: Off
    CHMOD Dir: 493
    Server Time: 20:42
    Blog Time: 16:42
    Blog Timezone: America/Halifax
    Blog Time offset: -4 hours
    Blog language: en-US
    MySQL Client encoding: utf8
    PHP Memory limit: 512M
    WP memory limit: 40M
    WP maximum memory limit: 512M
    Memory in use: 164.00 MB
    Disabled PHP Functions:: show_source, system, passthru, exec, popen, proc_open,
    Loaded PHP Extensions:: Core, PDO, PDO_ODBC, Phar, Reflection, SPL, SimpleXML, bcmath, bz2, calendar, ctype, curl, date, dba, dom, enchant, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, i360, iconv, imap, intl, ionCube Loader, json, ldap, libxml, litespeed, mbstring, mcrypt, mysqli, mysqlnd, odbc, openssl, pcntl, pcre, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, posix, pspell, readline, session, shmop, snmp, soap, sockets, sqlite3, standard, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib

Viewing 1 replies (of 1 total)
  • Plugin Support happyAnt

    (@duongcuong96)

    Hello @andrewmurray
    you can fix this by using another cron method.
    modify wp-config.php ( you can find this file in site root directory ), and BEFORE the line:
    /* That’s all, stop editing! Happy blogging. */
    add this line:
    define('ALTERNATE_WP_CRON' , true );

    I hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Job has started, but not responded for 10 seconds. Please chec’ is closed to new replies.