Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Unecessary Log File Entries?
Post: RE: Unecessary Log File Entries?

kenjis Wrote: (01-26-2024, 06:26 PM) -- They are INFO level logs. See https://codeigniter4.github.io/CodeIgniter4/general/logging.html#log-levels You can modify which levels are actually logged. ...
306 Views
2 Replies
02-09-2024, 02:33 PM
Gary
    Thread: codeigniter 4.1.8 - Session: Initialization under CLI aborted.
Post: RE: codeigniter 4.1.8 - Session: Initialization un...

engel Wrote: (11-30-2023, 04:14 AM) -- Maybe this is too late but in case anyone might come across to this problem, "Session: Initialization under CLI aborted." implies that your application is  auto...
1,446 Views
3 Replies
01-24-2024, 03:02 PM
Gary
  Question Thread: Unecessary Log File Entries?
Post: Unecessary Log File Entries?

So far I've come across these log file entries that appear to document normal operation of the code (vs warnings or errors)... which means they are probably only cluttering log files (and don't seem t...
306 Views
2 Replies
01-22-2024, 04:58 PM
Gary
    Thread: Email Timeout
Post: RE: Email Timeout

InsiteFX Wrote: (01-21-2024, 10:27 AM) -- Sorry I meant PHPMailer which is an Email Library that a lot of use in CodeIgniter. -- Thanks for the links InsiteFX. No, I've not tried PHPMailer yet.....
772 Views
4 Replies
01-21-2024, 11:16 AM
Gary
    Thread: Email Timeout
Post: RE: Email Timeout

InsiteFXDid you try using PHPMail to see if it times out? Thanks InsiteFX. This would mean setting $protocol = 'mail'... vs 'smtp' that I've had it on? I've not been able to find any details ...
772 Views
4 Replies
01-21-2024, 09:13 AM
Gary
  Question Thread: Email Timeout
Post: Email Timeout

I've recently happened across a situation with Email Timeouts that appears to have no simple work-around. Although the Email setup I have generally works well, in certain situations I've found that...
772 Views
4 Replies
01-21-2024, 07:31 AM
Gary
  Question Thread: Noncense?
Post: RE: Noncense?

Thanks for the explanation Kenjis... .and sorry for the delayed response- this one seemed to drop off my radar... and only since I've now had more problems with this same issue and did an Internet sea...
740 Views
3 Replies
01-17-2024, 03:37 AM
Gary
    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.
958 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.....
958 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?
3,409 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/..."?
1,314 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...
1,036 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 (?).
1,314 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...
12,349 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?  [ Still applicable to v4.4.4 ] When .env is set as follows: Code: -- #-------------------------------------------------------------------- ...
740 Views
3 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,645 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,576 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,645 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,764 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,764 Views
5 Replies
07-22-2022, 01:45 PM
Gary

Theme © iAndrew 2016 - Forum software by © MyBB