quickapps / cms

Modular CMS powered by CakePHP
GNU General Public License v3.0
164 stars 69 forks source link

Contraint fail on create account (sqlite db) #125

Closed extrablind closed 9 years ago

extrablind commented 9 years ago

Hello, Four Not Null contraints fails on installation : On fields : users.public_profile , users.last_login , users.token , users.created

Sample debug log : 2015-09-25 22:18:58 Error: [PDOException] SQLSTATE[23000]: Integrity constraint violation: 19 users.public_profile may not be NULL

Regards !