Foro de ayuda y soporte técnico de Sysme Software
Error al update 5.36 - Versión para impresión

+- Foro de ayuda y soporte técnico de Sysme Software (https://www.sysme.net/foro)
+-- Foro: Software Sysme (Español) (https://www.sysme.net/foro/forumdisplay.php?fid=3)
+--- Foro: Sysme Tpv (https://www.sysme.net/foro/forumdisplay.php?fid=4)
+---- Foro: Resolución de Problemas con Sysme Tpv (https://www.sysme.net/foro/forumdisplay.php?fid=18)
+---- Tema: Error al update 5.36 (/showthread.php?tid=12445)



Error al update 5.36 - carloslakes@gmail.com - 27-02-2026

Buenas tardes,

Al actualizar a las 5.36 me da constantemente este error: :-(


Adjunto fichero con imagen de error


Atentamente

Juan Carlos


RE: Error al update 5.36 - sysme - 27-02-2026

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.


RE: Error al update 5.36 - carloslakes@gmail.com - 28-02-2026

(27-02-2026, 11:15 PM)sysme escribió: 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.

.. me salvaste el finde... muchas gracias. Buen update, como siempre...lo único que falta son unas sombrillas en la terraza...jeje. Muchas gracias!!