• Hi there,

    I’ve got the following problem for taking a backup from my website:
    wp-cron.php is returning a socket error: 111 response which could mean cron jobs aren’t getting fired properly. BackUpWordPress relies on wp-cron to run scheduled back ups. See the FAQ for more details.

    What can i do to solve this problem so i can make a backup from my website and put it online.

    https://ww.wp.xz.cn/plugins/backupwordpress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Paul de Wouters

    (@pauldewouters)

    sasvdpasch

    You’ll need to edit your wp-config.php file which should be at the root of your website directory.
    You can edit the file by accessing it via your hosting control panel, or by using an FTP client such as Filezilla.

    Locate the sentence That's all, happy blogging! and add this line just BEFORE it:
    define('WP_ALTERNATE_CRON', true);

    Thread Starter sasvdpasch

    (@sasvdpasch)

    I tried it but i still get this error code in my wordpress account.

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

The topic ‘backupwordpress wp.cron.php error 111’ is closed to new replies.