Perdonami ma io nel file joomla_update_17ga.sql ho solo questo:
# $Id: joomla_update_17ga.sql 21751 2011-07-06 12:46:57Z chdemko $
#
# Database updates for 1.6.5 to 1.7 GA
#
CREATE TABLE IF NOT EXISTS `#__associations` (
`id` VARCHAR(50) NOT NULL COMMENT 'A reference to the associated item.',
`context` VARCHAR(50) NOT NULL COMMENT 'The context of the associated item.',
`key` CHAR(32) NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.',
PRIMARY KEY `idx_context_id` (`context`, `id`),
INDEX `idx_key` (`key`)
) DEFAULT CHARSET=utf8;
ALTER TABLE `jos__languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
ALTER TABLE `jos__languages` ADD INDEX `idx_ordering` (`ordering`);
Grazie 1000 per l'aiuto
@edit: Ho risolto Grazie ancora