I'm trying to register my client address and it gives the following message:
Uncaught Error: Call to a member function prepare() on null in
I have no idea what it might be, I query it this way:
$this->Conexao->prepare($sql)->execute()
According to this error it seems to me that it is considering my $ sql variable as null, but I asked to write it on the screen and it is normal. Even because I happen before the registration that is giving this error php does another before.