Open GoogleCodeExporter opened 9 years ago
Is your master configuration.php file differs from child config file?
Original comment by edo...@gmail.com
on 5 Feb 2010 at 4:46
There must certainly be a few difference btw both of them, eg database
prefixes...
The issue apparently is that the variable:- "var $live_site = '';" if set, is
not
updated in the child's configuration.php while creating the child site, hence
any
link on the child site will lead back to the set value of "live_site" viz: the
master
site.
I have noticed that some configuration.php files have the variable:- " var
$live_site
= ''; " left empty, in this case, the site will work properly. since there is
no hard
coded link to be used.
work around:
set :- "var $live_site = '';" empty (if it doesnt break anything in the site)
or
manualy imput the correct value after creating the child site.
{unless this of course is an "undocumented feature" ;-)}
see this post:
http://code.google.com/p/jwcp/issues/detail?id=13#c2
Original comment by bol...@gmail.com
on 5 Feb 2010 at 9:58
@edo888
thanks for great work on the component,its something i've been looking for for
a long
time.
My suggestions is that you could allow more of the variables (log_path,
tmp_path,
live_site, etc) in the configuration.php file to be filled/changed during the
child
creation process, similar to the database settings already implemented....
Original comment by bol...@gmail.com
on 5 Feb 2010 at 10:05
Original issue reported on code.google.com by
bol...@gmail.com
on 4 Jan 2010 at 3:22