imladrisol / onlineExam

Online examination system on Laravel 5
37 stars 38 forks source link

getting error while migrate #7

Open jatin222 opened 7 years ago

jatin222 commented 7 years ago

I am trying to install this project and getting this

[Illuminate\Database\QueryException]
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'onlineExam.roles
' doesn't exist (SQL: select * from roles)

[PDOException]
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'onlineExam.roles
' doesn't exist

Please help me solve this

imladrisol commented 7 years ago

Did you create the database? Did you change the name of the database in the file .env? Also, this can help you https://laracasts.com/discuss/channels/laravel/call-to-undefined-method-illuminatefoundationapplicationbindshared

dinhnhan-dtu commented 7 years ago

Hi, Thank you the project you shared. I have install this project as follows: step 1: clone project . step 2: run command : composer install to install the vendor directory and I also have that problem. I think create database by migration ? Please help me solve this ! Thank

imladrisol commented 7 years ago

At first, you should create the database.

sanisadeiq commented 7 years ago

I am also experiencing same problem, I tried creating the database first and still the problem is there

imladrisol commented 6 years ago

I've just update system, so you can read read.me and go through the list.