Back to top

Autore Topic: [SOLUZIONE] Errore 1146 durante aggiornamento Joomla  (Letto 736 volte)

Offline aex

  • Abituale
  • ****
  • Post: 1272
  • Sesso: Maschio
    • Mostra profilo
Codice: [Seleziona]
In MySQL, nel Tab SQL, aggiungere:

DROP table IF EXISTS jos_updates; CREATE TABLE `jos_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';

 



Web Design Bolzano Kreatif