Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter v4.5.0 Released!
Post: RE: CodeIgniter v4.5.0 Released!

I have more input tags in that form, but i had only showcase two select tags In my case When user submit the form, ajax can takes responsible to call the controller and, If validation is true, th...
17,643 Views
35 Replies
05-09-2024, 05:16 AM
LP_bnss
    Thread: CodeIgniter v4.5.0 Released!
Post: RE: CodeIgniter v4.5.0 Released!

Need Help I'm facing session related issue Once the user change the option, the other select tag's option will be dynamically add via ajax HTML Code: --                              ...
17,643 Views
35 Replies
05-09-2024, 03:50 AM
LP_bnss
    Thread: Reading a session variable in CI3 that was set by CI4
Post: RE: Reading a session variable in CI3 that was set...

Bosborne Wrote: (05-08-2024, 03:31 AM) -- Should this have been a new thread or are you trying to migrate from CI3 to CI4? -- I'm not migrating from CI3 to CI4, i had been started with CI4 (v4.4) a...
1,645 Views
11 Replies
05-08-2024, 04:04 AM
LP_bnss
    Thread: Reading a session variable in CI3 that was set by CI4
Post: RE: Reading a session variable in CI3 that was set...

when dynamically add select tag options via ajax in codeigniter 4.5 the session()->setFlashdata() is not working after submit the form why? I can't show the Toast message to the user. Let me kno...
1,645 Views
11 Replies
05-07-2024, 10:14 PM
LP_bnss
  Thumbs Up Thread: v4.5.1 Bug Fix Released
Post: RE: v4.5.1 Bug Fix Released

kenjis Wrote: (04-23-2024, 04:35 AM) -- In this context, "Secure" means HTTPS. I don't think you need HTTPS on localhost development environment. But you configured to use Secure Cookie. So CI4 th...
5,635 Views
11 Replies
04-23-2024, 04:52 AM
LP_bnss
    Thread: v4.5.1 Bug Fix Released
Post: RE: v4.5.1 Bug Fix Released

kenjis Wrote: (04-23-2024, 01:48 AM) -- LP_bnss Wrote: (04-23-2024, 12:42 AM) -- Why my request is not secure while request from ajax call in the datatable -- If you don't use HTTPS, your request ...
5,635 Views
11 Replies
04-23-2024, 03:02 AM
LP_bnss
    Thread: v4.5.1 Bug Fix Released
Post: RE: v4.5.1 Bug Fix Released

kenjis Wrote: (04-21-2024, 04:59 PM) -- @"LP_bnss" The exception message is not good. I sent a PR to fix it. https://github.com/codeigniter4/CodeIgniter4/pull/8818 Do you get what's wrong? -- Why...
5,635 Views
11 Replies
04-23-2024, 12:42 AM
LP_bnss
    Thread: v4.5.1 Bug Fix Released
Post: RE: v4.5.1 Bug Fix Released

kenjis Wrote: (04-20-2024, 05:36 PM) -- @"LP_bnss" No, you have security misconfiguration. Your configuration is not secure, so CI4 throws the exception. Don't use the modified code. Fix your confi...
5,635 Views
11 Replies
04-21-2024, 06:39 AM
LP_bnss
    Thread: v4.5.1 Bug Fix Released
Post: RE: v4.5.1 Bug Fix Released

Is i am found any bug? I am using datatable library from https://codeigniter4-datatables.hermawan.dev/usage/basic/ (https://codeigniter4-datatables.hermawan.dev/usage/basic/) In my view page ...
5,635 Views
11 Replies
04-20-2024, 06:56 AM
LP_bnss
  Thumbs Up Thread: CodeIgniter v4.5.0 Released!
Post: RE: CodeIgniter v4.5.0 Released!

kenjis Wrote: (04-13-2024, 06:07 AM) -- @"LP_bnss" I don't get what you want to know. $tokenName is CSRF Token Name. That is, the POST field name. $cookieName is CSRF Cookie Name. The name for the ...
17,643 Views
35 Replies
04-13-2024, 09:16 PM
LP_bnss
    Thread: CodeIgniter v4.5.0 Released!
Post: RE: CodeIgniter v4.5.0 Released!

In HTML, the csrf takes token name from Config\Security.php PHP Code: -- -- But in Cookie section (browser), the csrf takes cookie name from Config\Security.php => csrf_cookie_name => 15910e74e...
17,643 Views
35 Replies
04-13-2024, 02:38 AM
LP_bnss
    Thread: CodeIgniter v4.5.0 Released!
Post: RE: CodeIgniter v4.5.0 Released!

Why the env file has been changed after CI V4.5? In before CI version ( < v4.5) env file contains  Session Cookie HoneyPot And etc.. But the current version of env file dosen't have these,...
17,643 Views
35 Replies
04-12-2024, 05:56 AM
LP_bnss
  Thumbs Up Thread: CodeIgniter v4.5.0 Released!
Post: RE: CodeIgniter v4.5.0 Released!

kenjis Wrote: (04-10-2024, 05:45 AM) -- @"LP_bnss" The bug was reported and fixed in `develop` branch. https://github.com/codeigniter4/CodeIgniter4/pull/8736 Wait for the next patch release. And...
17,643 Views
35 Replies
04-10-2024, 09:55 PM
LP_bnss
    Thread: CodeIgniter v4.5.0 Released!
Post: RE: CodeIgniter v4.5.0 Released!

SYSTEMPATH\Helpers\form_helper.php at line 65 Code: -- 58        } 59 60        $form = '
17,643 Views
35 Replies
04-10-2024, 04:36 AM
LP_bnss

Theme © iAndrew 2016 - Forum software by © MyBB