Page 1 of 1

update error

Posted: Sun Feb 13, 2022 9:22 pm
by kknm
After the update, I got an ugly site. The original had adjustments in nubuilder4.css.
Attempts to apply them to the new nubuilder4.css were unsuccessful. How to find out the reason for this behavior?
original:
2022-02-13 23-02-16.png
2022-02-13 23-02-16.png (27.81 KiB) Viewed 1437 times
upd:
err.PNG
err.PNG (9.89 KiB) Viewed 1437 times
original:
2022-02-13 23-03-43.png
2022-02-13 23-03-43.png (47.82 KiB) Viewed 1437 times
upd:
err1.PNG
err1.PNG (26.88 KiB) Viewed 1437 times

Re: update error

Posted: Sun Feb 13, 2022 9:57 pm
by kev1n
If you leave nubuilder4.css as it is (unmodified), is the appearance still the same?

Re: update error

Posted: Mon Feb 14, 2022 6:15 am
by kknm
in the screenshots view without making changes

Re: update error

Posted: Mon Feb 14, 2022 7:27 am
by kev1n
It looks like nubuilder4.css is not included or it's invalid/corruped. Can you make sure that it is included and that the latest version is referenced? Also check the console output for errors.

Re: update error

Posted: Mon Feb 14, 2022 7:33 am
by kknm
In addition to the ugly look, the site opens without requiring a password - directly to the main page.

Re: update error

Posted: Mon Feb 14, 2022 7:41 am
by kknm
in the console writes 84 messages:
jquery.js?ts=20220214093620:2 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
(anonymous) @ jquery.js?ts=20220214093620:2
$ @ jquery.js?ts=20220214093620:2
html @ jquery.js?ts=20220214093620:2
nuBrowseTitle @ nuform.js?ts=20220214093620:3320
nuAddEditTabs @ nuform.js?ts=20220214093620:2683
nuBuildForm @ nuform.js?ts=20220214093620:170
successCallback @ nuajax.js?ts=20220214093620:129
success @ nuajax.js?ts=20220214093620:17
c @ jquery.js?ts=20220214093620:2
fireWith @ jquery.js?ts=20220214093620:2
l @ jquery.js?ts=20220214093620:2
(anonymous) @ jquery.js?ts=20220214093620:2

Re: update error

Posted: Mon Feb 14, 2022 8:19 am
by kknm
The issue is resolved by editing a new nuconfig.php... even though the instructions say to leave it.
P.S. I keep testing...

Re: update error

Posted: Mon Feb 14, 2022 10:59 am
by kknm
The topic can be closed.

Re: update error

Posted: Mon Feb 14, 2022 11:05 am
by kev1n
kknm wrote: Mon Feb 14, 2022 8:19 am The issue is resolved by editing a new nuconfig.php... even though the instructions say to leave it.
P.S. I keep testing...
Thanks for pointing that out! I will add this to the documentation.