Warning (2): Missing argument 1 for HomeController::get_verif_email() [APP/controllers/home_controller.php, line 1905]Code }
function get_verif_email($email,$indice){
HomeController::get_verif_email() - APP/controllers/home_controller.php, line 1905
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 91
Warning (2): Missing argument 2 for HomeController::get_verif_email() [APP/controllers/home_controller.php, line 1905]Code }
function get_verif_email($email,$indice){
HomeController::get_verif_email() - APP/controllers/home_controller.php, line 1905
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 91
Notice (8): Undefined variable: email [APP/controllers/home_controller.php, line 1909]Code |
Context $exist = 0;
$exist_user = $this->User->query('select id, username, email, active, role from users as User where (email = "'.$email.'" or username = "'.$email.'")');
$exist = 0
HomeController::get_verif_email() - APP/controllers/home_controller.php, line 1909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 91
1