Fuel\Core\Database_Exception [ 1045 ]: SQLSTATE[HY000] [1045] Access denied for user 'pitdemo'@'localhost' (using password: YES)
89 $this->_connection = new \PDO($dsn, $username, $password, $attrs);
90 }
91 catch (\PDOException $e)
92 {
93 $error_code = is_numeric($e->getCode()) ? $e->getCode() : 0;
94 throw new \Database_Exception($e->getMessage(), $error_code, $e);
95 }
96
97 if ( ! empty($this->_config['charset']))
98 {
99 // Set Charset for SQL Server connection
has someone encountered this and has a solution?
It looks like you're new here. If you want to get involved, click one of these buttons!