Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Is there a good reason CI is slipping behind the times?
Post: RE: Is there a good reason CI is slipping behind t...

Great, thank you Kilishan. It's already in the latest revision code?!... nice! Thanks Kenjis.
737 Views
4 Replies
03-29-2023, 04:41 AM
Gary
  Question Thread: Is there a good reason CI is slipping behind the times?
Post: Is there a good reason CI is slipping behind the t...

Having recently rebuilt my email server, I've found that all my CI-based applications that make use of this service started having their attempts to authenticate rejected. The fix was pretty simple.....
737 Views
4 Replies
03-23-2023, 05:41 AM
Gary
    Thread: v4.3.2 released
Post: RE: v4.3.2 released

Why so many major bugs?
2,861 Views
7 Replies
02-26-2023, 12:15 PM
Gary
    Thread: Critical error in system/Common.php - realpath
Post: RE: Critical error in system/Common.php - realpath

Yes... it looks like it can't understand some of your path. What is the "base" directory you have CI running out of? ... the *** part of "/***/codeigniter4/..."?
899 Views
5 Replies
02-26-2023, 11:09 AM
Gary
    Thread: getting $host from $_SERVER
Post: RE: getting $host from $_SERVER

Question: If HTTPS is forced, then why bother about a fallback... or isset($_SERVER['HTTPS']? The automatic redirection can be easily done in Apache, before it even gets to the CI code... this would...
663 Views
4 Replies
02-26-2023, 11:02 AM
Gary
    Thread: Critical error in system/Common.php - realpath
Post: RE: Critical error in system/Common.php - realpath

Possibly a null byte in your path? It looks like you may be running CI from in a directory that has a path that has some characters in it that are not vaxxed (?).
899 Views
5 Replies
02-26-2023, 10:35 AM
Gary
    Thread: CSRF regenerate with AJAX
Post: RE: CSRF regenerate with AJAX

I'd suggest looking into the original security concept behind CSRF... I suspect accepting a request from any "used" token (when requesting the 2nd, 3rd, ... nth "fresh version" / new token) will compr...
10,832 Views
11 Replies
02-26-2023, 10:27 AM
Gary
  Question Thread: Noncense?
Post: Noncense?

Is this a bug in v4.3.1... or am I talking nonsense? When .env is set as follows: Code: -- #-------------------------------------------------------------------- # ENVIRONMENT #---------------...
394 Views
2 Replies
02-25-2023, 05:47 AM
Gary
    Thread: CSRF $hash Smoked
Post: RE: CSRF $hash Smoked

kenjis Wrote: (08-21-2022, 05:35 PM) -- Gary Wrote: (08-20-2022, 02:04 PM) -- CSRF is enabled, done via after-Filter injections into the server's responses to the client. -- Why after filter? It i...
1,340 Views
3 Replies
08-22-2022, 05:10 AM
Gary
    Thread: SecurityException #403
Post: RE: SecurityException #403

Thanks for the pointer kenjis.  At the time I'd been throwing exceptions for test purpose... I don't recall what my final conclusion was, it's possible it was just finger-trouble on my side (?). Thi...
3,142 Views
3 Replies
08-21-2022, 03:13 AM
Gary
    Thread: CSRF $hash Smoked
Post: CSRF $hash Smoked

This one is bending my brain... so I'd be grateful for some pointers, if anyone has any, thanks. My site [which is currently using v4.2.1] is pretty much 100% JavaScript driven (in terms of user nav...
1,340 Views
3 Replies
08-20-2022, 02:04 PM
Gary
    Thread: Exception thrown in Security.php not caught
Post: RE: Exception thrown in Security.php not caught

kenjis Wrote: (07-22-2022, 02:10 PM) -- ErrorException is an Exception that a PHP error is converted to an Exception. You passed a wrong parameter to hex2bin() function, and it showed error. -- Th...
2,222 Views
5 Replies
07-22-2022, 03:03 PM
Gary
    Thread: Exception thrown in Security.php not caught
Post: RE: Exception thrown in Security.php not caught

kenjis Wrote: (07-21-2022, 04:17 AM) -- The exception is ErrorException, not SecurityException. -- Indeed.  Though, it appears that NOTHING is thrown... the script just dies in Security.php's prote...
2,222 Views
5 Replies
07-22-2022, 01:45 PM
Gary
  Question Thread: Exception thrown in Security.php not caught
Post: Exception thrown in Security.php not caught

I've had a situation where a catch() in one of my Filters didn't stop an error that was thrown in system/Security/Security.php. The exact situation triggering it may (arguably) be unusual... still,...
2,222 Views
5 Replies
07-21-2022, 03:44 AM
Gary
    Thread: AJAX / Post / delete record not working
Post: RE: AJAX / Post / delete record not working

If you're run out of other ideas,  you could try setting processData: false (?)... it seems like you're doing the serializing manually.  If nothing else, it may give you a few clues... Also lookin...
3,652 Views
16 Replies
06-25-2022, 11:45 AM
Gary
    Thread: Codeigniter 4.2 Auto Routing weird thing happening
Post: RE: Codeigniter 4.2 Auto Routing weird thing happe...

Thanks for the feedback kenjis, also for the implicit vote of confidence in my coding-skills... truth be told, at best I'm a complete hack... it'll be a while yet before I'll be up to tackling a routi...
3,602 Views
5 Replies
06-23-2022, 02:33 PM
Gary
    Thread: AJAX / Post / delete record not working
Post: RE: AJAX / Post / delete record not working

Without having looked at all the detail you've pasted, I've had some similar sounding problems with my ajax crud since I've upgraded from 4.1.8 to 4.2.1... perhaps some of the problem has to do with ...
3,652 Views
16 Replies
06-23-2022, 11:14 AM
Gary
    Thread: Chrome/Firefox et al Routing problem
Post: RE: Chrome/Firefox et al Routing problem

Floored by the same problem. I see there are quite a few folk being blindsided by this improvement. One of just many examples: https://forum.codeigniter.com/showthread.php?tid=82015&pid=397607#pid...
923 Views
3 Replies
06-23-2022, 09:13 AM
Gary
    Thread: Pagination Problems
Post: RE: Pagination Problems

Thanks heriniaina.
4,779 Views
12 Replies
06-23-2022, 09:02 AM
Gary
  Exclamation Thread: Codeigniter 4.2 Auto Routing weird thing happening
Post: RE: Codeigniter 4.2 Auto Routing weird thing happe...

Wow! So much for simple "Download a new copy of the framework, and then replace the system folder" upgrades... This change seems like a mammoth swallow!.... I'd go as far as disputing that "Improved...
3,602 Views
5 Replies
06-23-2022, 06:40 AM
Gary

Theme © iAndrew 2016 - Forum software by © MyBB