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.1 ### CodeIgniter4 Version 4.3.4 ### CodeIgniter4 Installation Method Composer (as dependency to an existing project) ### Which operating systems have you tested for this bug? macOS...

enhancement

This is the result when I remove all `Interface` related items in `phpstan-baseline.neon.dist` in `4.3` branch: ``` ------ -------------------------------------------------------------------------------------- Line system/Database/BaseConnection.php ------ -------------------------------------------------------------------------------------- 907 Call to an undefined method CodeIgniter\Database\QueryInterface::getOriginalQuery()....

dev

**Description** This PR introduces a way to unregister the error and exception handlers originally registered in `Services::exceptions()->initialize()` by calling the `unregister()` method. Moreover, the `initialize()` method is deprecated in favor...

enhancement
4.5

**Description** Add `array_duplicate_by` function to get duplicate array by column. **Checklist:** - [x] Securely signed commits - [x] Component(s) with PHPDoc blocks, only if necessary or adds value - [x]...

enhancement
docs needed
4.5

**Description** Currently, `writable/` has two leftover DB files from sqlite3: `database.db` and `runner.sqlite`. This PR cleans them. **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks,...

testing
stale

``` There was 1 error: 1) CodeIgniter\Database\Live\FabricatorLiveTest::testCreateAddsCountToDatabase CodeIgniter\Database\Exceptions\DatabaseException: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Violation of UNIQUE KEY constraint 'db_user_email'. Cannot insert duplicate key in object 'dbo.db_user'. The duplicate key...

testing

SQLite3, Postgres and OCI8 drivers throw ErrorException when a query error occurs because of Error Handler. See #6912 https://github.com/codeigniter4/CodeIgniter4/blob/ac1422c404a364f9493bbf1b22dacb18e3913982/system/Debug/Exceptions.php#L174-L176 So depending on the value of the error reporting setting, the...

database
dev

**Description** I get this request a lot from users who want to see how many items are actually in a list. I think the simplest and most aesthetically pleasing way...

enhancement
tests needed
docs needed
4.5

We need to discuss: - [x] Allow manual DB transactions even when `DBDebug` is true. - #6917 - `DBDebug` will be deprecated in the future if possible. - Perhaps this...

database
dev

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