#1
I noticed I named my 'controllers' folder (or directory) a different name (originally a typo) inside my modules folder - I got a 404. I found the typo and named it 'controllers' and the error went away. Why is this? Is this a Trongate thing?
#2
Hi, modules are just folders inside your app. The structure of a module MUST contain a folder called 'controllers', with an optional 'views' and 'assets' folder. If you look in core.php you will see Trongate scans for the 'controllers' folder and if it doesn't exist, you will be shown the red 404 page. Please also check the docs if you haven't already, as it is very clearly explained.