Hi after updating to version nuBuilder Forte 4.7
DB Version: V.4.7-2025.06.01.03
Files Version: V.4.7-2025.06.01.07
(V.MajorVersion-CurrentDate.BuildNumber)
I am missing the following from the Object Type: Subform, Contentbox and WYSIWYG Editor.
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Object Types Missing after Update
-
- nuBuilder Team
- Posts: 4444
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 75 times
- Been thanked: 484 times
- Contact:
Re: Object Types Missing after Update
Hi,
You can restore the missing object types by running the SQL query below.
(Fixed on Github too)
You can restore the missing object types by running the SQL query below.
Code: Select all
INSERT INTO `zzzzsys_item` (`zzzzsys_item_id`, `itm_value`, `itm_description`, `itm_group`, `itm_category`, `itm_object_id`, `itm_sort_order`, `itm_tag`, `itm_additional1`, `itm_additional2`, `itm_notes`, `itm_css`, `itm_icon`, `itm_language`, `itm_parent_id`, `itm_active`, `itm_created_on`, `itm_updated_on`, `itm_access_level`, `itm_json`) VALUES ('nu683eae95a2bf066', 'subform', 'Subform', 'nubuilder', NULL, 'nu5bad6cb329fdf13', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, NULL), ('nu683eae7b182a96d', 'editor', 'WYSIWYG Editor', 'nubuilder', NULL, 'nu5bad6cb329fdf13', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, NULL), ('nu683eae4d1d9b44b', 'contentbox', 'ContentBox', 'nubuilder', NULL, 'nu5bad6cb329fdf13', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, NULL);