Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

menu group pada arisan muncul eror #2

Closed
saifalink opened this issue May 27, 2018 · 9 comments
Closed

menu group pada arisan muncul eror #2

saifalink opened this issue May 27, 2018 · 9 comments

Comments

@saifalink
Copy link

Illuminate \ Database \ QueryException (42S02)
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'arisan.groups' doesn't exist (SQL: select count(*) as aggregate from groups where (name like %%) and creator_id = 1)

@nafiesl
Copy link
Owner

nafiesl commented May 27, 2018

Coba php artisan migrate mas @saifalink.

@saifalink
Copy link
Author

eror seperti ini mas
eror arisan

@nafiesl
Copy link
Owner

nafiesl commented May 27, 2018

Coba mas drop dulu semua tabel di databasenya mas, kemudian coba migrate lagi.

Btw rupanya di README.md saya belum buatkan tahapan cara installnya ya, insyaallah nanti akan dilengkapi mas.

@saifalink
Copy link
Author

sudah tak coba 3x hasilnya sama hehehe

@nafiesl
Copy link
Owner

nafiesl commented May 27, 2018

Ada error lain ga selain yang di atas mas? karena kalau tabelnya semua di drop (termasuk tabel users), mestinya ga ada error itu.

@saifalink
Copy link
Author

saya ulangi lagi setelah saya drop semua jadinya seperti ini
eror arisan php migrate

@nafiesl
Copy link
Owner

nafiesl commented May 27, 2018

Nah itu masalah charsetnya mas. Kalau begitu :

  1. Di file config/database.php, bagian mysql diubah utf8mb4 jadi utf8
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
  1. Drop lagi semua table
  2. php artisan migrate lagi.

@saifalink
Copy link
Author

alhamdulillah berhasil mas, terimakasih banyak.

@nafiesl
Copy link
Owner

nafiesl commented May 27, 2018

Alhamdulillah. sip mas @saifalink, kita close issuenya ya.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants