![]() |
I’ve recently upgraded CodeIgniter from v4.3.8 to v4.4.0 and encountered an issue with routing.
My controller is located at app/Controllers/Member/Dashboard.php and is set up for auto-routing. However, when I attempt to access the URL http://localhost:8080/member/dashboard, I receive the following error: Code: Controller or its method is not found: \App\ControllersMember\Dashboard::index I’ve verified with Code: php spark routes Could someone guide me on how to resolve this? |
Messages In This Thread |
Controller or its method is not found - by mylastof - 03-21-2024, 04:17 PM
RE: Controller or its method is not found - by mylastof - 03-21-2024, 06:15 PM
RE: Controller or its method is not found - by mylastof - 03-23-2024, 07:44 AM
RE: Controller or its method is not found - by kenjis - 03-23-2024, 07:21 PM
RE: Controller or its method is not found - by mylastof - 03-23-2024, 08:08 PM
RE: Controller or its method is not found - by kenjis - 03-24-2024, 06:30 PM
RE: Controller or its method is not found - by kenjis - 03-24-2024, 06:30 PM
|