Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: PHP warning not logged in production env
Post: RE: PHP warning not logged in production env

kenjis Wrote: (03-01-2021, 01:20 AM) -- You have to change the boot file. See https://github.com/codeigniter4/CodeIgniter4/blob/1416e4b1d9370cd3576f8b7f9810c0eb2fe2792f/app/Config/Boot/production.ph...
1,845 Views
3 Replies
03-01-2021, 01:35 AM
ViLar
    Thread: PHP warning not logged in production env
Post: PHP warning not logged in production env

I recently stepped in a real problem that I can't overcome. Whenever I switch my application from development mode to production mode, CI4 stops logging my PHP warning. For example this code :  PHP...
1,845 Views
3 Replies
03-01-2021, 12:51 AM
ViLar
    Thread: Codeigniter 4 and PHP 8
Post: RE: Codeigniter 4 and PHP 8

John_Betong Wrote: (01-04-2021, 11:33 PM) -- I have just git cloned the latest CI4 Version and it works OK with PHP phpversion: 8.0.0. -- Main problem I face when upgrading my CI4 apps to PHP8.0 ...
25,123 Views
13 Replies
01-05-2021, 04:32 AM
ViLar
    Thread: HTTP Feature Testing : don't echo the output
Post: HTTP Feature Testing : don't echo the output

Hello, I'm trying to implement some UnitTest on a CI4 application but I encountered a problem with the HTTP Feature Testing. Whenever I test that one of my page is correctly responding, it dump all...
1,022 Views
1 Replies
12-15-2020, 09:17 AM
ViLar
    Thread: Codeigniter 4 and PHP 8
Post: Codeigniter 4 and PHP 8

Hello, As PHP 8 first Beta was released I had the curiosity to check the framework's compatibility with it. To make it short it's pretty cool and good but I stepped on some new errors like `is_callab...
25,123 Views
13 Replies
08-12-2020, 01:21 AM
ViLar
    Thread: What's the interest of setting CURLOPT_HEADER to true by default?
Post: RE: What's the interest of setting CURLOPT_HEADER ...

To go further I identified the problem I was running into. Codeigniter Curl lib uses the header sent in the body response with CURLOPT_HEADER = true to actually set the header of the Response objec...
3,104 Views
3 Replies
07-16-2020, 06:07 AM
ViLar
    Thread: What's the interest of setting CURLOPT_HEADER to true by default?
Post: What's the interest of setting CURLOPT_HEADER to t...

Hello, I was working for the first time with the CurlRequestClass today and found out that CURLOPT_HEADER was at true by default in CURLRequest.php. As a reminder this makes CURL set some headers i...
3,104 Views
3 Replies
07-15-2020, 07:03 AM
ViLar
    Thread: Pagination with GROUP CONCAT
Post: Pagination with GROUP CONCAT

Hi I've been using CI4 for a month now and I'm currently facing an issue with pagination. If I'm using it as the doc says, everything's cool. I got my pages and links. But if I want to paginate a ...
1,587 Views
1 Replies
04-16-2020, 02:04 AM
ViLar

Theme © iAndrew 2016 - Forum software by © MyBB