5.6.1 Install Error

Permalink
Hi all,

Downloaded 5.6.1
Tryed to install on clean database.
After I put in all my site information and database settings, i select "Empty site" and i hit
"Install concrete5" i get following error:

mysql error: [1048: Column 'gName' cannot be null] in EXECUTE("insert into Groups (gName, gDescription) values (NULL, NULL)")

What am I doing wrong?
Any help whould be appreciated.

 
sergio11ofpp replied on at Permalink Reply
sergio11ofpp
mysql error: [1048: Column 'gName' cannot be null

Null is something empty check again your inputs.
constantinbogdan replied on at Permalink Reply
Got this one out.

Concrete 5 does not support MySQL with default storage engine InnoDB, hence it doesnt handle well with transactions!
You have to set the default_storage_engine to MyISAM.

Install worked fine after that!