Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How do I update from 4.4.4 to 4.5.5?
Post: RE: How do I update from 4.4.4 to 4.5.5?

@"opiecomp" It seems your composer.json is broken. If you show all the content of the file, someone may help you.
2,293 Views
9 Replies
11-30-2024, 07:18 PM
kenjis
    Thread: Is kenjis doing okay?
Post: RE: Is kenjis doing okay?

Thanks for your concern. I'm fine. But sorry, I don't have much time for CodeIgniter4 now.
2,195 Views
5 Replies
11-30-2024, 05:21 PM
kenjis
    Thread: How do I update from 4.4.4 to 4.5.5?
Post: RE: How do I update from 4.4.4 to 4.5.5?

Read and follow the instructions. Upgrading from 4.5.4 to 4.5.5 Upgrading from 4.5.3 to 4.5.4 Upgrading from 4.5.2 to 4.5.3 Upgrading from 4.5.1 to 4.5.2 Upgrading from 4.5.0 to 4.5.1 Upgrading ...
2,293 Views
9 Replies
10-10-2024, 02:18 AM
kenjis
    Thread: PHP PSR Logger Error
Post: RE: PHP PSR Logger Error

If you want to use psr/log v3, upgrade to CI 4.5. See https://github.com/codeigniter4/CodeIgniter4/pull/8339
1,936 Views
4 Replies
10-09-2024, 05:20 PM
kenjis
    Thread: Unable to authenticate user when doing unit testing
Post: RE: Unable to authenticate user when doing unit te...

> Every request must have a bearer token in the Authorization header. Why don't you send a bearer token in the Authorization header?
802 Views
2 Replies
10-03-2024, 09:34 PM
kenjis
    Thread: Benchmark mark - converting from CI3 to CI4
Post: RE: Benchmark mark - converting from CI3 to CI4

xanabobana Wrote: (10-01-2024, 12:07 PM) -- How would I do this in CI4? Do I just use start and end with the same name, something like:  Code: -- $benchmark = service('timer'); $benchmark->start('...
959 Views
2 Replies
10-03-2024, 12:11 AM
kenjis
    Thread: Auto routing and/or defining routes
Post: RE: Auto routing and/or defining routes

You have a typo in the namespace. Code: -- namespace App\Controller\Apps; 
1,567 Views
5 Replies
09-24-2024, 02:06 AM
kenjis
    Thread: Auto routing and/or defining routes
Post: RE: Auto routing and/or defining routes

bastian Wrote: (09-23-2024, 11:40 PM) -- What do you think about me mixing defined routes with auto routing? Is that generally a problem? I thought CI would check for an existing controller in a give...
1,567 Views
5 Replies
09-24-2024, 02:02 AM
kenjis
    Thread: version > 4.5.1 zip is missing files
Post: RE: version > 4.5.1 zip is missing files

Because it is listed in .gitattributes: https://github.com/codeigniter4/framework/blob/v4.5.1/.gitattributes
2,018 Views
6 Replies
09-23-2024, 09:58 PM
kenjis
    Thread: Get partial validated data
Post: RE: Get partial validated data

There is no method.
1,106 Views
1 Replies
09-23-2024, 09:56 PM
kenjis
    Thread: Auto routing and/or defining routes
Post: RE: Auto routing and/or defining routes

Yes, the following defined routes catch all URIs. PHP Code: -- $routes->get('/(:segment)', 'Site::index'); $routes->get('/(:segment)/(:any)', 'Site::page'); -- How did you do with CI3?
1,567 Views
5 Replies
09-23-2024, 09:55 PM
kenjis
    Thread: CI-3 HMVC PHP Error
Post: RE: CI-3 HMVC PHP Error

Ci3 does not work with PHP  8.2 or later. It is no longer maintained.
2,171 Views
6 Replies
09-20-2024, 01:38 AM
kenjis
    Thread: We need more reviewers!
Post: RE: We need more reviewers!

https://stackoverflow.com/questions/tagged/codeigniter-4
10,320 Views
12 Replies
09-20-2024, 01:34 AM
kenjis
    Thread: version > 4.5.1 zip is missing files
Post: RE: version > 4.5.1 zip is missing files

In framework-4.5.1.zip, I see - phpunit.xml.dist - tests/ but as you say, there is no .gitignore. If you want to get it, see https://github.com/codeigniter4/framework/tree/v4.5.1
2,018 Views
6 Replies
09-20-2024, 01:32 AM
kenjis
    Thread: Compare database tables and models
Post: RE: Compare database tables and models

In my understanding, CI4 Model don't know table column names except $allowedFields. The column names are often hard coded in Model code. So it seems difficult to check all column names in Model. ...
1,221 Views
4 Replies
09-18-2024, 06:15 PM
kenjis
    Thread: base_url() not working after upgrade
Post: RE: base_url() not working after upgrade

talu Wrote: (09-18-2024, 03:47 AM) -- In the controller called by https://site.com/app/logs for example, base_url() falls in error " Unable to parse https://" : -- I don't know why, but "https://" ...
1,607 Views
5 Replies
09-18-2024, 06:08 PM
kenjis
    Thread: Routes Error after upgrade to v4.5.5
Post: RE: Routes Error after upgrade to v4.5.5

1. CI4 does not use Guzzle at all. 2. The error is clearly caused by Guzzle. Why do you think it's having problems finding a route in CI4? When you upgrade CI4, you must read the upgrading guid...
1,057 Views
4 Replies
09-18-2024, 06:05 PM
kenjis
    Thread: Error at RouteCollection
Post: RE: Error at RouteCollection

PHP version 8.1 or newer is required https://www.codeigniter.com/user_guide/intro/requirements.html#php-and-required-extensions
400 Views
1 Replies
09-18-2024, 06:00 PM
kenjis
    Thread: Routes Error after upgrade to v4.5.5
Post: RE: Routes Error after upgrade to v4.5.5

CI4 does not use Guzzle.
1,057 Views
4 Replies
09-18-2024, 02:07 AM
kenjis
    Thread: validation not working
Post: RE: validation not working

Anharr Wrote: (09-16-2024, 07:23 AM) -- But when I down grade the CodeIgniter version to 4.0.3 my validation with same condition is working. -- If you app code rely on a bug, when the bug is fixed,...
1,479 Views
5 Replies
09-16-2024, 06:57 PM
kenjis

Theme © iAndrew 2016 - Forum software by © MyBB