Problem when use Pdo mssql

Problems with the Mac OS X version of XAMPP, questions, comments, and anything related.

Problem when use Pdo mssql

Postby teerapol » 04. December 2014 10:19

Hi All ,

I use xampp and laravel for my application. Database use Mssql. when open our app it show error
PDOException

could not find driver

public function createConnection($dsn, array $config, array $options)
{
$username = array_get($config, 'username');
$password = array_get($config, 'password');
return new PDO($dsn, $username, $password, $options);
}

I enable extension in php.ini , but it still error. how can I fix it.

Best Regard,
teerapol
 
Posts: 1
Joined: 04. December 2014 10:15
Operating System: OSX

Return to XAMPP for macOS

Who is online

Users browsing this forum: No registered users and 22 guests