Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Session error in Shield
Post: RE: Session error in Shield

Hi Colinh, I raised a bug on the Shield git repo and I got no response yet. For now I just removed the "remember me" but for some reason I can see that this error is still happening form the error lo...
2,852 Views
7 Replies
02-09-2025, 06:17 AM
chakycool
    Thread: Session error in Shield
Post: RE: Session error in Shield

I got the same default configs and I do want the remember me to be enabled :( Any way thanks InsiteFX public array $sessionConfig = [ 'field' => 'user', 'allowRemem...
2,852 Views
7 Replies
01-30-2025, 11:19 PM
chakycool
    Thread: Session error in Shield
Post: RE: Session error in Shield

This error does not actually happen on the login screen. This happen when you come back later (sometime after login in and not logged out). I do run the below filter before any protected URL is called...
2,852 Views
7 Replies
01-29-2025, 11:57 PM
chakycool
    Thread: Session error in Shield
Post: Session error in Shield

Hi, I got shield library as my authenticator and I have "remember me" enabled and I keep getting this error. If I forcefully logout it work. Below is the error I get on the logger. Any idea on how to...
2,852 Views
7 Replies
01-29-2025, 10:53 PM
chakycool
    Thread: Shield | Invite user
Post: RE: Shield | Invite user

Didn't know that we had Bornfire-2 out, nice! Thank you luckmoshy, I will give this a try.
1,408 Views
2 Replies
04-02-2024, 10:56 PM
chakycool
    Thread: Shield | Invite user
Post: Shield | Invite user

Hi, I'm creating app using "Shield Auth" library and I don't want users to register but be invited by the admin. So the flow I need is  admin trigger a email to the user (shield create user with o...
1,408 Views
2 Replies
04-01-2024, 11:20 PM
chakycool
    Thread: Need support on Shield
Post: RE: Need support on Shield

Thanks InsiteFx but I was looking for a method to chain a new function right after member creation happens from core shield function with out editing the core files. I hope that's clear.
1,749 Views
3 Replies
02-08-2024, 03:02 AM
chakycool
    Thread: Need support on Shield
Post: Need support on Shield

Hi All, I want create a profile section using the Shield library. Created a new table that can hold profile data. Now I just want to add the newly created member ID to link between the user table a...
1,749 Views
3 Replies
02-07-2024, 06:11 AM
chakycool
    Thread: Hot reload lag
Post: RE: Hot reload lag

The patch killed the hot-reload :D, I rolled back the patch. For me, when the hot reload is on the page will re-load on saving changes with no issue but If I navigate to a new page it takes for ever ...
2,803 Views
5 Replies
11-05-2023, 12:25 AM
chakycool
    Thread: Hot reload lag
Post: RE: Hot reload lag

Didn't work but thanks ozornick.
2,803 Views
5 Replies
11-04-2023, 11:27 PM
chakycool
  Sad Thread: Hot reload lag
Post: Hot reload lag

Hi everyone, Was very excited for the new Hot Reload feature but it slow the hell-out or it just don't load the page at all. Switching it off seems to do the trick.  Something seems to be holding ...
2,803 Views
5 Replies
11-04-2023, 10:58 PM
chakycool
    Thread: How to manage database errors
Post: How to manage database errors

Hi, I'm using the below code to insert data and if anything is missing or failed to insert I get proper error MSGs (via session) PHP Code: -- if($db->insert($postData)){ return redirect()->to('xxxxx...
1,112 Views
0 Replies
05-10-2023, 02:00 AM
chakycool
    Thread: Custom form validation
Post: RE: Custom form validation

Thanks Kenjis, I went with the below code on the view if someone else run in to this issue. Code: -- echo session('validation') ? session('validation')->getError('email') : ''; -- you can also...
1,972 Views
2 Replies
01-24-2023, 04:16 AM
chakycool
    Thread: Custom form validation
Post: Custom form validation

Hi All, I has a custom form validation created just like the one on this tutorial (https://makitweb.com/create-custom-validation-rule-in-codeigniter-4/) and was working fine on 4.2.1. I just updated...
1,972 Views
2 Replies
01-24-2023, 03:15 AM
chakycool
  Thumbs Up Thread: CORS policy on single URL
Post: RE: CORS policy on single URL

encodedigital Wrote: (12-07-2022, 08:03 AM) -- hi @"chakycool" , You can create a filter and in  the "before" function of the filter. You can add below code: $response = Services::response(); $r...
4,532 Views
3 Replies
12-08-2022, 02:10 AM
chakycool
    Thread: CORS policy on single URL
Post: CORS policy on single URL

Hi All, I got a rest API setup using CI4 but when I try to hit the API using Ajax out side of the domain I get a CORS policy error. Is there a way to allow cross domain access just to one API/URL. Ev...
4,532 Views
3 Replies
12-07-2022, 04:53 AM
chakycool
    Thread: Welcoming New Maintainer
Post: RE: Welcoming New Maintainer

Amazing news. Congrats and thank you for all the support @"kenjis"
30,809 Views
16 Replies
10-20-2022, 05:47 AM
chakycool
    Thread: Ci4 site offline
Post: RE: Ci4 site offline

Thank you Kenjis, I will give it a go. [hr] Out of the box the code is outdated and giving some errors :) Looks like I need to put some effort to fix this.
2,143 Views
2 Replies
09-05-2022, 11:15 PM
chakycool
    Thread: Ci4 site offline
Post: Ci4 site offline

Hi, I need to upgrade my RDS and my Ci4 instance got couple of web pages that do different things. What is the best way to put the site offline while the DB is offline. Easiest method I could think ...
2,143 Views
2 Replies
09-04-2022, 07:42 AM
chakycool
    Thread: Manage Session folder
Post: RE: Manage Session folder

Thanks Ozornick. Your solution worked perfect.
5,463 Views
7 Replies
08-09-2022, 02:04 AM
chakycool

Theme © iAndrew 2016 - Forum software by © MyBB