Hello, I’m having the same problem.
The thing is when you put the email param it misses @.
If you do a
$json_api->error(“E-mail address is invalid…”. $_GET[’email’]);
or
$json_api->error(“E-mail address is invalid…”. $email);
or
$json_api->error(“E-mail address is invalid…”. $json_api->query->email);
It just simple remove @ in every echo…
Really strange =)