The errors are: [Sat Jun 4 11:00:03 2016] install.pl: DBD::mysql::st execute failed: BLOB, TEXT, GEOMETRY or JSON column 'defaultvalue' can't have a default value at /usr/share/perl5/DBIx/RunSQL.pm line 273. caused by: 72 `defaultvalue` TEXT DEFAULT '', --- [Sat Jun 4 10:56:57 2016] install.pl: DBD::mysql::st execute failed: Invalid default value for 'created_on' at /usr/share/perl5/DBIx/RunSQL.pm line 273. caused by: 2212 `created_on` TIMESTAMP NOT NULL, -- creation time (timestamps are weird and special in mysql, see here: http://dev.mysql.com/doc/refman/5.7/en/timestamp-initialization.html ) ---
Created attachment 52037 [details] [review] Bug 16664: fix loaded SQL for strictness There were some errors in the SQL structure that MySQL got upset at in strict mode. This lets the file load.
To test: * attempt to use the web installer in Ubuntu 16.05, see that it works with this patch.
Created attachment 53119 [details] [review] [SIGNED-OFF] Bug 16664: fix loaded SQL for strictness There were some errors in the SQL structure that MySQL got upset at in strict mode. This lets the file load. Signed-off-by: Srdjan <srdjan@catalyst.net.nz>
This fix is already done on bug 16573 (which should get more love). We could push this one separately anyway but I think the patch should fix existing installs too.
*** This bug has been marked as a duplicate of bug 16573 ***