Welcome to the nuBuilder Forums!

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

Problems with older WINXP browsers

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
kknm
Posts: 366
Joined: Sat Apr 11, 2020 12:03 am
Has thanked: 3 times
Been thanked: 4 times
Contact:

Problems with older WINXP browsers

Unread post by kknm »

Is it possible to work in older browsers with such errors?

Code: Select all

Failed to load resource: the server responded with a status of 403 (Forbidden)
http://report.lan/core/libs/uppy/uppy.min.css?ts=20240507095240 Failed to load resource: the server responded with a status of 403 (Forbidden)
http://report.lan/core/libs/vanillajs-datepicker/datepicker.min.css?ts=20240507095240 Failed to load resource: the server responded with a status of 403 (Forbidden)
http://report.lan/core/libs/uppy/uppy.min.js?ts=20240507095240 Failed to load resource: the server responded with a status of 403 (Forbidden)
tinymce.min.js:4 Uncaught SyntaxError: Unexpected token ...
index.php:229 Uncaught SyntaxError: Unexpected token ?
nucommon.js?ts=20240507095240:163 Uncaught TypeError: t.scrollTo is not a function
index.php:1 Failed to decode downloaded font: http://report.lan/core/libs/fontawesome/webfonts/fa-solid-900.woff2
index.php:1 OTS parsing error: Failed to convert WOFF 2.0 font to SFNT
index.php:1 Failed to decode downloaded font: http://report.lan/core/libs/fontawesome/webfonts/fa-solid-900.woff2
index.php:1 OTS parsing error: Failed to convert WOFF 2.0 font to SFNT
index.php:1 Failed to decode downloaded font: http://report.lan/core/libs/fontawesome/webfonts/fa-solid-900.woff2
index.php:1 OTS parsing error: Failed to convert WOFF 2.0 font to SFNT
nuform.js?ts=20240507095240:4264 Uncaught TypeError: columnElements.forEach is not a function
http://report.lan/core/libs/uppy/uppy.min.css?ts=20240507095250 Failed to load resource: the server responded with a status of 403 (Forbidden)
http://report.lan/core/libs/vanillajs-datepicker/datepicker.min.css?ts=20240507095250 Failed to load resource: the server responded with a status of 403 (Forbidden)
http://report.lan/core/libs/vanillajs-datepicker/datepicker-full.min.js?ts=20240507095250 Failed to load resource: the server responded with a status of 403 (Forbidden)
http://report.lan/core/libs/uppy/uppy.min.js?ts=20240507095250 Failed to load resource: the server responded with a status of 403 (Forbidden)
tinymce.min.js:4 Uncaught SyntaxError: Unexpected token ...
index.php:256 Uncaught SyntaxError: Unexpected token ?
nuform.js?ts=20240507095250:5637 Uncaught TypeError: Cannot read property 'width' of undefined
http://report.lan/core/libs/uppy/uppy.min.css?ts=20240507095240 Failed to load resource: the server responded with a status of 403 (Forbidden)
http://report.lan/core/libs/vanillajs-datepicker/datepicker.min.css?ts=20240507095240 Failed to load resource: the server responded with a status of 403 (Forbidden)
http://report.lan/core/libs/uppy/uppy.min.css?ts=20240507095250 Failed to load resource: the server responded with a status of 403 (Forbidden)
http://report.lan/core/libs/vanillajs-datepicker/datepicker.min.css?ts=20240507095250 Failed to load resource: the server responded with a status of 403 (Forbidden)
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: Problems with older WINXP browsers

Unread post by kev1n »

What browser are you using? (Name and exact version)
kknm
Posts: 366
Joined: Sat Apr 11, 2020 12:03 am
Has thanked: 3 times
Been thanked: 4 times
Contact:

Re: Problems with older WINXP browsers

Unread post by kknm »

GoogleChrome 49.0.2623.112
FlashPeak Slimjet 10.0.13.0 ( Chromium 50.0.2661.75)
These are clients
Server on UBUNTU
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: Problems with older WINXP browsers

Unread post by kev1n »

Chrome 49 is significantly outdated and lacks support for many modern web technologies. While some bugs could be fixed (e.g. using fallbacks or alternative resources for fonts), there could be a significant amount of work needed to replace modern JS syntax features and use compatible constructs. If you can't do it yourself, you may need to hire someone who has the time, knowledge and systems to make these adjustments.
kknm
Posts: 366
Joined: Sat Apr 11, 2020 12:03 am
Has thanked: 3 times
Been thanked: 4 times
Contact:

Re: Problems with older WINXP browsers

Unread post by kknm »

Supermium 122.0.6261.152 (R4) solved all problems for nubuilder.
Post Reply