News:

Support the VirtueMart project and become a member

Main Menu

Installation error

Started by andreas.hallberg, November 23, 2012, 22:14:33 PM

Previous topic - Next topic

andreas.hallberg

Hi,

I get this error message when installing VM 2.0.14 on J2.5.8. Do anyone know whats wrong and how to fix it?

BR

Andreas

_______________________

JInstaller::install: /www/webvol2/yk/2xfzyeyhqthp4du/utveckling.mtbtaby.se/public_html/administrator/components/com_virtuemart/install/install.sql COM_VIRTUEMART_SQL_ERROR DB-funktion misslyckades med felnummer 1103
Incorrect table name 'jos_utveckling_mtbtaby_se_virtuemart_shipmentmethod_shoppergroups' SQL=-- -------------------------------------------------------- -- -- Table structure for table `jos_utveckling_mtbtaby_se_virtuemart_shipmentmethods_shoppergroups` -- CREATE TABLE IF NOT EXISTS `jos_utveckling_mtbtaby_se_virtuemart_shipmentmethod_shoppergroups` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `virtuemart_shipmentmethod_id` mediumint(1) UNSIGNED, `virtuemart_shoppergroup_id` smallint(1) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `i_virtuemart_shipmentmethod_id` (`virtuemart_shipmentmethod_id`,`virtuemart_shoppergroup_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='xref table for shipment to shoppergroup' AUTO_INCREMENT=1 ;
SQL =
-- --------------------------------------------------------
--
-- Table structure for table `#__virtuemart_shipmentmethods_shoppergroups`
--

CREATE TABLE IF NOT EXISTS `#__virtuemart_shipmentmethod_shoppergroups` (
  `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
  `virtuemart_shipmentmethod_id` mediumint(1) UNSIGNED,
  `virtuemart_shoppergroup_id` smallint(1) UNSIGNED NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `i_virtuemart_shipmentmethod_id` (`virtuemart_shipmentmethod_id`,`virtuemart_shoppergroup_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='xref table for shipment to shoppergroup' AUTO_INCREMENT=1 ;
vmError: createTable ERROR :Incorrect table name 'jos_utveckling_mtbtaby_se_virtuemart_shipmentmethod_shoppergroups' SQL=CREATE TABLE IF NOT EXISTS `jos_utveckling_mtbtaby_se_virtuemart_shipmentmethod_shoppergroups` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `virtuemart_shipmentmethod_id` mediumint(1) UNSIGNED, `virtuemart_shoppergroup_id` smallint(1) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `i_virtuemart_shipmentmethod_id` (`virtuemart_shipmentmethod_id`,`virtuemart_shoppergroup_id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
vmError: createTable ERROR :Incorrect table name 'jos_utveckling_mtbtaby_se_virtuemart_manufacturercategories_sv_se' SQL=CREATE TABLE IF NOT EXISTS `jos_utveckling_mtbtaby_se_virtuemart_manufacturercategories_sv_se` ( `virtuemart_manufacturercategories_id` int(1) UNSIGNED NOT NULL, `mf_category_name` char(180) NOT NULL DEFAULT '', `mf_category_desc` varchar(20000) NOT NULL DEFAULT '', `slug` char(192) NOT NULL DEFAULT '', PRIMARY KEY (`virtuemart_manufacturercategories_id`), UNIQUE KEY `slug` (`slug`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
vmError: createTable ERROR :Incorrect table name 'jos_utveckling_mtbtaby_se_virtuemart_manufacturercategories_sv_se' SQL=CREATE TABLE IF NOT EXISTS `jos_utveckling_mtbtaby_se_virtuemart_manufacturercategories_sv_se` ( `virtuemart_manufacturercategories_id` int(1) UNSIGNED NOT NULL, `mf_category_name` char(180) NOT NULL DEFAULT '', `mf_category_desc` varchar(20000) NOT NULL DEFAULT '', `slug` char(192) NOT NULL DEFAULT '', PRIMARY KEY (`virtuemart_manufacturercategories_id`), UNIQUE KEY `slug` (`slug`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;