jQuery not loading (404) in app
pages are loading images from the right root path but js it trying load from http://www.myresponder.co/app/jsp/js/jquery-1.9.1.min.js and failing with 404
This discussion has been closed.
pages are loading images from the right root path but js it trying load from http://www.myresponder.co/app/jsp/js/jquery-1.9.1.min.js and failing with 404
Comments
Hi @rgauny,
Your Sendy files are uploaded to http://www.myresponder.co but it's trying to access jQuery on http://www.myresponder.co/app/jsp/js/jquery-1.9.1.min.js in which the file does not exist in the directory,
/app/jsp/js/
.May I know what is set as your
APP_PATH
in http://www.myresponder.co/includes/config.php?Thanks.
Ben
Hi Ben below is my config.php
//==================================================================================//
// Configuration
//==================================================================================//
Saw this in header.php (at bottom): and if I'm reading it right Ben, since my APP_PATH is http://www.myresponder.co the path for jquery that is being set here is http://www.myresponder.co/app/jsp/js/jquery-1.9.1.min.js which doesnt exist. It's located at http://www.myresponder.co/js/jquery-1.9.1.min.js
I'm going to change those 5 path locations in header.php for my build. But you may want to get that fixed for others, bootstrap really doesnt function without jquery loading. Please let me know iwhether it's a bug or not.
Hi @rgauny,
I just doubly checked the entire build of Sendy. The code you provided above is not Sendy's original code. There is no instance of
/app/jsp/
anywhere in the code base. Not in our development build nor in the release build.Ben