Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Upgrade nuBuilder 4 to nuBuilder 4.5
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Upgrade nuBuilder 4 to nuBuilder 4.5
Yes, follow these instructions: https://forums.nubuilder.cloud/viewtopic. ... 652#p22652
You can also create a copy of your current database to test the upgrade and see if everything goes well.
You can also create a copy of your current database to test the upgrade and see if everything goes well.
-
- Posts: 366
- Joined: Sat Apr 11, 2020 12:03 am
- Has thanked: 3 times
- Been thanked: 4 times
- Contact:
Re: Upgrade nuBuilder 4 to nuBuilder 4.5
Updated ... but the calendar field remains blank after picking a date. The calendar is in Russian, which pleases me.kev1n wrote:Yes, follow these instructions: https://forums.nubuilder.cloud/viewtopic. ... 652#p22652
You can also create a copy of your current database to test the upgrade and see if everything goes well.
Code: Select all
Uncaught TypeError: Cannot read property 'jsmonth' of undefined
at nuCalChoice (nucalendar.js?ts=20210809104830:403)
at HTMLDivElement.onclick (index.php:1)
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
-
- Posts: 366
- Joined: Sat Apr 11, 2020 12:03 am
- Has thanked: 3 times
- Been thanked: 4 times
- Contact:
Re: Upgrade nuBuilder 4 to nuBuilder 4.5
For any format, no selection occurs.kev1n wrote:What date format is set?
If you don't choose a language, then the choice works.I compared calendar.js of different versions and found no obvious errors - almost identical.
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Upgrade nuBuilder 4 to nuBuilder 4.5
Try this:
In nucalendar.js, replace in the function nuCalChoice(t) this line:
with
Then log in again.
In nucalendar.js, replace in the function nuCalChoice(t) this line:
Code: Select all
var M = Number(FMT[String($('#nuCalMonth').html()).substr(0,3)]['jsmonth']);
Code: Select all
var M = Number(FMT[nuPad2(window.nuCalMonth + 1)]['jsmonth']);
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
-
- Posts: 366
- Joined: Sat Apr 11, 2020 12:03 am
- Has thanked: 3 times
- Been thanked: 4 times
- Contact:
Re: Upgrade nuBuilder 4 to nuBuilder 4.5
Thanks, it worked ...
There were also problems in the new update -
Report fields that used to be in 1 line are now wrapped on 2 lines, and the size of the header allows you to fit in 1 line, but the margins are very large. This appeared after the upgrade from 4 to 4.5, also after the 4.5 update to the last update.
There were also problems in the new update -
Report fields that used to be in 1 line are now wrapped on 2 lines, and the size of the header allows you to fit in 1 line, but the margins are very large. This appeared after the upgrade from 4 to 4.5, also after the 4.5 update to the last update.
You do not have the required permissions to view the files attached to this post.
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Upgrade nuBuilder 4 to nuBuilder 4.5
What fonts are you using? There is no extra margin when using some English strings.