Troubleshooting and Support

Estimated reading: 1 minute

Troubleshooting Common Issues

Issue TypeSteps to Resolve
ERPNext ConnectionVerify Host URL, API credentials, and SSL settings. Ensure ERPNext API is enabled.
WordPress/WooCommerceCheck plugin/theme compatibility, increase PHP memory limit (e.g., 512MB), verify database connectivity.
Sync IssuesConfirm cron jobs are running, validate field mappings, check permissions, ensure data formats match.
PerformanceAdjust sync intervals, use batch processing, enable caching, optimize server resources.
LogsEnable debug mode, review error logs, adjust log levels, implement log rotation.

Example: Connection Failure

  • Error: Failed to connect to ERPNext.
  • Steps:
    1. Verify Host URL includes https://.
    2. Regenerate API Key/Secret in ERPNext.
    3. Disable SSL verification temporarily to test.
    4. Check ERPNext server logs for blocked requests.

Support Resources

  • Plugin Documentation: Access help sections in ERPNext IntegrationHelp.
  • WordPress Codex: General WordPress troubleshooting.
  • WooCommerce Docs: Store-specific issues.
  • ERPNext Docs: API and configuration details.
  • Community Support:
    • WordPress Forums
    • WooCommerce Community
    • ERPNext Community
  • Plugin Support: Contact the developer via the plugin’s support channel.

Getting Help

  • Plugin version
  • WordPress/WooCommerce versions
  • ERPNext version
  • Error logs (from ERPNext Integration → Logs)
  • Description of the issue and steps to reproduce