Class PageNotFoundException not found |
Sometimes weird issues arise...at least until I won't understand how CI4 works.
When I call the Show method in following controller: Code: namespace Admin\Controllers; I get the error...can I ask why this happens? I have no idea how to fix it Class "Codeigniter\Exceptions\PageNotFoundException" not found ROOTPATH\Admin\Controllers\Users.php at line 51 Code: 44 private function getUserOr404($id): User
Show us your routes so that we may be able to help you with this problem.
PHP Code: php spark routes What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
Thanks for your time InsiteFX.
I got the following error trying to execute the spark routes command ![]() ( The words in italian: "il filtro deve avere un alias di riferimento definito" could be translated as : "The filter must have a defined alias" ) Code: [CodeIgniter\Filters\Exceptions\FilterException]
Have a look at App/config/Filters.php
heres mine Code: public array $aliases = [ |
Welcome Guest, Not a member yet? Register Sign In |