I am working on a login system for a project using MVC programming and ran into this error. Here is the code, the problem line is #31
This login system is a tutoria
Add parenthesis:
$stmt->bind_param("ss", $user, (md5($pass . $this->salt)));