I have been having some problems in Forma LMS (not being able to add new users). I have tried in Chrome and Firefox, and using the Developer tools, I have discovered 3 warnings related to jQuery.
Loading failed for the <script> with source “http:// serverroot /addons/jquery/core/ui/js/i18n/datepicker-en;%20en-us.js”.
Source map error: Error: request failed with status 404
Resource URL: http:// serverroot /addons/jquery/bootstrap/css/bootstrap-3.3.6.min.css
Source Map URL: bootstrap.min.css.map
Source map error: Error: request failed with status 404
Resource URL: http:// serverroot /addons/jquery/select/bootstrap-select.min.js
Source Map URL: bootstrap-select.js.map
My install is version 2.3.0 on Apache/2.4.23 (Win32); PHP/5.6.25; MySQL/5.7.14.
Any advice is appreciated.
Last edited by cpetrovay on Fri Jun 11, 2021 5:34 pm, edited 1 time in total.
Only the first 404 is fired on that URL.
To solve, first of all you have to copy /addons/jquery/core/ui/js/i18n/datepicker-en-GB.js to /addons/jquery/core/ui/js/i18n/datepicker-en-US.js
then you need to edit /lib/lib.jquerylib.php at the line:
I haven't modified any of the files (except the changes as noted above).
I re-downloaded version 2.3, and noticed the files are timestamped 7/15/2019 10:08 AM, and the files on my system are timestamped 7/15/2019 05:05 AM. Would you recommend that I overwrite my files with the 10:08AM version?