I work for a company that makes custom shoes for group fundraisers. In order to keep inventory straight and for tracking reasons we use Joomla Multi Sites to clone a group site every time we make a new one.
They all live on the same domain: http://boulevardstyle.com
For example: http://boulevardstyle.com/deltagamma or http://boulevardstyle.com/tridelta
All of the clone sites are in a database called groupsites with their own prefixes. example: josdeltagamma_
The master site is in a different database called style with prefix jos_
Each site has its own administrator directory but shares the master components directory. I have found that if I just copy the folder com_awocoupon from the master install into each of the clones administrator/components directory that it shows up ok. The problem lies in the databases.
On initial install onto the master site everything is great, tables created, everything runs. The problem is that because I am only sharing the components from the master and not actually installing onto the clones themselves there are no db tables in the clone databases so when I make a coupon it errors out with no such tables.
Can I either create the tables manually, or change some file setting to point to the master db tables, which would be jos_awocoupon....
By default on the clones it is looking for the clone db prefix which in the examples case would be josdeltagamma_.
thanks for the help.
They all live on the same domain: http://boulevardstyle.com
For example: http://boulevardstyle.com/deltagamma or http://boulevardstyle.com/tridelta
All of the clone sites are in a database called groupsites with their own prefixes. example: josdeltagamma_
The master site is in a different database called style with prefix jos_
Each site has its own administrator directory but shares the master components directory. I have found that if I just copy the folder com_awocoupon from the master install into each of the clones administrator/components directory that it shows up ok. The problem lies in the databases.
On initial install onto the master site everything is great, tables created, everything runs. The problem is that because I am only sharing the components from the master and not actually installing onto the clones themselves there are no db tables in the clone databases so when I make a coupon it errors out with no such tables.
Can I either create the tables manually, or change some file setting to point to the master db tables, which would be jos_awocoupon....
By default on the clones it is looking for the clone db prefix which in the examples case would be josdeltagamma_.
thanks for the help.