lonnieezell / Bonfire

Jumpstart your CodeIgniter web applications with a modular, HMVC-ready, backend.
http://cibonfire.com
1.39k stars 525 forks source link

Modules: Routes problem on modules created by code builder #696

Open lckamal opened 11 years ago

lckamal commented 11 years ago

If my module is my_module: eg: [MYbonfireapp]/admin/content/[my_module]

The following error outputs on new modules:

An Error Was Encountered Unable to load your default controller. Please make sure the controller specified in your Routes.php file is valid.

mwhitneysdsu commented 10 years ago

I probably need to check this a bit more, but something tells me that using MY_ as a prefix is the source of the problem here, since CI/HMVC could be doing any number of things with that prefix. Maybe this needs to be added to the validation on the module builder form.