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.

Updated to 4.8

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:

Re: Updated to 4.8

Unread post by kev1n »

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';
ricklincs
Posts: 113
Joined: Mon Aug 01, 2011 5:39 pm
Has thanked: 36 times

Re: Updated to 4.8

Unread post by ricklincs »

Kev1n as always thank you that worked a treat.
Post Reply