This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
I've installed OctoberCMS in my windows development machine using EasyPHP. Installation worked like a charm.
But I noticed that the homepage fails the following files:
- GET http://october.dev/modules/system/assets/css/framework.extras.css 404 (Not Found) october.dev/:186
- GET http://october.dev/modules/system/assets/js/framework.extras.js 404 (Not Found) october.dev/:185
- GET http://october.dev/modules/system/assets/js/framework.js 404 (Not Found)
For the /backend page there are lots of assets that cannot be loaded.
- GET http://october.dev/modules/backend/assets/css/october.css 404 (Not Found) signin:7
- GET http://october.dev/modules/backend/assets/js/vendor/jquery-2.0.3.min.js 404 (Not Found) signin:9
- GET http://october.dev/modules/system/assets/js/framework.js 404 (Not Found) signin:10
- GET http://october.dev/modules/backend/assets/js/auth/auth.js 404 (Not Found) signin:14
- GET http://october.dev/modules/backend/assets/js/vendor/modernizr.min.js 404 (Not Found) signin:12
- GET http://october.dev/modules/backend/assets/js/october.utils.js 404 (Not Found) signin:11
- GET http://october.dev/modules/backend/assets/js/october.flashmessage.js 404 (Not Found)
october.dev is a virtual host pointing to octobercms directory and the files are there, but there doesn't seem to be accessible in the browser.
Last updated
You mean in the .htaccess located in the root folder of OctoberCMS? Tried that and still the same.
Yes, I'm using Apache under Windows via EasyPHP.
Last updated
I had the same problem and i couldn't figure out what went wrong. Started to look thru every file that i suspected could be the cause of this error. Then the most simple solution was the answer. I just forgot to add "rel="stylesheet".
October breaks if you forget the rel="stylesheet" after you add your array with css files.
Might not be the answer to OPs problem but it might be for some.
Last updated
1-6 of 6