Hello,
I have the master domain in the root: /home/master/
I want a slave site in a separate directory so its path is: /home/master/public_html/multisites/slave2
To access the master account I have master.domain.com and to access the slave account slave2.domain.com.
In the Manage Sites for slave2 the site ID is slave2, the deploy directory is set to: /home/master/public_html/multisites/slave2. All of the rest of the fields have been left blank (except for the list of domain names).
All of the patches have been installed and show green checkmarks. I am using version 1.2.22.
I have run the hello.php script and verified that sym links are working correctly.
In my slave2 directory there is an installation directory which contains an index.html, index.php. In the slave2 folder there is no configuration.php.
When I go to slave2.domain.com I get the following error message:
No configuration file found and no installation code available. Exiting...
I read in alther forum post to put the hello.php and hello.txt in the 2 installation directories. So, master.domain.com/installation/hello.php gives:
The current path is "/home/master/public_html/installation"
Symbolic Link is PRESENT
slave2.domain.com/installation/hello.php gives:
The current path is "/home/master/public_html/multisites/slave2/installation"
Symbolic Link is PRESENT
If I try to go directly to
www.slave2.domain.com/installation/index.php I get the following error:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 40 bytes) in /home/master/public_html/libraries/joomla/error/exception.php on line 117
The memory limit on the server is currently set at 40MB, I tried raising it up to 96MB and still got the out of memory message. I can run a normal Joomla install with the memory limit set to 40MB without issue. Why would the install not be able to run with 96 MB of memory?
So, what I can't figure out is why the install is giving the No configuration error message.
Any help would be appreciated.
Thank you.