CodeIgniter Forums
Confuse in the update I'm new - 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: Confuse in the update I'm new (/showthread.php?tid=86873)



Confuse in the update I'm new - ajramirez1997 - 02-22-2023

I don't get this instruction how do i do it. I tried to run my old system but when i tried to composer update is not working anymore.

I only do the Kint Update in the files. Please someone help me


app/Config/Exceptions.php[size=1][/size]
  • If you are using PHP 8.2, you need to add new properties 

    Code:
    $logDeprecations
     and 

    Code:
    $deprecationLogLevel
    .
Mock Config Classes[size=1][/size]
  • If you are using the following Mock Config classes in testing, you need to update the corresponding Config files in [b]app/Config[/b]:

    Quote:
    • Code:
      MockAppConfig
       (

      Code:
      Config\App
      )
    • Code:
      MockCLIConfig
       (

      Code:
      Config\App
      )
    • Code:
      MockSecurityConfig
       (

      Code:
      Config\Security
      )
  • Add [b]types[/b] to the properties in these Config classes. You may need to fix the property values to match the property types.



RE: Confuse in the update I'm new - kenjis - 02-23-2023

See
https://github.com/codeigniter4/appstarter/commit/339680072f4af8917b640d2cccae930e1ab0785d#diff-1ed623a124b32e23e175038c003d4e9702d6507b0fd0b4103ee98a46c7b7ed08R63
https://github.com/codeigniter4/appstarter/commit/339680072f4af8917b640d2cccae930e1ab0785d#diff-1ed623a124b32e23e175038c003d4e9702d6507b0fd0b4103ee98a46c7b7ed08R76

https://github.com/codeigniter4/appstarter/commit/339680072f4af8917b640d2cccae930e1ab0785d#diff-0b058a12dc5548c768cd794c95b14b73d37709a42a1b133ce7e4e43794f1de16

https://github.com/codeigniter4/appstarter/commit/339680072f4af8917b640d2cccae930e1ab0785d#diff-ed8b4f58f0f4f04fa8fcdc83f0d95e26e49a51e0b31c1e0d4f96216bf514a4a3