Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Model refusing to insert data
Post: RE: Model refusing to insert data

berendbotje91 Wrote: (01-11-2021, 12:37 AM) -- cantinsertdata Wrote: (01-10-2021, 12:02 AM) -- After checking out the source code for CodeIgniter\Model, it would seem there's an unimplemented method...
7,510 Views
10 Replies
01-11-2021, 11:14 AM
cantinsertdata
    Thread: Expiring the session when the browser is closed
Post: RE: Expiring the session when the browser is close...

iot Wrote: (01-10-2021, 04:40 PM) -- paulbalandan Wrote: (01-08-2021, 01:37 AM) -- This is a bug in v4.0.4 and was fixed in the latest develop. Please wait for the next release. -- Thank you very m...
4,205 Views
7 Replies
01-11-2021, 01:44 AM
cantinsertdata
    Thread: How to remove certain parameter in request getPost
Post: RE: How to remove certain parameter in request get...

If you're attempting to filter out fields that are defined in $allowedFields but you don't want an end user to somehow find out about them and then use them maliciously in a crafted request, you can j...
1,644 Views
2 Replies
01-10-2021, 06:36 PM
cantinsertdata
    Thread: Model refusing to insert data
Post: RE: Model refusing to insert data

includebeer Wrote: (01-09-2021, 07:21 AM) -- Are you sure the data is not rejected by your validation rules? What does $model->errors() returns? -- This was one of my first ideas and unfortun...
7,510 Views
10 Replies
01-10-2021, 12:02 AM
cantinsertdata
    Thread: Model refusing to insert data
Post: RE: Model refusing to insert data

demyr Wrote: (01-08-2021, 08:28 AM) -- What is the error you receive? Plus, check the input - select names in your view and compare them with Modals file and also your database table/columns. Also,...
7,510 Views
10 Replies
01-08-2021, 01:12 PM
cantinsertdata
    Thread: Model refusing to insert data
Post: RE: Model refusing to insert data

berendbotje91 Wrote: (01-07-2021, 04:35 AM) -- Check this (http://codeigniter.com/user_guide/models/model.html#configuring-your-model), and specifically the $allowedFields part. Also, $data should...
7,510 Views
10 Replies
01-07-2021, 02:05 PM
cantinsertdata
    Thread: Model refusing to insert data
Post: Model refusing to insert data

Hi all. I am building a web app in CI4 and currently testing my register controller. I can confirm the data is being read properly by $this->request->getPost() but when I go to save it with my u...
7,510 Views
10 Replies
01-06-2021, 10:10 PM
cantinsertdata

Theme © iAndrew 2016 - Forum software by © MyBB