Hello,
I just want to make a suggestion for improvement to avoid possible mistakes.
Consider you install the JMS on fresh joomla and create a slave site with shared DB (so slave and master use exact same DB and tables).
Then in some point in future you want to Delete the Slave site, when you select the site and click on Delete, there is a question do you want to Delete DB tables, If you keep the default No, the slave site will be deleted without any problem.
If by mistake you choose Yes, because master and slave sharing exact same tables, you would get a blank page with error at the top because extension probably deleted all the master database.
I think this should be prevented. The improvement could be by clicking on Delete, extension should check if the DB is an independent separate tables or shares exact tables as another site. If uses exact tables of another site, the question of Do you want to delete DB or Not should not be asked.
This can cause big issues if you have many sites and you forgot what site's db is shared with which other site.
Thanks
|