Hi @ikfb90,?
I do apologize for the delay. We answer tickets in the order they come. We’ve responded to your forum requests but I will leave this here for you as well.
Often JavaScript issues and/or clashes in plugin functionality?contribute to these types of issues.?The “round and round” behavior suggests a JavaScript issue.
Some Steps to Resolve:
- Open your browser’s Developer Tools (Right-click → Inspect → Go to the?Console?tab).
- Try saving settings in Sprout Invoices.
- If errors appear in the console, it may point to the cause (e.g., a missing script or conflict).
You may also want to check php version memory limits. First ensure your ?PHP version is 7.4 or higher. ?Then increase the WordPress memory limit in your wp-config.php.
WP_DEBUG can possibly reveal errors as well. ????
- Add the following to your?
wp-config.php
?file:define(‘WP_DEBUG’, true); define(‘WP_DEBUG_LOG’, true);
- Try saving the settings again.
- Check the debug log file (
/wp-content/debug.log
) for any errors.
- Paste any error in the thread here for us to review.
I hope this helps. We’re looking