Closed othmanekahtal closed 3 years ago
Fatal error Uncaught exception: 'Exception'
Message: 'Method newAction not found in controller App\Controllers\signup'
Stack trace:
Thrown in 'C:\Users\admin\Desktop\php-mvc\Core\Controller.php' on line 52 what is the issue here ?
Do you have a method called newAction in your signup controller?
I forgot it , Problem fixed thank you soo much devah😄
Fatal error Uncaught exception: 'Exception'
Message: 'Method newAction not found in controller App\Controllers\signup'
Stack trace:
0 C:\Users\admin\Desktop\php-mvc\Core\Router.php(121): Core\Controller->__call('new', Array)
1 C:\Users\admin\Desktop\php-mvc\public\index.php(32): Core\Router->dispatch('signup/new')
2 {main}
Thrown in 'C:\Users\admin\Desktop\php-mvc\Core\Controller.php' on line 52 what is the issue here ?