All pages except for the home page, are requesting JavaScript and CSS files that are not present.
Looking at the page HTML its trying to access "./inc/jquery-ui-1.9.2.custom.min.js" instead of "/inc/jquery-ui-1.9.2.custom.min.js"
Attached file(s):
All pages except for the home page, are requesting JavaScript and CSS files that are not present.
Looking at the page HTML its trying to access "./inc/jquery-ui-1.9.2.custom.min.js" instead of "/inc/jquery-ui-1.9.2.custom.min.js"
Copyright © 2024, FlightPath Academics
Powered by FlightPath Academics
Hmm. I haven't seen that before. Make sure in your custom/settings.php, the correct base path and base url are set.
It is trying to load files in flightpath/student-search, as if that is the base path to your installation of FlightPath. But the student-search directory should be at: flightpath/modules/student-search.
Unfortunately, there isn't much more I can do without looking at your filesystem. If you're still having issues, please contact us over at https://flightpathlabs.com for more in-depth custom support.
Richard