i try to create an mysql server for use with goautodial CE 3.3. I have modified the configuration file (astguiclient.conf, goautodial.conf, dbconnect.php in agc, agent and vicidial folders) but when i try to open web gui i got this error:
- Code: Select all
Error Number: 1364
Field 'user_data' doesn't have a default value
INSERT INTO `go_sessions` (`session_id`, `ip_address`, `user_agent`, `last_activity`) VALUES ('1c52099309b394685844ebf0ac073387', 'XXX.XXX.XX.XX', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebK', 1477474877)
i exported db with mysqldump and the dbs are asterisk,goautodial,limesurvey and information_schema, then i imported these dbs into mysql server but not work.
Anyone have some idea or procedure to pass from all-in-one solution to Web/Dialer and mysql separated solution?
Any help are appreciate.