when im trying to install coin-slider i get i wierd error where it is creating and droping tables.
When i choose no matter which options i choose i get the following error
Code:
Fatal error: Uncaught exception Exception with message Query error: Table 'tl_coinslider' already exists (CREATE TABLE `tl_coinSlider` ( `id` int(10) unsigned NOT NULL auto_increment, `pid` int(10) unsigned NOT NULL default '0', `sorting` int(10) unsigned NOT NULL default '0', `tstamp` int(10) unsigned NOT NULL default '0', `published` char(1) NOT NULL default '', `title` varchar(255) NOT NULL default '', `alias` varchar(128) NOT NULL default '', `width` int(10) unsigned NOT NULL default '0', `height` int(10) unsigned NOT NULL default '0', `spw` int(10) unsigned NOT NULL default '0', `sph` int(10) unsigned NOT NULL default '0', `delay` int(10) unsigned NOT NULL default '0', `sDelay` int(10) unsigned NOT NULL default '0', `opacity` float unsigned NOT NULL default '0', `titleSpeed` int(10) unsigned NOT NULL default '0', `effect` varchar(64) NOT NULL default '', `navigation` char(1) NOT NULL default '', `links` char(1) NOT NULL default '', `hoverPause` char(1) NOT NULL default '', PRIMARY KEY (`id`), KEY `pid` (`pid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci;) thrown in D:\wamp\www\mcgee\system\libraries\Database.php on line 642
#0 D:\wamp\www\mcgee\system\libraries\Database.php(189): Database_Statement->query('CREATE TABLE `t...')
#1 D:\wamp\www\mcgee\system\modules\rep_client\RepositoryManager.php(424): Database->query('CREATE TABLE `t...')
#2 D:\wamp\www\mcgee\system\modules\rep_client\RepositoryBackendModule.php(151): RepositoryManager->update('database')
#3 D:\wamp\www\mcgee\system\modules\backend\BackendModule.php(116): RepositoryBackendModule->compile()
#4 D:\wamp\www\mcgee\system\modules\rep_client\RepositoryBackendModule.php(88): BackendModule->generate()
#5 D:\wamp\www\mcgee\system\modules\rep_client\RepositoryManager.php(71): RepositoryBackendModule->generate()
#6 D:\wamp\www\mcgee\system\modules\backend\Backend.php(186): RepositoryManager->generate()
#7 D:\wamp\www\mcgee\contao\main.php(101): Backend->getBackendModule('repository_mana...')
#8 D:\wamp\www\mcgee\contao\main.php(304): Main->run()
#9 {main}
anyone know why this is or how to fix it.
Thanks,
Ste
Bookmarks