salve a tutti, cerco di installare il suddetto componente per la gestione degli utenti ma quando faccio l'installazione vedo questo errore:
- JInstaller::install: Errore SQL. DB function failed with error number 1050
Table 'jos_djfacl_contenuti' already exists SQL=CREATE TABLE `jos_djfacl_contenuti`( `id` int(10) unsigned NOT NULL auto_increment, `id_users` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `id_components` int(10) unsigned default NULL, `id_modules` int(10) unsigned default NULL, `id_section` int(10) unsigned default NULL, `id_category` int(10) unsigned default NULL, `id_item` int(10) unsigned default NULL, `id_article` int(10) unsigned default NULL, `site_admin` int(1) unsigned default 1, `jtask` varchar(255) default NULL, `css_block` varchar(255) default NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `contenuti_utenti_FKIndex1` (`id_users`) ) COMMENT='Contiene per ciascun gruppo utente i contenuti ad esso abilitati';
SQL = CREATE TABLE `jos_djfacl_contenuti`( `id` int(10) unsigned NOT NULL auto_increment, `id_users` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `id_components` int(10) unsigned default NULL, `id_modules` int(10) unsigned default NULL, `id_section` int(10) unsigned default NULL, `id_category` int(10) unsigned default NULL, `id_item` int(10) unsigned default NULL, `id_article` int(10) unsigned default NULL, `site_admin` int(1) unsigned default 1, `jtask` varchar(255) default NULL, `css_block` varchar(255) default NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `contenuti_utenti_FKIndex1` (`id_users`) ) COMMENT='Contiene per ciascun gruppo utente i contenuti ad esso abilitati';
- componente Installa: Errore file sql non leggibile o non presente. DB function failed with error number 1050
Table 'jos_djfacl_contenuti' already exists SQL=CREATE TABLE `jos_djfacl_contenuti`( `id` int(10) unsigned NOT NULL auto_increment, `id_users` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `id_components` int(10) unsigned default NULL, `id_modules` int(10) unsigned default NULL, `id_section` int(10) unsigned default NULL, `id_category` int(10) unsigned default NULL, `id_item` int(10) unsigned default NULL, `id_article` int(10) unsigned default NULL, `site_admin` int(1) unsigned default 1, `jtask` varchar(255) default NULL, `css_block` varchar(255) default NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `contenuti_utenti_FKIndex1` (`id_users`) ) COMMENT='Contiene per ciascun gruppo utente i contenuti ad esso abilitati';
SQL = CREATE TABLE `jos_djfacl_contenuti`( `id` int(10) unsigned NOT NULL auto_increment, `id_users` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `id_components` int(10) unsigned default NULL, `id_modules` int(10) unsigned default NULL, `id_section` int(10) unsigned default NULL, `id_category` int(10) unsigned default NULL, `id_item` int(10) unsigned default NULL, `id_article` int(10) unsigned default NULL, `site_admin` int(1) unsigned default 1, `jtask` varchar(255) default NULL, `css_block` varchar(255) default NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `contenuti_utenti_FKIndex1` (`id_users`) ) COMMENT='Contiene per ciascun gruppo utente i contenuti ad esso abilitati';
- Installazione componente: Errore
Che succede?