Mensajes: 197
Temas: 37
Registro en: Jun 2018
Reputación:
0
Buenas tardes,
Al actualizar a las 5.36 me da constantemente este error: :-(
Adjunto fichero con imagen de error
Atentamente
Juan Carlos
Mensajes: 16,693
Temas: 133
Registro en: Sep 2012
Reputación:
139
Hola Carlos,
Ejecuta estos 2 scripts (uno a uno) en SISTEMA->MANTENIMIENTO->Pestaña CONSOLA DB:
drop table salon_elemento;
create table if not exists salon_elemento (id INT NOT NULL AUTO_INCREMENT,id_salon char(2) not null,tipo char(2) not null,izq int(3) default 0,top int(3) default 0,width int(4) default 100, height int(4) default 100, primary key (id)) engine = innodb;
Con esto lo tienes.