![]() |
Codeigniter 3.2.0 problem with php 8.2 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: Codeigniter 3.2.0 problem with php 8.2 (/showthread.php?tid=91362) Pages:
1
2
|
RE: Codeigniter 3.2.0 problem with php 8.2 - msheath - 07-30-2024 I see that I am on CI 3.2.0. All these files are in the "application/errors" folder by default, which by the way has no nested html folder. Should I now shift the entire folder into the views folder? RE: Codeigniter 3.2.0 problem with php 8.2 - kenjis - 07-30-2024 There is no "application/errors" in "pocketarc/codeigniter", either. See https://github.com/pocketarc/codeigniter/tree/3.2.1/application https://github.com/pocketarc/codeigniter/tree/3.2.1/application/views/errors If you took over an old CI3 project, it may not be a pure CI3, but a customized CI3. RE: Codeigniter 3.2.0 problem with php 8.2 - kenjis - 07-30-2024 Maybe your project was using CI2? In CI3, the error template files were moved from "application/errors" to ""application/views/errors". See https://codeigniter.com/userguide3/installation/upgrade_300.html#step-8-replace-your-error-templates |