Hallo jared,
diese Erweiterung ist wirklich eine Super Idee!
Nur leider erhalte ich bei der Installation eine reproduzierbare Fehlermeldung.
Hier die Rahmenbedingungen bzw. meine Vorgehensweise:
- Contao 2.9.5 auf xampp "Fabrikneu" installiert
- Das Template music_academy_tpl geladen
- Vom Menüpunkt Erweiterungskatalog die Erweiterung [syncCto] Contao-Synchronisation installiert
- Alles bestätigt bis zu diesem Punkt:
cto_sync.png
Nach bestätigen des Aktualisierung´s Buttons erhalte ich folgende Fehlermeldung:
Code:
Fatal error: Uncaught exception Exception with message Query error: Table 'tl_synccto_clients' already exists (CREATE TABLE `tl_syncCto_clients` ( `id` int(10) unsigned NOT NULL auto_increment, `tstamp` int(10) unsigned NOT NULL default '0', `title` varchar(64) NOT NULL default '', `seckey` varchar(64) NOT NULL default '', `description` text NULL, `address` text NOT NULL, `path` varchar(255) NOT NULL default 'syncCto.php', `port` text NULL, `username` text NOT NULL, `password` text NOT NULL, `transmission` int(10) unsigned NOT NULL default '0', `cookie` longtext NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci;) thrown in C:\xampp\htdocs\contao\system\libraries\Database.php on line 642
#0 C:\xampp\htdocs\contao\system\libraries\Database.php(189): Database_Statement->query('CREATE TABLE `t...')#1 C:\xampp\htdocs\contao\system\modules\rep_client\RepositoryManager.php(424): Database->query('CREATE TABLE `t...')#2 C:\xampp\htdocs\contao\system\modules\rep_client\RepositoryBackendModule.php(151): RepositoryManager->update('database')#3 C:\xampp\htdocs\contao\system\modules\backend\BackendModule.php(116): RepositoryBackendModule->compile()#4 C:\xampp\htdocs\contao\system\modules\rep_client\RepositoryBackendModule.php(88): BackendModule->generate()#5 C:\xampp\htdocs\contao\system\modules\rep_client\RepositoryManager.php(71): RepositoryBackendModule->generate()#6 C:\xampp\htdocs\contao\system\modules\backend\Backend.php(186): RepositoryManager->generate()#7 C:\xampp\htdocs\contao\contao\main.php(101): Backend->getBackendModule('repository_mana...')#8 C:\xampp\htdocs\contao\contao\main.php(304): Main->run()#9 {main}
Was mache ich falsch?
Viele Grüße
MiTsch