Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: deleted_at not getting set
Post: RE: deleted_at not getting set

Thank you for the update I got it to work I had a method named delete in the model class which was overriding the default delete method available in the model I renamed the method to deleteRecord w...
1,460 Views
2 Replies
02-16-2022, 03:40 AM
rwilson12
    Thread: deleted_at not getting set
Post: deleted_at not getting set

Hello,  I have codeigniter 4.18 installed and my model has the following settings the database is postgresql 12 the fields in the database are timestamp without time zone data type protected $ta...
1,460 Views
2 Replies
02-15-2022, 02:40 PM
rwilson12
    Thread: database.default.dsn not working
Post: RE: database.default.dsn not working

thank you very much for your help.  The below finally worked in the .env file database.default.DSN = 'pgsql:host=xx.xx.xx.xx;port=5432;dbname=xxx;user=xxx;password=xxxx;sslmode=verify-ca;sslroot...
3,610 Views
5 Replies
02-06-2022, 02:20 AM
rwilson12
    Thread: database.default.dsn not working
Post: RE: database.default.dsn not working

iRedds Wrote: (02-05-2022, 11:29 AM) -- CI4 does not use the PDO driver. To use a DSN for CI drivers, the string must follow the format:  DBDriver://username:password@hostname:port/database But in ...
3,610 Views
5 Replies
02-05-2022, 11:42 AM
rwilson12
    Thread: database.default.dsn not working
Post: database.default.dsn not working

hello, I am trying to connect to postresql using the dsn parameter for the default database schema I have confirmed the pdo_pgsql is enabled in phpinfo, ultimately I need to be able to add sslverify ...
3,610 Views
5 Replies
02-05-2022, 08:49 AM
rwilson12

Theme © iAndrew 2016 - Forum software by © MyBB