سلام
هنگام نصب پیام خطای زیر را نمایش میده
JInstaller::install: خطای SQL. DB function failed with error number 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 11 SQL=CREATE TABLE IF NOT EXISTS `jos_joominafs` ( `id` int(11) unsigned NOT NULL auto_increment, `catid` int(11) unsigned NOT NULL COMMENT 'Category ID', `checked_out` int(11) unsigned NOT NULL, `filename` text NOT NULL, `name` text NOT NULL, `price` varchar(50) NOT NULL, `hit` varchar(50) NOT NULL, `type` varchar(5) NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM ;
SQL =
CREATE TABLE IF NOT EXISTS `jos_joominafs` (
`id` int(11) unsigned NOT NULL auto_increment,
`catid` int(11) unsigned NOT NULL COMMENT 'Category ID',
`checked_out` int(11) unsigned NOT NULL,
`filename` text NOT NULL,
`name` text NOT NULL,
`price` varchar(50) NOT NULL,
`hit` varchar(50) NOT NULL,
`type` varchar(5) NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM ;
کامپوننت نصب: SQL خطا دارد، یا مفقود شده است و یا فایل SQL قابل خواندن نمیباشد. DB function failed with error number 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 11 SQL=CREATE TABLE IF NOT EXISTS `jos_joominafs` ( `id` int(11) unsigned NOT NULL auto_increment, `catid` int(11) unsigned NOT NULL COMMENT 'Category ID', `checked_out` int(11) unsigned NOT NULL, `filename` text NOT NULL, `name` text NOT NULL, `price` varchar(50) NOT NULL, `hit` varchar(50) NOT NULL, `type` varchar(5) NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM ;
SQL =
CREATE TABLE IF NOT EXISTS `jos_joominafs` (
`id` int(11) unsigned NOT NULL auto_increment,
`catid` int(11) unsigned NOT NULL COMMENT 'Category ID',
`checked_out` int(11) unsigned NOT NULL,
`filename` text NOT NULL,
`name` text NOT NULL,
`price` varchar(50) NOT NULL,
`hit` varchar(50) NOT NULL,
`type` varchar(5) NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM ;