Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: QB Class `increment() and `decrement()` don't work together
Post: QB Class `increment() and `decrement()` don't work...

Here's what I'm doing: PHP Code: -- if ($var1 == $var2) {     $b = $var2; } else {     $b = $var1;     $diffModel->doChange($id, $var1);      $model->where(['id' => $var2])->decrement('cnt');...
1,211 Views
0 Replies
11-13-2021, 11:00 AM
bryson13
    Thread: file handling doesn't work properly CI4 PHP 7.4
Post: RE: file handling doesn't work properly CI4 PHP 7....

I should also note that I was using the file validation rules and uploading a file when this issue occurred. I used rules `uploaded[img]`, `max_size[img.2048]`, and `mine_in[img.image/png.image/jpg.im...
9,405 Views
6 Replies
10-23-2021, 08:26 AM
bryson13
    Thread: file handling doesn't work properly CI4 PHP 7.4
Post: RE: file handling doesn't work properly CI4 PHP 7....

Here's the stack trace for the problem mentioned. I'm having it too, exactly as the OP described. Using PHP 7.4.9 and CI 4.1.4 {PHP internal code}   —  CodeIgniter\Debug\Exceptions->errorHandler ( ...
9,405 Views
6 Replies
10-22-2021, 05:16 PM
bryson13

Theme © iAndrew 2016 - Forum software by © MyBB