CodeIgniter Forums
CI3 and PHP8.1 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: CI3 and PHP8.1 (/showthread.php?tid=91164)



CI3 and PHP8.1 - Chris Mar - 06-26-2024

Hello, guys.
I need your help.
I encounter the following error by default: 

Quote:A PHP Error was encountered Severity: 8192 Message: ctype_digit(): Argument of type int will be interpreted as string in the future Filename: postgre/postgre_driver.php Line Number: 98

Is overriding the only way to solve this issue? I have attempted to override it, but the custom class in the "application/core" directory is not being loaded, and the error is not resolved. Is it possible for the custom class in the "core" directory not to be loaded?
Of course, I have correctly set  "$config['subclass_prefix']" in "config/config.php".

Thanks in advance.