Ubuntu install of Kaltura not working -- just leads to "page not found"

3 replies [Last post]
Joined: 12/15/2009
Points: 27

Any link I click it goes to page not found

Check it out:

http://174.143.151.19/kalturaCE/

Any ideas why this would happen?

Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.9 with Suhosin-Patch Server at 174.143.151.19 Port 80

Joined: 12/15/2009
Points: 27

Fixed it -- the problem was with the apache2 configuration file -- needed to enable symlinks and allowoveride all (read the docs)

Now I have a new problem all the players just show up as black:
http://174.143.151.19/kalturaCE/api_v3/sample/players/

Joined: 01/15/2010
Points: 1

It seems that you have fixed the problem. May be I have still the same problem.

After my installation went succesfully I am redirected to the correct startpage http://host/kalturaCE/index.html with written there: "Your KalturaCE Server Is Up And Running"

But when I click on for example "Players", I am redirected to http://host/kalturaCE/api_v3/sample/players/ .
That location doesn't exist although http://host/kalturaCE/kaltura/api_v3/web/sample/players/ does exist but that page gives an error in XML: "Service name was not specified, please specify one"

I have a fedora 8/apache server.

Can somebody help me?

Greetz

Joined: 06/29/2009
Points: 93

Read through the doc's...

(look into your mod_rewrite and overall server config.)

---Jeff