You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!, I tried addding special controllers for sign up but it did not help. As the result I get a url that looks like that: http://localhost/signup/signup/create
While using the dunamic one $router->add('{controller}/{action}');
I still get the same error:
Fatal error
Uncaught exception: 'Exception'
Message: 'No route matched.'
Stack trace:
#0 C:\Users\zmeyr\Desktop\php-mvc\public\index.php(36): Core\Router->dispatch('signup/signup/c...')
#1 {main}
Thrown in 'C:\Users\zmeyr\Desktop\php-mvc\Core\Router.php' on line 130
I am not sure why it will not submit data to the database
Sincerely, Zhaniya
The text was updated successfully, but these errors were encountered:
Hi!, I tried addding special controllers for sign up but it did not help. As the result I get a url that looks like that:
http://localhost/signup/signup/create
While using the dunamic one
$router->add('{controller}/{action}');
I still get the same error:
I am not sure why it will not submit data to the database
Sincerely, Zhaniya
The text was updated successfully, but these errors were encountered: