I downloaded a new copy of the theme and keep trying to install from the hot start but I keep getting this database error
WordPress database error: [Duplicate entry ‘0’ for key ‘PRIMARY’]
ALTER TABLE wp_options
ADD PRIMARY KEY (option_id
), ADD UNIQUE KEY option_name
(option_name
);
WordPress database error: [Incorrect table definition; there can be only one auto column and it must be defined as a key]
ALTER TABLE wp_options
MODIFY option_id
bigint(20) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=1696;
I really don’t know what to do and it keeps happening