Closed GoogleCodeExporter closed 9 years ago
I need more info.
Original comment by edo...@gmail.com
on 29 Oct 2009 at 8:25
it seems that the configuration.php file was not updated while creating the
child
site but was copied over (except for the database table prefix), hence the
details
still point to the master site. Open up the configuration.php file and edit
following items:
1. var $live_site = 'the address of your child site'; probably just add
/child
after whatever is there already if you accepted the default path while creating
the
child site.
2. var $log_path =
3 var $tmp_path =
and other relevant fields
Original comment by bol...@gmail.com
on 4 Jan 2010 at 2:56
This 3 variables live_site, log_path, tmp_path are marked as todo in the code,
so I
need to decide how to implement it, so it will work for all the cases. I
haven't found
something reasonable yet.
Original comment by edo...@gmail.com
on 15 Feb 2010 at 1:55
Original issue reported on code.google.com by
extensio...@gmail.com
on 28 Oct 2009 at 7:54