10-04-2024, 02:48 PM
Ok, ejecuta estos 2 scripts (uno a uno) en SISTEMA->MANTENIMIENTO->Pestaña CONSOLA DB:
drop table opencart_log;
create table opencart_log (id mediumint auto_increment,fecha datetime,item varchar(250),resultado text, primary key (id));
Tras esto ya no te debería aparecer el error.
drop table opencart_log;
create table opencart_log (id mediumint auto_increment,fecha datetime,item varchar(250),resultado text, primary key (id));
Tras esto ya no te debería aparecer el error.