FUEL CMS Forum
Discussions
Activity
Home
›
Development
›
Modules
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
3.3K
All Categories
255
FUEL CMS News
112
News & Announcements
101
Share
273
Support
115
Bug Reports
90
Installation
242
Development
68
Feature Requests
117
Modules
CRITICAL SECURITY VERSION UPDATE:
https://github.com/daylightstudio/FUEL-CMS/releases/tag/1.4.13
simple module generate 404
retailret
December 2015
edited December 2015
in
Modules
Hello.
I generated simple module by comand "fuel/generate/simple news", added one item in admin area, but
http://site.com/news
and
http://site.com/news/my-first-news
show 404 page . What's problem?
Comments
admin
December 2015
edited 9:54PM
The news pages aren't created by default at that route for a simple module. You can implement post pages for the module though as explained here:
http://docs.getfuelcms.com/modules/simple#post_pages
retailret
December 2015
edited 9:54PM
not working, with Articles too (. screenshots:
http://take.ms/AaKlw
http://take.ms/ITdWC
http://take.ms/8UE1Z
and advanced module, e.g.
http://sitename.com/advanced_module_name
show 404 . How to access or enable module? I am using Nginx, CMS pages works good.
admin
December 2015
edited 9:54PM
There is a demo website you can look at how to set this up:
https://github.com/daylightstudio/daylight-roasters
In particular, the MY_fuel_modules.php page
https://github.com/daylightstudio/daylight-roasters/blob/master/fuel/application/config/MY_fuel_modules.php
Sign In
or
Register
to comment.
Forum Software Powered by Vanilla
Comments
http://docs.getfuelcms.com/modules/simple#post_pages
http://take.ms/AaKlw
http://take.ms/ITdWC
http://take.ms/8UE1Z
and advanced module, e.g. http://sitename.com/advanced_module_name show 404 . How to access or enable module? I am using Nginx, CMS pages works good.
https://github.com/daylightstudio/daylight-roasters
In particular, the MY_fuel_modules.php page
https://github.com/daylightstudio/daylight-roasters/blob/master/fuel/application/config/MY_fuel_modules.php