PDA

Zobacz pełną wersję : Problemy przy instalacji



stomki
01-06-2007, 14:27
Wersja klienta MySQL: 5.0.37
Joomla! 1.0.12 Stable [ Sunfire ] 25 December 2006 01:00 UTC

Przy próbie instalacji mam następujące błędy:

SQL=BLOB/TEXT column 'text' can't have a default value:
- - - - - - - - - -
# Table structure for table `jos_poll_data`

CREATE TABLE `jos_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
= = = = = = = = = =

SQL=BLOB/TEXT column 'download_text' can't have a default value:
- - - - - - - - - -