Hello,
I have recently installed Kaltura on Linux system. Now I am facing one issue with KMC, other modules are working fine but kmc page generating follownig error “The server returned a “500 Internal Server Error”” , so what should I do for this issue?
In the shell on the server, run:
# . /etc/profile.d/kaltura*base.sh
# kaltlog
Then make the request and look at the log to find the error.
In parallel, also open the dev tools in your browser and look at the errors under the console and network tabs. Once you have the error, we can take from there.
"dpkg-query: package ‘kaltura-base’ is not installed Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (= dpkg-deb --contents) to list their contents."
Ok… I have also tried your provided link of GIT Hub but i can’t make comfortable with this site
The steps are too confusing I cant understand what it wants to do.
So can you please provide easier steps for Kaltura installation (Ubuntu) from the beginning?
ok i dont need Webcam recording so i should skip this, right?
and after that i am have still problem with KMC
it is loading now(Login page), after signing in it is giving connection error.
but after refreshing it by root page we can open KMC.
But it is just giving me a blank page with its header row of tabs(Dashboard content Application Studio etc)
Is the service URL you’ve used resolvable and available from both the server itself and the client from which you’re running the browser?
Open your dev tools console and the browser and look for failing calls under the network and console tabs and also, use kaltlog, as I indicated initially to check the errors in the server logs.