/var/www

1 reply [Last post]
Joined: 04/20/2010
Points: 4
Screenshot of processing queue

Hi, I've been struggling with the Kaltura install for the past two days with little success. My current issue is one where paths in the uiconf files all got prepended with /var/www (my installation directory). I tried RedBeard's solution of commenting out line 702 in ./install/install.php (// $host .= $path_after_host;) and also copying the uiconf.template files to uiconf.
However, I still have the /var/www prepended so I decided to manually remove these with:

cd ./content/uiconf
find ./ -type f -exec sed -i 's#/var/www##' {} \;

So now I can get logged in but none of my uploaded videos get processed. I'm getting a little frustrated. Can anyone offer advice?

Also, I have noticed that my database details are easily accessible across the web. I have also managed to retrieve the database username and password for 2 other kaltura installations I found via google. Maybe the install instructions should have something about a .htaccess rule to protect these files? or maybe they should be in a .php file?
Happy to discuss,
jonny

Joined: 01/05/2009
Points: 1697

thanks.
Solved in Kaltura CE v2.0