WP Content Crawler

Contents

  • 1. Getting Started
  • 2. Quick Start
  • 3. Guides
  • 4. Site Listing Page
  • 5. Site Settings Page
  • 6. General Settings Page
  • 7. Tester Page
  • 8. Dashboard Page
  • 9. Tools Page
  • 10. License Settings Page
  • 11. Common Options
  • 12. Permissions
  • 13. Frequently Asked Questions
  • 14. Troubleshooting
    • 14.1. Checking if CRON jobs work and fixing CRON problems
    • 14.2. Fixing error messages like “Parse error: syntax error…”
    • 14.3. Fixing automatic crawling problems
    • 14.4. Fixing invisible tab contents in setting pages
    • 14.5. Fixing unsaved settings problem
    • 14.6. Fixing empty plugin pages problem
    • 14.7. Fixing the problem of empty pages shown after saving the settings
    • 14.8. Fixing the problem of error pages shown after saving the settings
    • 14.9. Fixing automatic crawling problems caused by the theme Newspaper 8 (or later)
    • 14.10. Fixing cURL-related automatic crawling problems
    • 14.11. Fixing duplicate post issues
    • 14.12. Fixing character encoding problems
    • 14.13. Manual Crawling Tool’s buttons do not work
    • 14.14. Fixing the problems caused by other plugins/themes
    • 14.15. Debugging errors
  • 15. Changelog
WP Content Crawler
  • 14. Troubleshooting
  • 14.10. Fixing cURL-related automatic crawling problems

14.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.

Previous Next

© Copyright 2024, WP Content Crawler. Last updated on 07 September 2024 05:53 UTC +0000.

Other Versions v: 1.9
Branches
1.10
1.11
1.12
1.13
1.14
1.15
1.9
master