Creation of dynamic property Config\Cache::$file is deprecated |
Fixing that error is very easy. Just add the property in the class.
https://github.com/codeigniter4/CodeIgni...#L111-L114 But I don't know why your Config\Cache does not have the $file. |
Messages In This Thread |
Creation of dynamic property Config\Cache::$file is deprecated - by kabeza - 04-24-2023, 08:40 AM
RE: Creation of dynamic property Config\Cache::$file is deprecated - by JustJohnQ - 04-24-2023, 09:34 AM
RE: Creation of dynamic property Config\Cache::$file is deprecated - by captain-sensible - 04-24-2023, 12:00 PM
RE: Creation of dynamic property Config\Cache::$file is deprecated - by kenjis - 04-24-2023, 03:56 PM
RE: Creation of dynamic property Config\Cache::$file is deprecated - by kabeza - 04-25-2023, 04:12 AM
RE: Creation of dynamic property Config\Cache::$file is deprecated - by kenjis - 04-25-2023, 05:38 PM
RE: Creation of dynamic property Config\Cache::$file is deprecated - by kabeza - 04-26-2023, 04:29 AM
RE: Creation of dynamic property Config\Cache::$file is deprecated - by kenjis - 04-26-2023, 04:43 AM
RE: Creation of dynamic property Config\Cache::$file is deprecated - by kabeza - 04-26-2023, 05:04 AM
|