• Resolved estural

    (@estural)


    Hello, I cannot run the job, it ends up with waiting more then 10sec. In the log there is:

    WordPress version: 6.1.1
    BackWPup version: 4.0.0
    PHP version: 8.0.26 (64bit)
    MySQL version: 10.6.10-MariaDB-1:10.6.10+maria~deb11-log
    cURL version: 7.64.0
    cURL SSL version: OpenSSL/1.1.1n
    WP-Cron url: https://houseplantshappiness.com/wp-cron.php
    Server self connect: Not expected HTTP response:
    Status-Code: 200
    Content-type: text/html; charset=UTF-8
    Date: Wed, 11 Jan 2023 18:07:10 GMT
    Server: Apache
    X-powered-by: PHP/8.0.26
    Expires: Wed, 11 Jan 1984 05:00:00 GMT
    Cache-control: no-cache, must-revalidate, max-age=0
    Content-encoding: gzip Document root: /kunden/homepages/25/d4296982263/htdocs/wordpress
    Temp folder: /homepages/25/d4296982263/htdocs/wordpress/wp-content/uploads/backwpup-071e42/
    Log folder: /homepages/25/d4296982263/htdocs/wordpress/wp-content/uploads/backwpup-436aa1-logs/
    Server: Apache
    Operating System: Linux
    PHP SAPI: cgi-fcgi
    Current PHP user: ws67136649
    Maximum execution time: 50000 seconds
    BackWPup maximum script execution time: 30 seconds
    Alternative WP Cron: Off
    Disabled WP Cron: On
    CHMOD Dir: 493
    Server Time: 18:7
    Blog Time: 18:07
    Blog Timezone:
    Blog Time offset: 0 hours
    Blog language: en
    MySQL Client encoding: utf8
    PHP Memory limit: -1
    WP memory limit: 40M
    WP maximum memory limit: -1
    Memory in use: 99.00 MB
    Loaded PHP Extensions:: Core, PDO, Phar, Reflection, SPL, SimpleXML, bcmath, bz2, calendar, cgi-fcgi, ctype, curl, date, dba, dom, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imap, intl, json, libxml, mbstring, mysqli, mysqlnd, openssl, pcre, pdo_mysql, pdo_sqlite, posix, session, shmop, soap, sodium, sqlite3, standard, tidy, tokenizer, xml, xmlreader, xmlwriter, xsl, zip, zlib

    Could you help me with it? Thank you.

    • This topic was modified 2 years, 1 month ago by estural.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support happyAnt

    (@duongcuong96)

    @estural

    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 ^^

    Even with that set, Still get the same report in the Plugin.

    <?php
    define('WP_CACHE', true);
    define('DISABLE_WP_CRON', true);
    define('ALTERNATE_WP_CRON', true);
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘waiting more then 10sec’ is closed to new replies.