need to disable cron for duplicator to run
-
Not a support request, but putting it here in case it helps someone else.
I was getting a ‘host interrupt’ message trying to run duplicator. I found that if I disabled cron then the duplicator would run correctly.
To disable cron you put this line in wp-config.php:
define(‘DISABLE_WP_CRON’, true)
Make sure you remove that line after you have run duplicator, as cron is needed for wordpress to run correctly.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘need to disable cron for duplicator to run’ is closed to new replies.