Error 1064 after joomfish installation - Joomla! Forum - community, help and support
hello,
i tried install joomfish on website (with joomla 1.5.25), recived error message:
what do?
help me please
i tried install joomfish on website (with joomla 1.5.25), recived error message:
code: select all
jinstaller::install: errore sql. db function failed error number 1064
you have error in sql syntax; check manual corresponds mysql server version right syntax use near 'type=myisam auto_increment=2 default charset=utf8' @ line 13 sql=create table if not exists `jos_languages` ( `id` int(11) not null auto_increment, `name` varchar(100) not null default '', `active` tinyint(1) not null default '0', `iso` varchar(20) default null, `code` varchar(20) not null default '', `shortcode` varchar(20) default null, `image` varchar(100) default null, `fallback_code` varchar(20) not null default '', `params` text not null default '', `ordering` int(11) not null default '0', primary key (`id`) ) type=myisam auto_increment=2 default charset=utf8;
sql = create table if not exists `jos_languages` (
• `id` int(11) not null auto_increment,
• `name` varchar(100) not null default '',
• `active` tinyint(1) not null default '0',
• `iso` varchar(20) default null,
• `code` varchar(20) not null default '',
• `shortcode` varchar(20) default null,
• `image` varchar(100) default null,
• `fallback_code` varchar(20) not null default '',
• `params` text not null default '',
• `ordering` int(11) not null default '0',
• primary key (`id`)
• ) type=myisam auto_increment=2 default charset=utf8;
• componente installa: errore file sql non leggibile o non presente. db function failed error number 1064
you have error in sql syntax; check manual corresponds mysql server version right syntax use near 'type=myisam auto_increment=2 default charset=utf8' @ line 13 sql=create table if not exists `jos_languages` ( `id` int(11) not null auto_increment, `name` varchar(100) not null default '', `active` tinyint(1) not null default '0', `iso` varchar(20) default null, `code` varchar(20) not null default '', `shortcode` varchar(20) default null, `image` varchar(100) default null, `fallback_code` varchar(20) not null default '', `params` text not null default '', `ordering` int(11) not null default '0', primary key (`id`) ) type=myisam auto_increment=2 default charset=utf8;
sql = create table if not exists `jos_languages` (
• `id` int(11) not null auto_increment,
• `name` varchar(100) not null default '',
• `active` tinyint(1) not null default '0',
• `iso` varchar(20) default null,
• `code` varchar(20) not null default '',
• `shortcode` varchar(20) default null,
• `image` varchar(100) default null,
• `fallback_code` varchar(20) not null default '',
• `params` text not null default '',
• `ordering` int(11) not null default '0',
• primary key (`id`)
• ) type=myisam auto_increment=2 default charset=utf8;what do?
help me please
Comments
Post a Comment