Ciao... quando hai installato il componente ti ha dato questo errore?
Errore SQL DB function failed with error number 1067
Invalid default value for 'sectionid' SQL=CREATE TABLE jos_abarchives ( id int(4) NOT NULL auto_increment, sectionid int(3) NOT NULL default '', categoryid int(3) NOT NULL default '', showcreated int(1) NOT NULL default '1', showuser int(1) NOT NULL default '1', showicons int(1) NOT NULL default '1', showthemeicons int(1) NOT NULL default '1', PRIMARY KEY (id) ) TYPE=MyISAM AUTO_INCREMENT=2 ;
SQL = CREATE TABLE jos_abarchives (
id int(4) NOT NULL auto_increment,
sectionid int(3) NOT NULL default '',
categoryid int(3) NOT NULL default '',
showcreated int(1) NOT NULL default '1',
showuser int(1) NOT NULL default '1',
showicons int(1) NOT NULL default '1',
showthemeicons int(1) NOT NULL default '1',
PRIMARY KEY (id)
) TYPE=MyISAM AUTO_INCREMENT=2 ;
Cosa devo correggere?
grazie ciao