This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
After finished the october istallation, the CMS not load JQUERY and not found the bakend site. I have installed so much but the error persist. This is the error: Failed to load resource: the server responded with a status of 404 (Not Found) http://192.168.0.15/html/install-master/combine/6b8a5da4aee3e0b49500990c57608614-1450619117 Failed to load resource: the server responded with a status of 404 (Not Found) framework.js:10 Uncaught Error: The jQuery library is not loaded. The October CMS framework cannot be initialized. framework.extras.js:23 Uncaught TypeError: Cannot read property 'oc' of undefined https://ssl.google-analytics.com/ga.js Failed to load resource: net::ERR_BLOCKED_BY_CLIENT http://192.168.0.15/html/install-master/combine/fe768bfd71cc5c6a08a1eec94203bc99-1450619117 Failed to load resource: the server responded with a status of 404 (Not Found)
Last updated
Try to access with index.php, For example: http://localhost/october/index.php
I don't know why happens this, but at this moment, I don't have enough coffee to resolve it
For the Ajax framework to work it needs jquery to be loaded first. So in your layout or page make sure jquery is loaded before you use {{ framework }}
Last updated
- The ajax framework doesn't works because the jquery library is not loaded, and that's because there isn't .htaccess file for rewrite url.
- You can add it using this: https://github.com/octobercms/october/blob/master/.htaccess
- Put this file on october's root folder and will work.
D
PolloZen said:
Try to access with index.php, For example: http://localhost/october/index.php
I don't know why happens this, but at this moment, I don't have enough coffee to resolve it
I had such problem (failed to load combine resource) when transferring site to another hosting, it turned out that I made some mistakes in .htaccess. Try to replace your .htaccess file by original.
Last updated
Hi there, We've encounter the same problem after we move our files to staging server.
Our staging server is IIS and we install Xampp with PHP 7.0+ but still encountering this error, we've checked our .htaccess but still encounter the framework.js & jQuery not found error.
Did check through the installation requirement, it's with latest PHP version & the listed PHP extension.
May I know is the IIS server is not OctoberCms friendly? Any server configuration we need to take note?
thanks all! Appreciate your help
My issue and how i fixed it - >
Issue
- I installed my OctoberCms to - Apache 2.4 PHP 7.1 and did everything there
- unfortunately, my previous page was old and to be able work it needed old Apache 2.4 PHP 5.6 (dont ask) So i created my new page (testing page) new.mypage.com - subdomain With Apache 2.4 PHP 7.3 === this was the time where the error Poped OUT
FIX ?
Change the Apache PHP to - Apache 2.4 PHP 7.1 - back to where I started
- in my provider admin system ofc
hope this helps
1-10 of 10