Service: DigitalOcean
Linux: Ubuntu 16.04
Server: Apache/2.4.18
MariaDB: 10.2.10-MariaDB
PHP: PHP 7.1.11
Composer: 1.5.2
The installation goes perfectly when I issue the command:
composer create-project flarum/flarum . --stability=beta
When I open a browser and go to the root of the project and enter the name, database credentials, and administrator credentials, then click on the installation button. I get the error that pops up here, reported on github.
Something went wrong: SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'notifications_read_time' (SQL: ALTER TABLE *removed* CHANGE notification_read_time notifications_read_time DATETIME DEFAULT 'NULL')
It looks like according to this comment in github that the only option to use MariaDB is to wait for a fix from the dev team.
Is there a work around in the mean time?
I don't currently have the option to downgrade MariaDB on my production server as many other projects depend on the set up I have currently.
I apologize if this has been answered somewhere, I just haven't been able to come across the answer yet.