Hi,
We're not able to run a different host/server. This is the client's existing setup.
Whenever I add or save a Repeatable Field Group, WordPress throws a fatal error and the group does not save:
Fatal error: Uncaught Error: Call to a member function get_slug() on false
in /wp-content/plugins/types/application/models/field/group/repeatable/service.php:286
Types_Field_Group_Repeatable_Service->create_relationship_one_to_many_between_groups()
Key observations
The error happens before any database INSERT occurs
No SQL errors are logged
Toolset Relationships work correctly when created manually
The database schema for Toolset tables is intact
The failure occurs consistently on repeatable group save, even with a single text field
Environment
WordPress: latest stable
Toolset Types: tested multiple recent versions (same behavior)
PHP: 8.1 / 8.2 tested
Hosting:
Azure App Service (Linux)
Azure Database for MySQL
Azure Front Door (no WAF enabled)
This site is behind Azure Front Door, but:
Caching is disabled
No rule sets attached
Correct origin host header is configured
App Service has been restarted multiple times
I use Toolset extensively on many other sites (non-Azure and Azure without Front Door) and have never encountered this issue before.
What I’ve already tested
Reinstalling Toolset Types
Clearing Toolset and WordPress caches
Verifying wp_toolset_relationships and wp_toolset_type_sets tables
Confirming relationships can be created and queried successfully
Testing on different post types (including Posts)
Confirming the repeatable save never reaches a DB insert
Testing with and without Front Door–specific header overrides
At this point, all evidence points to Toolset expecting a relationship object during repeatable group creation that is returning false, and the code path not handling that condition gracefully.
Request
Could you please:
Confirm whether this is a known issue with Repeatable Field Groups in this type of environment, and/or
Advise if there is a patch, workaround, or configuration flag, or
Let me know if you’d like a minimal reproduction or additional logs
I’m happy to provide:
Full stack traces
DB schema output
Query logs showing no INSERT attempt
Access to a staging environment if needed
Thanks in advance — I appreciate any guidance you can provide.
Best regards,
Claudia