It's impossible to install UliCMS, when MySQL's strict mode is enabled.
When this problem occurs, you get this or a similiar error message while installation
`skype_id` doesn't have a default value
Please execute the following two SQL stataments for fixing this.
SET GLOBAL sql_mode = '';
SET SESSION sql_mode = '';
Attention
This change is not permanent.
If you've got access to your database server modify sql_mode in my.ini config file.
If you don't have access to your database server please ask your administrator or your hosting provider
Update 10.1.2014
Here is the patch for this issue:
Please read the readme.txt file for instructions.
Comments
No Comments existing yet.