install of KCE fails if you install in on /

My issue votes
0
votes
0/20 total votes used
Project:Kaltura Community Edition (CE) - Self Hosted Online Video Platform
Version:partnerServices3
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Total votes:3
Description

for example: create a new vhost on your server - eg. kaltura.bouncingminds.com

when you install the install fails - no clear reason is displayed. The reason is that the $server_root is "" and when

install/run_replace_root.php

is called the following line of code executes

from ----- install/run_replace_root.php ----

if (!$server_root)
{
echo 'must have server root as argument';
exit(4);
}
-----

recommend simply removing the exit (4) line

when I press submit nothing happens - I keep seeing the same submit form