FCHubFCHub.co

Troubleshooting

Common issues with FCHub Fakturownia and how to resolve them. Covers API connection problems, missing invoices, KSeF failures, NIP field issues, and VAT rate errors.

This page covers the most common issues you might encounter with FCHub Fakturownia and how to resolve them.

Invoice Not Created

KSeF Submission Issues

NIP Field Issues

VAT Rate Issues

API Connection Issues

Debug Tips

Where to Look

The best starting point for any issue is the FluentCart order logs. Every action the plugin takes is logged with the source "Fakturownia". Failed operations include the specific error message from the API.

General debugging steps:

  1. Check order logs -- FluentCart order detail page, look for "Fakturownia" entries
  2. Check order metadata -- look for _fakturownia_* meta keys on the order
  3. Verify API connection -- re-save Fakturownia settings to trigger a connection test
  4. Check WordPress error log -- wp-content/debug.log if WP_DEBUG_LOG is enabled
  5. Test API manually -- use the Fakturownia API test endpoint to verify your credentials work outside of WordPress

If you need to report an issue, include:

  • The FluentCart order log entries
  • Your WordPress and PHP versions
  • Whether you're using wp-config.php constants
  • Any relevant error messages from the browser console or server logs

On this page