This code does not throw an error but the query fails, that is, the execute method returns false. How could that be?
execute
require_once(\"Abstracts/DBMana
It also happens when you use PDOStatement::bindValue() with PDO::PARAM_BOOL. Solution: just switch to PDO::PARAM_INT.
PDOStatement::bindValue()
PDO::PARAM_BOOL
PDO::PARAM_INT