Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Error Exception View 4.4.5
Post: Error Exception View 4.4.5

[hr] Hi, I have just upgraded one of my projects to ver 4.4.5 and the Error Exception view does not seen to render correctly. .env  - CI_ENVIRONMENT = development I have also checked (as sug...
141 Views
1 Replies
02-19-2024, 05:03 AM
68thorby68
    Thread: CSRF with external forms
Post: CSRF with external forms

Hi, I have implemented CSRF on my site and all is working as expected hwn making AJAX posts to my controller(s).  However, it appears that external communication with Stripe fails (it was working be...
350 Views
2 Replies
10-07-2023, 03:40 AM
68thorby68
    Thread: Process After Webhook Response
Post: RE: Process After Webhook Response

After considerable web searching using Stack Overflow in conjunction with the CI manual, I was able to to establish I need to apply a filter NOT event. First I set up my filter. NOTE: as I only wan...
1,369 Views
3 Replies
08-08-2023, 09:01 AM
68thorby68
    Thread: Process After Webhook Response
Post: RE: Process After Webhook Response

Thanks badger, I've considered using CRON, but as I need to process the webhook data immediately, therefore I can't really wait for the CRON to run. Also, when considering CRON this it seemed like ru...
1,369 Views
3 Replies
08-08-2023, 03:53 AM
68thorby68
    Thread: Process After Webhook Response
Post: Process After Webhook Response

Hi, I'm looking for advice on best practice to processing webhook data after returning 202 success to the webhook? As there is only a short window for responding to the webhook (5 secs) and potentia...
1,369 Views
3 Replies
07-18-2023, 08:27 AM
68thorby68
    Thread: Session Regenerate
Post: RE: Session Regenerate

Thank you. See https://forum.codeigniter.com/showthread.php?tid=87894 (https://forum.codeigniter.com/showthread.php?tid=87894)
545 Views
2 Replies
06-15-2023, 09:49 AM
68thorby68
    Thread: Issue Tracking Sessions
Post: RE: Issue Tracking Sessions

Thank you so much.
1,017 Views
6 Replies
06-15-2023, 09:46 AM
68thorby68
    Thread: Issue Tracking Sessions
Post: RE: Issue Tracking Sessions

Thanks Kenjis, Oh dear! I really do not want to touch CI core!! Just one idea, (note I never use session id in  post/get) and this is where my knowledge is lacking! If I set the $sessionTimeToUpdat...
1,017 Views
6 Replies
06-15-2023, 03:20 AM
68thorby68
    Thread: Issue Tracking Sessions
Post: RE: Issue Tracking Sessions

Hi Kenjis, Many thanks for your reply and the snippet. So essentially, I cannot track a session that has been regenerated? I am also seeing I cannot logout a specific user (unless I interrogate eve...
1,017 Views
6 Replies
06-15-2023, 02:21 AM
68thorby68
    Thread: Issue Tracking Sessions
Post: Issue Tracking Sessions

Hi, Im using CI4 v4.2.12 and need to track changes to the session id made by CI regenerating the session ID, keeping the default refresh rate of 300 secs. When my user logs in I add/update my uni...
1,017 Views
6 Replies
06-14-2023, 12:10 PM
68thorby68
    Thread: Session Regenerate
Post: Session Regenerate

Hi, Im using CI4 v4.2.12 and have created a process to ensure only one login per user at any one time by storing the session id at login and comparing it to the current session id. However, given CI ...
545 Views
2 Replies
06-14-2023, 01:04 AM
68thorby68
    Thread: promise POST request empty
Post: promise POST request empty

Hi, I'm having problems getting the body content of my promise post using CI4. No matter how I configure the await fetch() call, file_get_contenys('php://input) is empty. Any help with this would ...
461 Views
1 Replies
05-29-2023, 09:35 AM
68thorby68
    Thread: Lost Session Data
Post: RE: Lost Session Data

[UPDATE] It looks as though the last line in the login script is erasing the session data. IS THIS A KNOWN BUG? PHP Code: -- return redirect()->to($redirectURL); -- To work round this, I ca...
600 Views
1 Replies
02-16-2023, 07:13 AM
68thorby68
    Thread: Lost Session Data
Post: Lost Session Data

Hi I'm using CI 4.2.12 and the latest Myth Auth (modified) for user login. My login script works OK and sets the session data as required. But when I redirect to another controller, all of the data...
600 Views
1 Replies
02-15-2023, 04:07 AM
68thorby68
    Thread: Composer Upgrade
Post: RE: Composer Upgrade

kenjis Wrote: (01-15-2023, 05:13 PM) -- @"68thorby68" It seems better you learn how Composer works. The composer.json in your project root folder is the config file for the project. That is your pr...
4,271 Views
11 Replies
01-16-2023, 05:13 AM
68thorby68
    Thread: Composer Upgrade
Post: RE: Composer Upgrade

kenjis Wrote: (12-14-2022, 04:28 PM) -- 68thorby68 Wrote: (12-14-2022, 10:18 AM) -- The update command is reporting ecurity vulnerability advisories (see below) but when I investigate this on github...
4,271 Views
11 Replies
01-15-2023, 06:41 AM
68thorby68
    Thread: Composer Upgrade
Post: RE: Composer Upgrade

Many thanks for your help. My server is using php 7.4, however, I am using a shared hosting solution. I have double checked my php server extensions (I put together the original shared hosting docume...
4,271 Views
11 Replies
12-14-2022, 10:18 AM
68thorby68
  Thumbs Up Thread: Composer Upgrade
Post: RE: Composer Upgrade

Many thanks. I'm just suprised the composer install is installing 4.05 instead of 4.2x . It seems the installer is lagging a long way behind? Again Thanks
4,271 Views
11 Replies
12-14-2022, 03:01 AM
68thorby68
    Thread: Composer Upgrade
Post: Composer Upgrade

Does anyone have advice? I have just installed a new instance of codeigniter 4 using composer.   Code: -- composer create-project codeigniter4/appstarter myproject -- I understand this method ...
4,271 Views
11 Replies
12-13-2022, 02:57 PM
68thorby68
    Thread: All Builder DB queries fail after server move
Post: All Builder DB queries fail after server move

Hi, I have CI4 installed on a hosted server with 2 databases. The installation is on a sub-domain. This has been running very well for over 1 year. I have a need to provide spearate system on a di...
280 Views
0 Replies
11-17-2022, 06:47 AM
68thorby68

Theme © iAndrew 2016 - Forum software by © MyBB