Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

failed to open stream #51

Closed
spham opened this issue Feb 8, 2014 · 3 comments
Closed

failed to open stream #51

spham opened this issue Feb 8, 2014 · 3 comments

Comments

@spham
Copy link

spham commented Feb 8, 2014

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
Copy link
Owner

milesj commented Feb 8, 2014

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

@spham
Copy link
Author

spham commented Feb 8, 2014

Mysql 5.6

@milesj
Copy link
Owner

milesj commented Feb 16, 2014

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.

@milesj milesj closed this as completed Feb 16, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants