Quote:
Originally Posted by Irelia<3
you use Plesk?
you must in the ODBC Configuration on Windows and datasource and make that.
Sorry im german guy.
|
I'm using hamachi
I found but how to do?
Quote:
Originally Posted by Fizo55
Just read the error : PHP can't find the drivers
Install them correctly and it should work.
|
Which drivers?
Quote:
Originally Posted by FI0w
My Website gives the error easy as possible. You can even search it on Google and find very fast the solution
|
I can't find solution because english is not my main language
Edit;
C:\xampp\htdocs\vendor\catfan\medoo\src\Medoo.phpi (241)
Code:
throw new Exception($e->getMessage());
C:\xampp\htdocs\config\Database.php(72)
Code:
$database = new Medoo(array('database_type' => 'mssql','database_name' => $Config->DBSCHEMA ,'server' => $Config->DBHOST ,'username' => $Config->DBUSER ,'password' => $Config->DBPW , 'option' => [PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION] ));
C:\xampp\htdocs\index.php(197)
Code:
<h3 class="text_shadow">Level Ranking</h3><?php Database('1',null);?>