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 7.4 ### CodeIgniter4 Version 4.1.8 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Windows, Linux ### Which server...

bug
database

The `Forge` class currently may only add indexes during table creation. We need a way to allow Forge (and thus migrations) to add/alter/drop indexes.

database
missing feature

**Describe the bug** This is a general issue , router and route collection class needs complete rewrite **CodeIgniter 4 version** All. **Affected module(s)** Router ,RouteCollection. **Expected behavior, and steps to...

enhancement

# Introduction I want to begin a "big picture" discussion about something that has caused numerous issues in the past: framework interfaces. Let me also point out up front that...

dev

This add Index `$this->forge->addKey('username');` This add Unique Key `$this->forge->addUniqueKey('username');` > CREATE INDEX "users_username" ON "public"."users" ("username"); > ALTER TABLE "public"."users" ADD CONSTRAINT "users_username" UNIQUE ("username"); In both cases, the `_processIndexes`...

database

**Describe the bug** Multiple Ajax communications at the same time sometimes result in session errors. In rare cases, a key is created by another process between the time the `$ttl`...

bug

**Describe the bug** using a table name and a fairly long column name exceeds the limit of 64 characters **CodeIgniter 4 version** "codeigniter4/framework": "^4" vendor\codeigniter4\framework\system\Database\Forge.php protected function _processForeignKeys Line: 1298...

database

**Description** #117 I am really sorry for having kept you so long. 2 years. It's too long. I apologize sincerely. This is fix #347 GPG-sign and some test codes. I...

new feature
dev

See - https://github.com/codeigniter4/CodeIgniter4/pull/5512#discussion_r776554652 - https://github.com/codeigniter4/CodeIgniter4/pull/6638/files#r990509796

testing

``` There was 1 failure: 1) CodeIgniter\Helpers\DateHelperTest::testNowSpecific Failed asserting that 4 is equal to 1 or is less than 1. /home/runner/work/CodeIgniter4/CodeIgniter4/system/Test/CIUnitTestCase.php:461 /home/runner/work/CodeIgniter4/CodeIgniter4/tests/system/Helpers/DateHelperTest.php:35 ``` https://github.com/codeigniter4/CodeIgniter4/runs/4593459157?check_suite_focus=true

testing