1° patti un backup del DB prima di perdere qualcosa
Rinomina la tabella
jes7_updates in
jes7_updates_OLD
poi lancia la seguente query occhio nel caso agli apici e alla parte ENGINE alla fine
ricontrolla dal menu del DB in backend e prova a reintallare il tutto
facci sapere se tutto si e' sistemato
se hai altri problemi di questo tipo praticamente l'aggiornamento dalla 2.5 alla 3.4 non ha aggiornato correttamente tutte le tabelle del DB e li sono DOLORI
CREATE TABLE IF NOT EXISTS `
jes7_updates` (
`update_id` int(11) NOT NULL AUTO_INCREMENT,
`update_site_id` int(11) DEFAULT '0',
`extension_id` int(11) DEFAULT '0',
`name` varchar(100) DEFAULT '',
`description` text NOT NULL,
`element` varchar(100) DEFAULT '',
`type` varchar(20) DEFAULT '',
`folder` varchar(20) DEFAULT '',
`client_id` tinyint(3) DEFAULT '0',
`version` varchar(32) DEFAULT '',
`data` text NOT NULL,
`detailsurl` text NOT NULL,
`infourl` text NOT NULL,
`extra_query` varchar(1000) DEFAULT '',
PRIMARY KEY (`update_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Available Updates' AUTO_INCREMENT=1 ;