Welcome Guest, Not a member yet? Register   Sign In
form redirect not work!
#1

Hello,
i install CI4 and i have form login . after submit the redirect page display me error:
 Controller or its method is not found: App\Controllers\Admin::login

but on router i have:
$routes->get('/admin/login', 'Users::login');

Why?!! where is the error?
and the strange thing when i write url on navigator the page opened!

please help is urgent!!
Reply
#2

You should omit the / from your get.
https://codeigniter.com/user_guide/incom...l#examples
Reply
#3

(04-03-2020, 10:46 AM)jreklund Wrote: You should omit the / from your get.
https://codeigniter.com/user_guide/incom...l#examples
thanks is help me
Reply




Theme © iAndrew 2016 - Forum software by © MyBB