catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.83k stars 1.15k forks source link

Medoo is not working on ubuntu server #404

Closed eratsu closed 7 years ago

eratsu commented 8 years ago

I'm coding a project with medoo on my computer, but when i send it to the server (vps) the page which contains this code is not working and receive a blank page. $database = new medoo([ 'database_type' => 'mysql', 'database_name' => 'test', 'server' => 'localhost', 'username' => 'root', 'password' => '123', 'charset' => 'utf8' ]);

I've tried to upload my project in 2 vps, php 7 and 5

catfan commented 8 years ago

Check your log file and see what's wrong.