Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
Hiya all,
I am trying to install kaltura on my Dreamhost account in its own subdir (mydomain/kalturaCE).
I ran the installation, got a success message, but can't get the 'server status' 'KMC' or other essential links to work from the 'JustInstalled' page... when I click on them I get "No input file specified."
I checked the error log and saw this:
[2010-01-10 04:59:31] uiconf replacement output: <div class="install failed">Failed to replace urls in uiconf files</div>
Can anyone give me any pointers - been at this for a few hours now....
Cheers
if you still have this problem you can try and run run_replace_root.sh in the install folder
i had to change this file a litle ...
to this:
find ../content/uiconf -name "*.xml" -exec $1 php -f ./replace_root.php {} $2 \;