Welcome Guest, Not a member yet? Register   Sign In
Upgrade to 4.3 localhost problem
#1

(This post was last modified: 04-24-2023, 10:12 AM by pippuccio76.)

HI , instead to update i create a new application on my localhost and copied The folderĀ  :
-Model
-Controller
-View
-Validation
-Filters
-LanguageĀ 
And the file inside config :
-Filters
-Validation
-Routes
-Email
The system start well but when i try to send data via POST i have this error :
Code:
Cannot access the controller in a CLI Route. Controller: \App\Controllers\Clienti_ricerca_tratte
Code:
But this route are inside config->Route .



How can i solve ?
Reply
#2

(This post was last modified: 04-24-2023, 04:00 PM by kenjis.)

It seems the controller has a CLI route.

Check your routes.
$ php spark routes
https://codeigniter4.github.io/CodeIgnit...ing-routes
Reply




Theme © iAndrew 2016 - Forum software by © MyBB