Have installed JMS multisites 1.3 on Joomla 3.2.1
Having watched the tutorials several times have endeavored to install a slave, as per 0.d for testing the system and getting to grips with the operation.
Slave installs, and you can get to the Joomla install part. It goes thru step 1 & 2, but it wont clear the final stage step 3. I get the following error when trying to set up database:
SQL=CREATE TABLE IF NOT EXISTS `slave1_ucm_base` ( `ucm_id` int(10) unsigned NOT NULL, `ucm_item_id` int(10) NOT NULL, `ucm_type_id` int(11) NOT NULL, `ucm_language_id` int(11) NOT NULL, PRIMARY KEY (`ucm_id`), KEY `idx_ucm_item_id` (`ucm_item_id`), KEY `idx_ucm_type_id` (`ucm_type_id`), KEY `idx_ucm_language_id` (`ucm_language_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
and it returns to the setup for step 2 (database setup).
Any ideas
After a fresh install I have tested this out on a test site and all seems to working.
Not sure if it was because of the latest release of JMS has cured this. Was using 1.3.26, but am now using 1.3.27
|