Ciao,
purtroppo mi vedo costretto ad utilizzare un hosting su ********
Il piano scelto è Hosting linux developer.
Dopo aver creato utente (tutti i permessi) e nuovo database l'installazione non viene completata riportando errore:
SQL=Table \'jos_banner\' already exists SQL=# $Id: joomla.sql 677 2005-10-27 02:13:29Z spacemonkey $\n\n# Table structure for table `jos_banner`\n\nCREATE TABLE `jos_banner` (\n `bid` int(11) NOT NULL auto_increment,\n `cid` int(11) NOT NULL default \'0\',\n `type` varchar(10) NOT NULL default \'banner\',\n `name` varchar(50) NOT NULL default \'\',\n `imptotal` int(11) NOT NULL default \'0\',\n `impmade` int(11) NOT NULL default \'0\',\n `clicks` int(11) NOT NULL default \'0\',\n `imageurl` varchar(100) NOT NULL default \'\',\n `clickurl` varchar(200) NOT NULL default \'\',\n `date` datetime default NULL,\n `showBanner` tinyint(1) NOT NULL default \'0\',\n `checked_out` tinyint(1) NOT NULL default \'0\',\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `editor` varchar(50) default NULL,\n `custombannercode` text,\n PRIMARY KEY (`bid`),\n KEY `viewbanner` (`showBanner`)\n) TYPE=InnoDB AUTO_INCREMENT=1:
- - - - - - - - - -
etc etc
Anche cancellando db e rifacendone uno nuovo stesso problema.
Versione di Joomla_1.0.15_stabile.ita
Php: versione 4.3.3
MySQL: versione 4.0.15a
Un'altro 3d era stato aperto in proposito
http://forum.joomla.it/index.php?topic=37529.msg160733Qualcuno con stesso hosting ha risolto?