Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Error / Shield 1.0.3 + Ci 4.5.1
Post: RE: Error / Shield 1.0.3 + Ci 4.5.1

Yes, the setup command should add the helpers to the configuration file or raise an error if it fails to add.
75 Views
3 Replies
Less than 1 minute ago
kenjis
    Thread: Error / Shield 1.0.3 + Ci 4.5.1
Post: RE: Error / Shield 1.0.3 + Ci 4.5.1

I don't know why you get the error, but do step 2 in Manual Setup: https://shield.codeigniter.com/getting_started/install/#manual-setup The error message is "Call to undefined function", that mea...
75 Views
3 Replies
7 hours ago
kenjis
    Thread: Codeigniter4 version 4.5.1 psql Database error "Unable to connect to the database".
Post: RE: Codeigniter4 version 4.5.1 psql Database error...

I don't know why the connection error occurs. This is sample configuration for Postgre. PHP Code: --         public array $default = [             'DSN'        => '',             'hostname'  =>...
105 Views
3 Replies
04-25-2024, 04:10 PM
kenjis
    Thread: SQL server connection not working
Post: RE: SQL server connection not working

@"JustJohnQ" Thank you for checking!
316 Views
15 Replies
04-25-2024, 03:59 PM
kenjis
    Thread: Problem with session handling
Post: RE: Problem with session handling

1. Replace Session class with your Session class 2. Replace CodeIgniter class, and remove the if statement See https://codeigniter4.github.io/CodeIgniter4/extending/core_classes.html#replacing-core-...
61 Views
2 Replies
04-25-2024, 03:58 PM
kenjis
    Thread: Is it possible to go back to the previous version with composer?
Post: RE: Is it possible to go back to the previous vers...

See https://codeigniter4.github.io/CodeIgniter4/installation/installing_composer.html#upgrading-to-a-specified-version
115 Views
4 Replies
04-25-2024, 03:42 PM
kenjis
    Thread: How to use Codeigniter with other framework?
Post: RE: How to use Codeigniter with other framework?

All you have to do is: 1. Before using a class or function, load the class or function definition. 2. Before using a constant, define the constant. So this is not difficult (but may be bothersome) ...
697 Views
6 Replies
04-25-2024, 05:06 AM
kenjis
    Thread: SQL server connection not working
Post: RE: SQL server connection not working

If empty string '' for port does not work, it is a bug. Quote: -- Empty string '' for default port (or dynamic port with SQLSRV). https://codeigniter4.github.io/CodeIgniter4/database/configurat...
316 Views
15 Replies
04-25-2024, 04:31 AM
kenjis
    Thread: CVE-2022-40834 SQL Injection Vulnerability
Post: RE: CVE-2022-40834 SQL Injection Vulnerability

reactionstudio Wrote: (04-25-2024, 02:47 AM) -- Is CI3 still receiving security updates or are all these CVE's still exploitable? -- I don't know. But it is not well-maintained. If you think the...
101 Views
1 Replies
04-25-2024, 03:44 AM
kenjis
    Thread: SQL server connection not working
Post: RE: SQL server connection not working

What if you change Database Config file, and remove the config in .env?
316 Views
15 Replies
04-25-2024, 12:54 AM
kenjis
    Thread: CI 4.5.1 CSRF - The action you requested is not allowed.
Post: RE: CI 4.5.1 CSRF - The action you requested is no...

@"BhambriRohunu" Excuese me, are you a bot? Your comment is nonsense.
102 Views
2 Replies
04-25-2024, 12:39 AM
kenjis
    Thread: CodeIgniter v4.5.0 Released!
Post: RE: CodeIgniter v4.5.0 Released!

@"eelisland" It is a known problem. Note: Unfortunately now the User Guide on the official site is not yet updated due to the deployment trouble. https://github.com/codeigniter4/CodeIgniter4/is...
3,730 Views
30 Replies
04-25-2024, 12:35 AM
kenjis
    Thread: Codeigniter Shield Banning users?
Post: RE: Codeigniter Shield Banning users?

Updated the docs. See the Note: https://shield.codeigniter.com/user_management/banning_users/
132 Views
5 Replies
04-24-2024, 06:06 PM
kenjis
    Thread: Codeigniter4 version 4.5.1 psql Database error "Unable to connect to the database".
Post: RE: Codeigniter4 version 4.5.1 psql Database error...

Show the DB Config and full error message. Code: -- $ php spark config:check Database --
105 Views
3 Replies
04-24-2024, 05:47 PM
kenjis
    Thread: SQL server connection not working
Post: RE: SQL server connection not working

Try to set an empty string '' to port in the DB Config.
316 Views
15 Replies
04-24-2024, 05:44 PM
kenjis
    Thread: Codeigniter Shield Banning users?
Post: RE: Codeigniter Shield Banning users?

Yes.
132 Views
5 Replies
04-24-2024, 05:22 PM
kenjis
    Thread: Codeigniter Shield Banning users?
Post: RE: Codeigniter Shield Banning users?

In the sample code, $user is a User Entity (https://codeigniter4.github.io/CodeIgniter4/models/entities.html). It knows user_id. You can get a User Entity from the User Provider. https://shield.co...
132 Views
5 Replies
04-24-2024, 03:54 PM
kenjis
    Thread: Best way to create microservices projects with CodeIgniter 4
Post: RE: Best way to create microservices projects with...

jean5769 Wrote: (04-23-2024, 11:32 PM) -- Symfony seems to be a good alternative for this kind of project, there is a lot of documentation to do this. Some topics explain the good way to create micro...
318 Views
9 Replies
04-24-2024, 03:50 PM
kenjis
    Thread: How to use Codeigniter with other framework?
Post: RE: How to use Codeigniter with other framework?

1. Install "codeigniter4/framework" via Composer. 2. add dependencies (constants, functions, etc.) in somewhere when needed.
697 Views
6 Replies
04-24-2024, 03:44 PM
kenjis
    Thread: v4.5.1 Bug Fix Released
Post: RE: v4.5.1 Bug Fix Released

LP_bnss Wrote: (04-23-2024, 03:02 AM) --IF ENVIRONMENT is in Development on Localhost, why we need HTTPS? If  HTTPS  is must for secure request in localhost (development stage), how can i use th...
1,960 Views
11 Replies
04-23-2024, 04:35 AM
kenjis

Theme © iAndrew 2016 - Forum software by © MyBB