Hi guys,
I try to install Flarum via terminal (from web is same), but I have problem with this. Installation process has been stopped on /core/migrations/2015_10_07_130531_rename_config_to_settings.php with SQL error.
[Illuminate\Database\QueryException]
SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value
for 'notifications_read_time' (SQL: ALTER TABLE flrm_users CHANGE notification_read_time notifications_read_time DATETIME DEFAULT 'NULL')
[PDOException]
SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'notifications_read_time'
When I remove this migration, I received a similar error in other migration file... /core/flarum-ext-suspend/migrations/2015_09_14_000000_rename_suspended_until_column.php
Something went wrong: SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'suspend_until' (SQL: ALTER TABLE flrm_users CHANGE suspended_until suspend_until DATETIME DEFAULT 'NULL')
All other migrations are successful migrated.
I use Fedora with:
php: v7.1.17
mariadb: v10.2.14
Thank you!