Welcome Guest, Not a member yet? Register   Sign In
Model refusing to insert data
#11

(This post was last modified: 01-12-2021, 02:44 PM by includebeer. Edit Reason: Fixes php code block )

Can you share an image of your UserModel's $allowedFields? As well as the var_dump of the $data from $this->request->getPost()?
Then what is the error when you do this?
PHP Code:
$userModel = new UserModel();
$data $this->request->getPost();

if (! 
$userModel->insert($data)) {
    var_dump($userModel->errors());

Reply


Messages In This Thread
Model refusing to insert data - by cantinsertdata - 01-06-2021, 10:10 PM
RE: Model refusing to insert data - by demyr - 01-08-2021, 08:28 AM
RE: Model refusing to insert data - by wdeda - 01-09-2021, 08:00 AM
RE: Model refusing to insert data - by paulbalandan - 01-12-2021, 09:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB