pasamio / jwcp

Automatically exported from code.google.com/p/jwcp
0 stars 0 forks source link

Child sites are not being created correctly #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installed Joomla 1.5.22 (fresh) with all required components
2. Installed WCP 1.0.1
3. Tried to create a new child site with default settings, nothing happens

What is the expected output? What do you see instead?
Based on the webinar and research I've done into WCP so far, I'm expecting a 
child site to be created when I make a "New" one, however despite all my 
various attempts with different settings, the child site folder is created with 
a copy of the "configuration.php", but nothing else copies; not the 
files/folders OR the database (checked in phpMyAdmin).

What version of the product are you using? On what operating system?
WCP 1.0.1 with Joomla 1.5.22 kitted with various extensions.

Please provide any additional information below.
I tried manually copying both database entries into MySQL DB and file/folder 
structure into child directory, but I can't get this to work either, even when 
the child config settings are correct I cannot log in to it.

My files/folders all have full write permission, and I've got PHP Safe Mode set 
to "Off". I've also got very generous values on max execution time and upload 
file size. I'm currently working on a "localhost" so I'm not sure if this 
matters, I saw in the webinar that you were demonstrating on a localhost so it 
shouldn't. I've seen this reported before with no real resolution, so I'm 
bringing it up again for further review.

It's like when I click "Save" when making a new child site, I can feel it make 
the target folder and copy the "configuration.php" file, but then it doesn't 
copy Files or Database, despite my setting them to do so.

I'll do some experimenting in the meantime, try on a fresh copy of Joomla 
1.5.22 and see if it's a general settings problem or if it's related to one of 
the extensions I've installed, but I'd appreciate some feedback on this. :)

Original issue reported on code.google.com by klut...@yahoo.com on 31 Dec 2010 at 3:05