WordPress database error: [Incorrect table definition; there can be only one auto column and it must be defined as a key]
ALTER TABLE cnosv_tm_tasks ADD COLUMN task_id bigint(20) NOT NULL auto_increment

WordPress database error: [Key column 'task_id' doesn't exist in table]
ALTER TABLE cnosv_tm_tasks ADD PRIMARY KEY (`task_id`)

WordPress database error: [Unknown column 'task_id' in 'cnosv_tm_tasks']
ALTER TABLE cnosv_tm_tasks CHANGE COLUMN `task_id` `id` INT NOT NULL

WordPress database error: [Duplicate column name 'attempts']
ALTER TABLE cnosv_tm_tasks ADD attempts INT DEFAULT 0 AFTER type

WordPress database error: [Duplicate column name 'class_identifier']
ALTER TABLE cnosv_tm_tasks ADD class_identifier varchar(300) DEFAULT 0 AFTER type

WordPress database error: [Duplicate column name 'last_locked_at']
ALTER TABLE cnosv_tm_tasks ADD last_locked_at BIGINT DEFAULT 0 AFTER time_created


Notice: Function register_sidebar was called incorrectly. No id was set in the arguments array for the "Footer Widget One" sidebar. Defaulting to "sidebar-1". Manually set the id to "sidebar-1" to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home3/shaws1777/public_html/wp-includes/functions.php on line 6170

Notice: Function register_sidebar was called incorrectly. No id was set in the arguments array for the "Footer Widget Two" sidebar. Defaulting to "sidebar-2". Manually set the id to "sidebar-2" to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home3/shaws1777/public_html/wp-includes/functions.php on line 6170

Notice: Function register_sidebar was called incorrectly. No id was set in the arguments array for the "Footer Widget Bottomnav" sidebar. Defaulting to "sidebar-3". Manually set the id to "sidebar-3" to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home3/shaws1777/public_html/wp-includes/functions.php on line 6170

Warning: Cannot modify header information - headers already sent by (output started at /home3/shaws1777/public_html/wp-includes/class-wpdb.php:1851) in /home3/shaws1777/public_html/wp-includes/pluggable.php on line 1535

Warning: Cannot modify header information - headers already sent by (output started at /home3/shaws1777/public_html/wp-includes/class-wpdb.php:1851) in /home3/shaws1777/public_html/wp-includes/pluggable.php on line 1538