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

kendala pada saat install di windows 7 #16

Closed
kakferryse opened this issue Jun 14, 2020 · 5 comments
Closed

kendala pada saat install di windows 7 #16

kakferryse opened this issue Jun 14, 2020 · 5 comments

Comments

@kakferryse
Copy link

kakferryse commented Jun 14, 2020

Saya sudah melakukan proses install dari panduan
langkah 1-7 berhasil.
Langkah 8 muncul pesan error ini
Screenshot_9
sehingga tidak bisa melakukan langkah selanjutnya,.
lalu sya coba lanjut ke tahap terakhir tahaap 9 dan berhasil akses url tetapi setelah register hasilnya error seperti ini
Screenshot_10

@nafiesl
Copy link
Owner

nafiesl commented Jun 14, 2020

Halo mas @kakferryse kalau dilihat dari errornya, sepertinya database yang mas gunakan tidak compatilbe dengan requirement di point ke 2: MySQL 5.7 atau MariaDB 10.2.

Tapi itu bisa kita atasi dengan mengubah fille config database:
https://github.com/nafiesl/arisan/blob/master/config/database.php#L50-L51

Dari:

'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',

Menjadi

'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',

Kemudian coba mas ulangi langkah install ke 8:
https://github.com/nafiesl/arisan#tahap-install

Atau jalankan perintah ini:

$ php artisan migrate:fresh

@kakferryse
Copy link
Author

setelah saya coba msh ttp tdk bisa, muncul error sprti ini
Screenshot_1
oia mas, sekalian cara ilangin warning module ssl nya bgmna yah??

@nafiesl
Copy link
Owner

nafiesl commented Jun 14, 2020

Terkait error yang collation:
Coba databasenya mas kosongkan dulu sehingga tidak ada tabel lagi di dalamnya. Lalu jalankan php artisan migrate.

Terkait warning Module openssl:
Ini out of scope dari project ini, tapi saya bantu googling, keyword: "Warning module openssl already loaded windows xampp"
Ketemu solusi ini, mungkin bisa dicoba.
https://stackoverflow.com/questions/36675348/xampp-warning-module-openssl-already-loaded-in-line-0#answer-36675367

@kakferryse
Copy link
Author

kakferryse commented Jun 14, 2020

setelah saya baca, ternyata sdh ada issue 2thn lalu dgn case yg sama..hahaa tadi knp ga terbaca yah pas mau buat issue ckckk.
tp ttp gabisa mas, error nya msh sama.. pdhl sdh drop tabel nya

@nafiesl
Copy link
Owner

nafiesl commented Jun 14, 2020

O iya, saya rasanya juga ingat pernah ada yang lapor, tapi saya cari2 lupa di project yang mana. Ternyata ini ya #2. 😀

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