Welcome Guest, Not a member yet? Register   Sign In
Search Results
    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.
205 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...
205 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.
412 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...
412 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 ...
777 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.
777 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 ...
777 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...
454 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...
884 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...
884 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...
2,745 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...
2,745 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"
17,667 Views
15 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.
1,175 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 ...
1,175 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.
2,925 Views
7 Replies
08-09-2022, 02:04 AM
chakycool
    Thread: Manage Session folder
Post: RE: Manage Session folder

Hi All, Yes I'm on Linux (ubuntu). I thought Ci was capable to clean the sessions it self. I got about 4 separate sites running via virtual servers so I'm not quite sure how I can clean all 4 ses...
2,925 Views
7 Replies
08-08-2022, 11:08 PM
chakycool
    Thread: Manage Session folder
Post: RE: Manage Session folder

Thanks for the reference. Below is my setting but it's not deleting the files. $sessionRegenerateDestroy = false;
2,925 Views
7 Replies
08-08-2022, 03:55 AM
chakycool
    Thread: Manage Session folder
Post: Manage Session folder

Hi, I have noticed that my 'writable/session' folder on the server is getting massive. Is there a way to flush/delete these files automatically.  Thanks.
2,925 Views
7 Replies
08-08-2022, 01:39 AM
chakycool
    Thread: whoops page
Post: RE: whoops page

Whoops page will come only on production mode which stops displaying unwonted backend info. I would recommend switching the environment to development and read the error to sort out the problem.
1,728 Views
3 Replies
07-26-2022, 04:55 AM
chakycool

Theme © iAndrew 2016 - Forum software by © MyBB