CI4 and php8.1 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: CI4 and php8.1 (/showthread.php?tid=81509) |
CI4 and php8.1 - cb21 - 03-13-2022 Accidentaly I update my system and from php8.0 I arrived at 8.1 and I have many errors like. "strtolower(): Passing null to parameter #1 ($string) of type string is deprecated " What is your advice. It is a developpement system on my local computer. I am working on ubuntu 22.04 RE: CI4 and php8.1 - llyimo1920 - 03-13-2022 Have you tried to update your project via 'composer update' ? RE: CI4 and php8.1 - cb21 - 03-14-2022 (03-13-2022, 08:47 AM)llyimo1920 Wrote: Have you tried to update your project via 'composer update' ? RE: CI4 and php8.1 - kenjis - 03-14-2022 Update to v4.1.9. If you still have the error, it is probably because of your code. |