milesj / forum

[Deprecated] A CakePHP plugin for forum / bulletin board systems.
MIT License
131 stars 57 forks source link

failed to open stream #51

Closed spham closed 10 years ago

spham commented 10 years ago

Hi

i have issue with cake Forum.install


[x] Check Database Configuration
[x] Set Table Prefix
[x] Set Users Table
[x] Check Table Status
[5] Create Database Tables
[6] Finish Installation

Existing tables will be deleted, continue? (Y/N) 
> Y
Creating tables...
Unexpected error has occurred; SQLSTATE[HY000]: General error: 1364 Field 'icon' doesn't have a default value

There have admin panel ?

milesj commented 10 years ago

Never seen this before. What DB engine are you using?

spham commented 10 years ago

Mysql 5.6

milesj commented 10 years ago

MySQL is most likely in STRICT mode. Try running SET GLOBAL sql_mode='' or edit your my.cnf to make sure you aren't setting STRICT_ALL_TABLES or the like.