eve-seat / seat

SeAT 0x. [UNSUPPORTED]
https://github.com/eveseat/seat
MIT License
69 stars 38 forks source link

Failing to install #333

Closed Kalindir63 closed 9 years ago

Kalindir63 commented 9 years ago

Im having some issues installing seat, it keeps failing at this stage. If anyone could help or tell if i did anything wrong. I am following the centos instructions and using centos 7

php artisan seat:install

[Illuminate\Database\QueryException]
SQLSTATE[HY000]: General error: 1364 Field 'last_login' doesn't have a default value (SQL: insert into seat_users (username, password, email, activated, updated_at, created_at) values (admin, ygD/IDRt
ziNcX1aMGnxHruhoUjBwkKxGbsjS8fz2Xj15D2mrsaT9u, admin@seat.local, 1, 2015-01-30 00:02:37, 2015-01-30 00:02:37))

eve-seat commented 9 years ago

I am going to guess that the version of MySQL/MariaDB shipped with C7 has some requirements that are more strict. this migration introduced the field that it is complaining about which did not get a default value assigned.

I will log a new issue to test a C7 install and see what the pains are and what can be done to make it work flawlessly too.

eve-seat commented 9 years ago

I logged #334 to track the C7 testing.

eve-seat commented 9 years ago

@SandyVaJJ, we have a fix added in the dev branch now for this specific issue. Should land in the next point release.

Kalindir63 commented 9 years ago

which database are you using mysql community or mariadb, according to yum search mysql-server there, it isnt on epel 7

eve-seat commented 9 years ago

I think C7 swapped out mysql in favor of mariadb. I am yet to do a full installation on C7 though, and that is what #334 is for.

Kalindir63 commented 9 years ago

Well I finally got the server to work, I can't connect but I think that's my fault on not knowing apache and also installing the server on my laptop

eve-seat commented 9 years ago

Awesome. Will leave #334 open though to finish the C7 docs.

Kalindir63 commented 9 years ago

ok cool