Re: Uncaught PDOException: SQLSTATE[08006] [7] invalid port number: "utf8" November 25, 2018, 02:32:18 PM Hi Emman.I found the bug.I had to remove DB_CHARSET from function GetModel($arg=null){ //Initialse New Database Connection return new PDODb(DB_TYPE, DB_HOST , DB_USERNAME, DB_PASSWORD, DB_NAME); }from the BaseController.php and it is working now.It only affects a PostgresSql connectiongerhard Quote Selected
Re: Uncaught PDOException: SQLSTATE[08006] [7] invalid port number: "utf8" Reply #1 – December 18, 2018, 11:31:19 PM me too,but different trick.i change 'UTF8' to '5432'work find, Quote Selected
Re: Re: Uncaught PDOException: SQLSTATE[08006] [7] invalid port number: "utf8" Reply #2 – December 18, 2018, 11:44:28 PM Thanks guys for this update, Next update will resolve this issue. Quote Selected