I’m getting the following error from my back end installer page when trying to install the com_jaextmanager.v1.5.2 file. I’m using Joomla 1.5.22 and trying to get the JA Anion template going on my test site here, (MAMP). Any suggestions?
As follows:
JInstaller::install: SQL Error. DB function failed with error number 1050
Table ‘jos_jaem_log’ already exists SQL=– — Table structure for table `jos_jaem_log` — CREATE TABLE IF NOT EXISTS `jos_jaem_log` ( `id` int(11) NOT NULL AUTO_INCREMENT, `ext_id` varchar(50) DEFAULT NULL, `check_date` datetime DEFAULT NULL, `check_info` text, PRIMARY KEY (`id`), UNIQUE KEY `ext_id` (`ext_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
SQL =
—
— Table structure for table `jos_jaem_log`
—
CREATE TABLE IF NOT EXISTS `jos_jaem_log` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ext_id` varchar(50) DEFAULT NULL,
`check_date` datetime DEFAULT NULL,
`check_info` text,
PRIMARY KEY (`id`),
UNIQUE KEY `ext_id` (`ext_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
Component Install: SQL error or missing or unreadable SQL file. DB function failed with error number 1050
Table ‘jos_jaem_log’ already exists SQL=– — Table structure for table `jos_jaem_log` — CREATE TABLE IF NOT EXISTS `jos_jaem_log` ( `id` int(11) NOT NULL AUTO_INCREMENT, `ext_id` varchar(50) DEFAULT NULL, `check_date` datetime DEFAULT NULL, `check_info` text, PRIMARY KEY (`id`), UNIQUE KEY `ext_id` (`ext_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
SQL =
—
— Table structure for table `jos_jaem_log`
—
CREATE TABLE IF NOT EXISTS `jos_jaem_log` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ext_id` varchar(50) DEFAULT NULL,
`check_date` datetime DEFAULT NULL,
`check_info` text,
PRIMARY KEY (`id`),
UNIQUE KEY `ext_id` (`ext_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;