Hi,
I really appreciate you spending time on my problem!
In Chrome developer tool from logging into nuBuilder to going to a form and opening sql builder I get these messages:
[DOM] Password field is not contained in a form: (More info:
https://goo.gl/9p2vKq) <input class="nuLoginInput" id="nupassword" type="password" onkeypress="nuSubmit(event)">
30[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
jquery.js?ts=20201123135243:2 [Violation] 'load' handler took 256ms
[Violation] Forced reflow while executing JavaScript took 82ms
jquery.js?ts=20201123135305:2 [Violation] 'load' handler took 329ms
[Violation] Forced reflow while executing JavaScript took 143ms
------
When opening xampp I see these lines in the Apache logs:
[Mon Nov 23 13:23:55.869972 2020] [ssl:warn] [pid 8780:tid 564] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Nov 23 13:23:55.979376 2020] [core:warn] [pid 8780:tid 564] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Nov 23 13:23:55.994963 2020] [ssl:warn] [pid 8780:tid 564] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Nov 23 13:23:57.026124 2020] [mpm_winnt:notice] [pid 8780:tid 564] AH00455: Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.2.34 configured -- resuming normal operations
[Mon Nov 23 13:23:57.026124 2020] [mpm_winnt:notice] [pid 8780:tid 564] AH00456: Apache Lounge VC15 Server built: Aug 4 2020 11:50:23
[Mon Nov 23 13:23:57.026124 2020] [core:notice] [pid 8780:tid 564] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Mon Nov 23 13:23:57.026124 2020] [mpm_winnt:notice] [pid 8780:tid 564] AH00418: Parent: Created child process 8892
[Mon Nov 23 13:23:57.541769 2020] [ssl:warn] [pid 8892:tid 520] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Nov 23 13:23:57.666762 2020] [ssl:warn] [pid 8892:tid 520] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Nov 23 13:23:57.697952 2020] [mpm_winnt:notice] [pid 8892:tid 520] AH00354: Child: Starting 150 worker threads.
-------
I 'm on the nuBuilder version that was available on 18th of november at souceforge
Is tis useful information?
Grz!
Paul