-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple modules not working for me. #448
Comments
Even making the modules and routes more direct doesn't seem to work? Config:
When I go to: localhost/Default/FirstRun/Index I get:
Any help would be greatly appreciated. I'm expecting it to try to go to: /mnt/c/Users/......../application/modules/Default/controllers/Firstrun.php |
The first question, I can't reproduce. Please add some more information. |
I also found this problem, but I used another method to solve it, and I hope @laruence can fix it @undeadindustries application/plugins/Tc.php
|
I'm not sure why my modules aren't working.
env: WSL linux, yaf(latest), php 7.2
routes in conf:
In chrome, I go to: http://localhost/
I var_dump the app and get this for routes
and this for defaults:
This when I dump getRoutes
I would expect this:
I have no idea what I could be doing wrong?
The text was updated successfully, but these errors were encountered: