gitscrum-team / laravel-gitscrum

GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
https://site.gitscrum.com
MIT License
2.89k stars 727 forks source link

Problemas ao rodar o Migrate #300

Closed duard closed 6 years ago

duard commented 6 years ago

Estou instalando o sistema em uma VPS minha

Detailed description

> $ php artisan migrate                                                                                                           

In Connection.php line 664:                                                                                                       

  could not find driver (SQL: select * from information_schema.tables where table_schema = planeja and table_name = migrations)   

In PDOConnection.php line 47:                                                                                                     

  could not find driver                                                                                                           

In PDOConnection.php line 43:                                                                                                     

  could not find driver                                                                                                           

Estou usando PHP 7.1 e MariaDB. Apache 2.

renatomarinho commented 6 years ago

@duard veja https://stackoverflow.com/questions/25329302/laravel-error-pdoexception-could-not-find-driver-in-postgresql / https://laracasts.com/discuss/channels/laravel/php-artisan-migrate-gives-me-an-error-could-not-find-driver

duard commented 6 years ago

Exato @renatomarinho , eu havia aberto outro issue e já dei close, exatamente, faltava o php-mysql , obrigado.