I recently migrated my Mantis Bug Tracking system from Machine A to Machine B. After copying the same codebase, I encountered an error on the login.php page, specifically at the following line:
var listprojects = new List('projects-list', projects_list_options);
The error seems to be related to the initialization of the List.js library. I have verified that List.js is properly included in the HTML, and jQuery (version 2.2.4) is also loaded correctly. However, I am still experiencing issues.
Could anyone provide guidance on what might be causing this issue or how to troubleshoot it further? Any help would be greatly appreciated!
Thanks

