Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - gerhard

1
Bugs / Re: Uncaught PDOException: SQLSTATE[08006] [7] invalid port number: "utf8"
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 connection

gerhard