Unable to create a Field Group
-
When I add a new Field Group and then Add Field to that group, it doesn’t stick. Viewing all the Field Groups for either POST or USER, it just shows me an empty list like I didn’t create anything.
I tried adding define(‘TYPES_USE_STYLING_EDITOR’, true) in my functions.php and now Any Field Group I try to create, for Post Fields or User Fields, generates the following errors in the Fields Styling Editor:
Notice: Undefined index: args in /srv/bindings/518a4123b5874c2c9ce67e2d5258e17f/code/wp-content/plugins/types/library/toolset/types/embedded/includes/fields-post.php on line 417 Fatal error: Uncaught TypeError: Argument 1 passed to Types_Wpml_Field_Group::__construct() must be an instance of Types_Field_Group, null given, called in /srv/bindings/518a4123b5874c2c9ce67e2d5258e17f/code/wp-content/plugins/types/library/toolset/types/embedded/includes/fields-post.php on line 419 and defined in /srv/bindings/518a4123b5874c2c9ce67e2d5258e17f/code/wp-content/plugins/types/application/models/wpml/field_group.php:35 Stack trace: #0 /srv/bindings/518a4123b5874c2c9ce67e2d5258e17f/code/wp-content/plugins/types/library/toolset/types/embedded/includes/fields-post.php(419): Types_Wpml_Field_Group->__construct(NULL) #1 /srv/bindings/518a4123b5874c2c9ce67e2d5258e17f/code/wp-content/plugins/types/library/toolset/types/includes/classes/class.types.admin.edit.custom.fields.group.php(677): wpcf_admin_post_meta_box(Object(WP_Post), Array, 1, true) #2 /srv/bindings/518a4123b5874c2c9ce67e2d5258e17f/code/wp-content/plugins/types/library/toolset/types/includes/classes/class.types.admin.edit.custom.fields.group.php(644): Ty in /srv/bindings/518a4123b5874c2c9ce67e2d5258e17f/code/wp-content/plugins/types/application/models/wpml/field_group.php on line 35
It was also causing PHP Errors so I took out the // define(‘TYPES_USE_STYLING_EDITOR’, true)
Anything I can do to get the Field Groups to show up?
Thanks
Dana
- The topic ‘Unable to create a Field Group’ is closed to new replies.