This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Floff3781
I have just installed October and I can load any file fine except Jquery, it gives me this error;
Uncaught Error: The jQuery library is not loaded. The OctoberCMS framework cannot be initialized. framework.extras.js:22 Uncaught TypeError: Cannot read property 'oc' of undefined Here is my website if it helps at all; http://ferrorods.us/
Here is the code I used to get Jquery:
<script src"{{ [
'assets/js/bootstrap.min.js',
'assets/js/jquery-3.1.0.min.js'
]|theme }}"></script>
Last updated
dennis.ferreira163931
Try adding it before the closing </head> tag of your layout. The order it loads in matters.
1-2 of 2