PHPCI
PHPCI copied to clipboard
[PDOException] while installing or updating PHPCI via ./console script
SQLSTATE[42000]: Syntax error or access violation: 1101 BLOB/TEXT column 'log' can't have a default value.
Server Details MySQL 5.6.28 PHP 5.5.31 Apache 2.2
I'm experiencing the same thing.
MySQL: 5.7.10 PHP: 7.0.0 Nginx: 1.9.10
Same here. Running PHPCI 1.6.0 on MySQL 5.5.4.7, PHP 5.5.9, Lighttpd 1.4.33.
The two migration file edits in #1042 fixed the problem for me. You need to remove the two attempts to set a default value for the "log" column. (Remember to edit both files.) After that, re-run ./console phpci:update
to run the migration files that previously crapped out. With those missing migrations in place PHPCI is running fine. The migration files should be fixed in the next release.