Joomla.it Forum
Non solo Joomla... => Sezione dedicata ai Server => : gente 14 Nov 2006, 19:32:15
-
installazione in locale mi da' questo errore allo step 3
SQL=BLOB/TEXT column \'text\' can\'t have a default value SQL=# Table structure for table
`jos_poll_data`\n\nCREATE TABLE `jos_poll_data` (\n `id` int(11) NOT NULL auto_increment,\n `pollid` int(4) NOT
NULL default \'0\',\n `text` text NOT NULL default \'\',\n `hits` int(11) NOT NULL default \'0\',\n PRIMARY KEY
(`id`),\n KEY `pollid` (`pollid`,`text`(1))\n) TYPE=InnoDB:
- - - - - - - - - -
# Table structure for table `#__poll_data`
CREATE TABLE `#__poll_data` (
`id` int(11) NOT NULL auto_increment,
`pollid` int(4) NOT NULL default '0',
`text` text NOT NULL default '',
`hits` int(11) NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `pollid` (`pollid`,`text`(1))
) TYPE=MyISAM
= = = = = = = = = =
-
Direi che è un problema di MySQL.
Che versione di Joomla?
Che versione di MySQL?
Che versione di PHP?
-
versione di mysql? il problema potrebbe essere il set di carattery myisam. se ci fai caso il problema e' sul campo text che non riconosce il vuoto come valore di default
-
Ho queste versioni
apache-2.0.55
mysql-essential-5.0.26
php-5.1.6
-
Soluzioni trovate ;D
http://forum.joomla.org/index.php/topic,108428.0.html
http://forum.joomla.org/index.php/topic,103176.0.html
http://forge.joomla.org/sf/go/artf6581
I'll like to feedback the possible problems for this case.
- the .sql maybe corrupted
- mysql is on strict-mode
- the database that you are installing to is already populated.
Thanks again Tonie and RobInk
allego il file modificato da sostituire in
installation\sql\joomla.sql
[allegato eliminato da un amministratore]
-
metto in evidenza il topic ;)