i already at installation page, afetr enter the name, database credentials, and administrator credentials, then click on the installation button. I get the error
Something went wrong: SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'notifications_read_time' (SQL: ALTER TABLE bli_users CHANGE notification_read_time notifications_read_time DATETIME DEFAULT 'NULL')
try to drop and make a new db, the error still persist.
i've read jason post here: https://discuss.flarum.org/d/7461-mariadb-error-on-new-installation
but seem no solution. please help. thank you
--
update. i checked the database. there are some tabels, and if i try keep click the installation button, the error become like this
Something went wrong: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'bli_migrations' already exists (SQL: create table bli_migrations (migration varchar(255) not null, extension varchar(255) null) default character set utf8mb4 collate utf8mb4_unicode_ci)
try to drop and make a new db, the error become like the first one above