Page 1 of 1

UI Broken for v14.06

Posted: 20 Oct 2020, 18:11
by leenux
Hi,

My CSF UI is broken. Try to inspect element on my chrome and get error on index line 168
Image

There is no error on lfd log. And i just set TESTING=0, enable UI, fill username password and allow my ip for UI_PORT on csf.allow.

Re: UI Broken for v14.06

Posted: 20 Oct 2020, 20:41
by ForumAdmin
We're not able to recreate a problem with the UI (nothing has changed in it for this version). If you view the source of the page what HTML code is around line 168?

And just to confirm, is this using the inbuilt UI or is it in a specific control panel?

Re: UI Broken for v14.06

Posted: 21 Oct 2020, 03:53
by leenux
Hi ForumAdmin

Im using inbuilt UI with CUSTOM_STYLE="0" and STYLE_MOBILE="0"

Uncaught ReferenceError: $ is not defined at (index):168 referer to

Image

Re: UI Broken for v14.06

Posted: 21 Oct 2020, 11:29
by ForumAdmin
That might suggest that the jquery library is not loading in your browser before it hits the end of the page. We'll look into it, but it may take some time to address.

Re: UI Broken for v14.06

Posted: 28 Oct 2020, 11:53
by Lubos
Hi I've posted some details about this issue in another thread. It may or may not be helpful:
viewtopic.php?p=32049#p32049

Re: UI Broken for v14.06

Posted: 09 Nov 2020, 21:59
by gmariani405
Running into the same issue on 14.07 on CentOS 7 using the integrated UI. None of the CSS or JavaScript files are loading.

The script from “https://<IP>:<Port>/<sessionID>/images/jquery.min.js” was loaded even though its MIME type (“text/plain”) is not a valid JavaScript MIME type.
The script from “https://<IP>:<Port>/<sessionID>/images/bootstrap/js/bootstrap.min.js” was loaded even though its MIME type (“text/plain”) is not a valid JavaScript MIME type.

All of these files load with zero bytes:
https://<IP>:<Port>/<sessionID>/images/jquery.min.js
https://<IP>:<Port>/<sessionID>/images/bootstrap/js/bootstrap.min.js
https://<IP>:<Port>/<sessionID>/images/bootstrap/css/bootstrap.min.css
https://<IP>:<Port>/<sessionID>/images/configserver.css
https://<IP>:<Port>/<sessionID>/images/csf_small.png

Re: UI Broken for v14.06

Posted: 11 Nov 2020, 15:38
by gmariani405
14.08 fixed this error for me