15.10. Fixing cURL-related automatic crawling problems
If you get a cURL error and the automatic crawling does not work, do the following.
A few customers have reported an issue like this. This is not a problem related to the plugin.
The customers got back to us with a solution. Apparently, if you alternate CRON, everything works
OK. What you need to do is to add the code below to the wp-config.php
file:
define( 'ALTERNATE_WP_CRON', true );
For more information about alternative CRON, please see wp-config.php documentation at WordPress.