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.
Questions related to installing, updating, setting up and configuring
kev1n
nuBuilder Team
Posts: 4444 Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 75 times
Been thanked: 484 times
Contact:
Unread post
by kev1n » Fri Jun 13, 2025 11:42 am
To fix the issue, you can run the following SQL statement directly in phpMyAdmin (or any MySQL client):
Code: Select all
UPDATE zzzzsys_form SET sfo_javascript = REPLACE(sfo_javascript, 'nuTabHolder', 'nuSubformTitleHolder') WHERE zzzzsys_form_id = 'nufflaunch';