I have password_verify working fine on my main site. However, on my subdomain, the exact same code is causing the following error:
The subdomain.example.com page isn’t working
subdomain.example.com is currently unable to handle this request.
This is my code for verifying the password, password_verify($password, $hash)
.