how do i solve this duplicate entry problem when installing utility module

Laraship QuestionsCategory: Technicalhow do i solve this duplicate entry problem when installing utility module
Theophilus Ngaribvume asked 5 years ago
installing module failed: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'schedule_time' for key 'settings_code_unique' (SQL: insert into settings (category, code, created_at, editable, hidden, label, type, updated_at, value) values (Utilities, utility_google_address_api_key, 2018-11-06 15:15:31, 1, 0, Google address api key, TEXT, 2018-11-06 15:15:31, AIzaSyBrMjtZWqBiHz1Nr9XZTTbBLjvYFICPHDM), (Utilities, utility_mailchimp_api_key, 2018-11-06 15:15:31, 1, 0, Mailchimp API Key, TEXT, 2018-11-06 15:15:31, ), (Utilities, utility_mailchimp_list_id, 2018-11-06 15:15:31, 1, 0, Mailchimp List Id, TEXT, 2018-11-06 15:15:31, ), (General, schedule_time, 2018-11-06 15:15:31, 1, 0, Schedule Time, SELECT, 2018-11-06 15:15:31, {"Off":"- Off -","06":"06 AM","07":"07 AM","08":"08 AM","09":"09 AM","10":"10 AM","11":"11 AM","12":"Noon","13":"01 PM","14":"02 PM","15":"03 PM","16":"04 PM","17":"05 PM","18":"06 PM","19":"07 PM","20":"08 PM","21":"09 PM","22":"10 P
1 Answers
laraship Staff answered 5 years ago

Seems your utility module failing because of server timeout. you need to fix it first