ErrorException Trying to get property 'name' of non-object (View: code example
Example: Notice: Trying to get property 'NAME' of non-object in
$user = $req->fetch(PDO::FETCH_OBJ);
if ($user && password_verify($_POST['password'], $user->password)) {