ho la versione 3.4.8 e sia in locale che in remoto qualsiasi cosa installi da amministrazione mi da il seguente errore:
Table 'databasei.aaa_updates' doesn't exist in engine SQL=SHOW FULL COLUMNS FROM `111_updates`
ho provato anche fare una query per inserire la tabella (che esiste ma sembra corrotta)
cosi:
CREATE TABLE IF NOT EXISTS `111_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';
ma la situazione rimane identica