Ho effettuato un altra prova tentando di installarlo ed ecco parte del messaggio:
JInstaller::install: Errore SQL. DB function failed with error number 2006
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `jos_wf_profiles` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` text NOT NULL, `users` text NOT NULL, `types` text NOT NULL, `components` text NOT NULL, `area` tinyint(3) NOT NULL, `device` varchar(255) NOT NULL, `rows` text NOT NULL, `plugins` text NOT NULL, `published` tinyint(3) NOT NULL, `ordering` int(11) NOT NULL, `checked_out` tinyint(3) NOT NULL, `checked_out_time` datetime NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8;
SQL = CREATE TABLE IF NOT EXISTS `jos_wf_profiles` (
conclude il messaggio con:
- Non è possibile cancellare il file selezionato: 'install.script.php'
- Non è possibile cancellare il file selezionato: 'install.script.php'
- Error Loading ModulesMySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 2 AND m.client_id = 1 ORDER BY position, ordering