CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

Open Source PHP Framework (originally from EllisLab)

Results 299 CodeIgniter4 issues
Sort by recently updated
recently updated
newest added

### PHP Version 8.3 ### CodeIgniter4 Version 4.5.5 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Windows ### Which server did...

bug
database

### PHP Version 8.2 ### CodeIgniter4 Version 4.5.5 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Windows, Linux ### Which server...

bug

**Description** See #9193 **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with >80% coverage...

bug

### PHP Version 8.3 ### CodeIgniter4 Version v4.5.4 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Windows ### Which server did...

bug

**Description**** Fixes a bug that doesn't allow to send lists in JSON format in `FeatureTestTrait#post` or `#call('POST',...`. This because it expected params to always be an associative array. **Checklist:** -...

bug

### PHP Version 8.1 ### CodeIgniter4 Version 4.5.4 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...

bug

**Description** Decrease PHPStan baseline. **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with >80%...

**Description** After all the tests, the database files remain. They should be deleted. ```console $ tree -L 1 --dirsfirst . ├── cache ├── debugbar ├── logs ├── session ├── uploads...

testing

### PHP Version 8.2 ### CodeIgniter4 Version 4.5.x ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...

bug
good first issue

**Description** Fix $indexPage parameter explanations in helpers/html_helper.rst **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit...

documentation