Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issue with Database #1667

Closed
mambax7 opened this issue Dec 23, 2015 · 2 comments
Closed

Installation issue with Database #1667

mambax7 opened this issue Dec 23, 2015 · 2 comments

Comments

@mambax7
Copy link

mambax7 commented Dec 23, 2015

Installing on MySQL 5.7.9:
SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'created_at' (SQL: create table deferred_bindings (id int unsigned not null auto_increment primary key, master_type varchar(255) not null, master_field varchar(255) not null, slave_type varchar(255) not null, slave_id varchar(255) not null, session_key varchar(255) not null, is_bind tinyint(1) not null default '1', created_at timestamp default 0 not null, updated_at timestamp default 0 not null) default character set utf8 collate utf8_unicode_ci engine = InnoDB)

@daftspunk
Copy link
Member

As per #1668, try adding to your database configuration:

'strict'    => true

@daftspunk
Copy link
Member

We fixed this as part of the stable release. For further details:

http://octobercms.com/support/article/rn-4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants