Hi all,
Firstly, apologies if this question has been asked before, but I've already searched the forums as much as possible, as well as other Google sources, and either can't find the answer or the answers I have found I've tried and don't seem to bear fruit.
Firstly, some background. I have a fresh installation of Joomla 1.5 with the 1.2 Multisites plugin sitting on a Server 2003 box. The server is running XAMPP 1.7, which combines Apache ASP, Pear 5.10.1, Pear 1.9.0, PHP 5.3.1. All of this is a fresh install and reporting no errors. All data is held in MySQL.
I am trying to create a suite of sites that have various special offers and savings available for users.
This should be manifested in one master website that contains all my data, articles, and so on where users can log in. As a former Joomla 1.X user, this main site is easily created and I've already done a basic template and design for it, which all works correctly.
The problem now is that I want to create the series of other sites that share the same database and thus can access the same users and some of the main content as the master site. Each child site has its own domain that points to the same server box.
So, for example, let's say I have:
MASTER SITE (
www.mainsite.com) - Contains offers for shopping, swimming and skiing.
SITE-A (
www.sitea.com) - Contains offers for just shopping
SITE-B (
www.siteb.com) - Offers for just swimming
SITE-C (
www.sitec.com) - Just skiing
Now let's say Mr Bloggs might join SITE-B which is a child of the master site, and Mr Bloggs' details are logged in the master database when he joins.
SITE-B users are entitled to receive only the swimming offers on the master site, so SITE-B should be able to pull that content in from the master. Mr Bloggs logs into SITE-B and sees only those offers.
However, if Mr Bloggs also buys the shopping package, he can then access SITE-A. The adminsitration for all of this should be done through a single Joomla login panel, and all relate to data held in a single MySQL database.
I installed JMS2WIN successfully, patched and updated it, and followed Edwin's guide in the tutorial video 16, but the child site that is created is simply a blank page.
Now I know that this is actually a PHP error with the details supressed, but the problem is that even if I turn error logging to Maximum in the backend and/or force error logging in the configuration.php and/or force error logging in the .htaccess file, this child site remains blank. No matter what I do, I cannot get it to report the error and thus have no idea as to how to fix the problem.
And yes, my 'rhuk_milkyway' template is installed and looks fine.
I have a feeling that the problem may actually lie deeper than Joomla, perhaps be a permission problem in the server box itself, but as it refuses to give me any error log on the Joomla page, and as all my event logs in Windows are completely clean, I cannot see what is failing.
Can anyone offer any advice?