An uncaught Exception was encountered |
I have confirmed that the missing socket setting is the problem. I think the Codeigniter team needs to consider adding one more setting to the database configuration file. It would be nice to have a socket setting for people that connect to their localhost MYSQL via unix socket. It would probably take 10 minutes to add it to the code and most of that time would be finding the files you need to open to edit.
it would be nice to see something like this: Code: public $default = [ |
Messages In This Thread |
An uncaught Exception was encountered - by ChicagoPhil - 03-20-2022, 12:22 AM
RE: An uncaught Exception was encountered - by kenjis - 03-20-2022, 04:31 AM
RE: An uncaught Exception was encountered - by ChicagoPhil - 03-20-2022, 09:11 AM
RE: An uncaught Exception was encountered - by ChicagoPhil - 03-20-2022, 12:45 PM
RE: An uncaught Exception was encountered - by ChicagoPhil - 03-20-2022, 06:17 PM
RE: An uncaught Exception was encountered - by InsiteFX - 03-21-2022, 12:47 AM
RE: An uncaught Exception was encountered - by ChicagoPhil - 03-21-2022, 08:01 AM
RE: An uncaught Exception was encountered - by ChicagoPhil - 03-21-2022, 05:57 PM
RE: An uncaught Exception was encountered - by kenjis - 03-21-2022, 07:03 PM
RE: An uncaught Exception was encountered - by ChicagoPhil - 03-22-2022, 01:16 PM
RE: An uncaught Exception was encountered - by dmerns - 03-18-2024, 01:39 PM
|