Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Object Types Missing after Update

Questions related to installing, updating, setting up and configuring
Post Reply
ricklincs
Posts: 107
Joined: Mon Aug 01, 2011 5:39 pm
Has thanked: 33 times

Object Types Missing after Update

Unread post by ricklincs »

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.
kev1n
nuBuilder Team
Posts: 4291
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Object Types Missing after Update

Unread post by kev1n »

Hi,

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);
(Fixed on Github too)
Post Reply