joomla! 1.0.X ステップ2のエラー

メモです。

http://forum.joomla.jp/component/option,com_smf/Itemid,37/topic,359.0/

\installation\sql 内 joomla.sql もしくはjoomla41.sql 498行目くらい

 

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;

 

  `text` text NOT NULL,

 

 


Powered by WordPress with GimpStyle Theme design by Horacio Bella.
Entries and comments feeds. Valid XHTML and CSS.