Welcome to the nuBuilder Forums!

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

Updated to 4.8

Questions related to installing, updating, setting up and configuring
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 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: 107
Joined: Mon Aug 01, 2011 5:39 pm
Has thanked: 33 times

Re: Updated to 4.8

Unread post by ricklincs »

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