networker007
07-21-2008, 07:47 PM
Hello everybody,
i would like to install the JA Showcase 1.5 on a Joomla Version 1.5.3 ->I cant install ! This is the error-message. What should i do now??
JInstaller::install: SQL-Fehler DB function failed with error number 1074
Column length too big for column 'directory' (max = 255); use BLOB or TEXT instead SQL=CREATE TABLE IF NOT EXISTS `jos_jashowcase` ( `id` int(11) NOT NULL auto_increment, `ishot` tinyint(4) NOT NULL default '0', `name` text NOT NULL, `description` longtext, `published` tinyint(4) NOT NULL default '1', `directory` varchar(500) NULL default '', `thumbnail` varchar(500) NULL default '', `info_url` varchar(500) NULL default '', `other_info_url` varchar(500) NULL default '', `demo_url` varchar(500) NULL default '', `ordering` int(11) NOT NULL, `catid` int(11) NOT NULL, `datas` text NULL default '', PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=11;
SQL =
CREATE TABLE IF NOT EXISTS `jos_jashowcase` (
`id` int(11) NOT NULL auto_increment,
`ishot` tinyint(4) NOT NULL default '0',
`name` text NOT NULL,
`description` longtext,
`published` tinyint(4) NOT NULL default '1',
`directory` varchar(500) NULL default '',
`thumbnail` varchar(500) NULL default '',
`info_url` varchar(500) NULL default '',
`other_info_url` varchar(500) NULL default '',
`demo_url` varchar(500) NULL default '',
`ordering` int(11) NOT NULL,
`catid` int(11) NOT NULL,
`datas` text NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=11;
i would like to install the JA Showcase 1.5 on a Joomla Version 1.5.3 ->I cant install ! This is the error-message. What should i do now??
JInstaller::install: SQL-Fehler DB function failed with error number 1074
Column length too big for column 'directory' (max = 255); use BLOB or TEXT instead SQL=CREATE TABLE IF NOT EXISTS `jos_jashowcase` ( `id` int(11) NOT NULL auto_increment, `ishot` tinyint(4) NOT NULL default '0', `name` text NOT NULL, `description` longtext, `published` tinyint(4) NOT NULL default '1', `directory` varchar(500) NULL default '', `thumbnail` varchar(500) NULL default '', `info_url` varchar(500) NULL default '', `other_info_url` varchar(500) NULL default '', `demo_url` varchar(500) NULL default '', `ordering` int(11) NOT NULL, `catid` int(11) NOT NULL, `datas` text NULL default '', PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=11;
SQL =
CREATE TABLE IF NOT EXISTS `jos_jashowcase` (
`id` int(11) NOT NULL auto_increment,
`ishot` tinyint(4) NOT NULL default '0',
`name` text NOT NULL,
`description` longtext,
`published` tinyint(4) NOT NULL default '1',
`directory` varchar(500) NULL default '',
`thumbnail` varchar(500) NULL default '',
`info_url` varchar(500) NULL default '',
`other_info_url` varchar(500) NULL default '',
`demo_url` varchar(500) NULL default '',
`ordering` int(11) NOT NULL,
`catid` int(11) NOT NULL,
`datas` text NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=11;