“There was a problem saving your Event, please try again.” Error
You may receive reports from users that they encounter the following error upon submitting events on your site.
"There was a problem saving your Event, please try again."
When users encounter this error while submitting events via the Community plugin, it’s often due to caching misconfigurations. Caching plugins or server-side caching can interfere with the submission process, leading to this issue.
Identify and Disable Caching Plugins
Begin by identifying any active caching plugins on your WordPress site, such as:
- W3 Total Cache
- WP Super Cache
- WP Rocket
- LiteSpeed Cache
Steps:
- Navigate to Plugins → Installed Plugins in your WordPress dashboard.
- Deactivate any caching plugins.
- Clear your site’s cache and browser cache.
- Attempt to submit an event again.
If the error no longer occurs, the caching plugin was likely the culprit.
If you need to keep your caching plugin active, it’s essential to configure it to exclude the Community Events files from being cached. For guidance on setting up exclusions with specific caching plugins, refer to The Events Calendar’s Caching articles. If your caching plugin isn’t listed, you can manually exclude the relevant Community Events files by following the instructions provided in this article.
Check Server-Side Caching
Some hosting providers implement server-side caching mechanisms. If you’re using a managed WordPress host, check if they offer server-side caching and request them to exclude the Community Events submission page from caching.
Test for Plugin and Theme Conflicts
Conflicts with other plugins or themes can also cause this error.
You can test this by following the steps below:
- Switch to a default WordPress theme (e.g., Twenty Twenty-One).
- Deactivate all plugins except The Events Calendar and Community Events.
- Attempt to submit an event.
- If successful, reactivate plugins one by one to identify the conflicting plugin.
This process helps isolate the source of the conflict.
Check out this article for further details.