...purtroppo non va!
+
Ho fatto come indicato ma misegnala il seguente errore:
JInstaller::install: Errore SQL. DB function failed with error number 1064
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'BOOLEAN NOT NULL DEFAULT 1, PRIMARY KEY (`id`) )Type=InnoDB' a SQL=CREATE TABLE IF NOT EXISTS jos_agora_categories ( `id` int(10) unsigned NULL auto_increment , `cat_name` varchar(80) NOT NULL, `disp_position` int(10) NULL DEFAULT '0' , `enable` BOOLEAN NOT NULL DEFAULT 1, PRIMARY KEY (`id`) )Type=MyISAM;
SQL =
CREATE TABLE IF NOT EXISTS jos_agora_categories (
`id` int(10) unsigned NULL auto_increment ,
`cat_name` varchar(80) NOT NULL,
`disp_position` int(10) NULL DEFAULT '0' ,
`enable` BOOLEAN NOT NULL DEFAULT 1,
PRIMARY KEY (`id`)
)Type=MyISAM;
...che fare ora?
Nessuno può aiutarmi?