0
I am trying to send a contact form, which uses the model "Contact", save the data, however, it does not enter the:
if (!empty($this->data)) {
$this->Contato->save($this->data)
}
From the following error:
"Attempt to access private method in class Error: Table users for User model not found.".
Being that the contact model, has no connection with users, and I’m not using anything related to users either.