Our MultiSite setup is working 95%.
I recently found that the images folder was being created as a symbolic link, and thus sharing images between the master site and each slave site. We would actually like to have the images unique per site (master & slaves).
I updated our MultiSite template to create a copy of the images folder, instead of a symbolic link.
When I go to manage sites, i can see that I need to re-sync the slave sites due to the template changes. When I enter a slave site to edit and then save to re-sync I receive the following error message.
Error while copying data of the table '#__update_sites'. Stopped on record with data : stdClass::__set_state(array( 'update_site_id' => '1', 'name' => 'Joomla Core', 'type' => 'collection', 'location' => '
update.joomla.org/core/list.xml', 'enabled' => '1', 'last_check_timestamp' => '1392920470', 'extra_query' => '', ))
Error while copying data of the table '#__updates'. Stopped on record with data : stdClass::__set_state(array( 'update_id' => '1', 'update_site_id' => '3', 'extension_id' => '0', 'name' => 'Malay', 'description' => '', 'element' => 'pkg_ms-MY', 'type' => 'package', 'folder' => '', 'client_id' => '0', 'version' => '3.2.2.1', 'data' => '', 'detailsurl' => '
update.joomla.org/language/details3/ms-MY_details.xml', 'infourl' => '', 'extra_query' => '', ))
Are you able to direct me on how to solve this issue?