tomirons / pw-web

This is an open source user/admin panel for the game Perfect World.
28 stars 25 forks source link

PDO Exception #39

Closed shiank98 closed 7 years ago

shiank98 commented 7 years ago

after the install used "php artisan-clear-compile", I had this error.

[PDOException] could not find driver

Script php artisan clear-compiled handling the post-install-cmd event returned with error code 1

shiank98 commented 7 years ago

I fixed the problem but it gives me this

" Migration table created successfully.

[Illuminate\Database\QueryException] SQLSTATE[HY000]: General error: 1005 Can't create table 'pw.#sql-4719_2db' (errno: 150) (SQL: alter table pweb_payments add constraint pweb_payments_user_id_foreign foreign key (user_id) references users (id) on delete casca de)

[PDOException] SQLSTATE[HY000]: General error: 1005 Can't create table 'pw.#sql-4719_2db' (errno: 150) "