Quantcast
Channel: Kaltura - Latest posts
Viewing all articles
Browse latest Browse all 7410

Kaltura-base configuration enter timezone hangs

$
0
0

Hi Roger,

The right link should be your-domain/index.php/kmc/kmc4#studio|universal_studio

There was a bug I just fixed here:

Edit /var/lib/dpkg/info/kaltura-front.postinst, find the line that reads:

if [ -r "$BASE_DIR/apps/studio/$STUDIO_VER/studio.ini" ];then

change it to:

if [ -r "$BASE_DIR/apps/studio/$HTML5_STUDIO_VER/studio.ini" ];then

and then run:

# dpkg-reconfigure kaltura-front

Should sort it.


Viewing all articles
Browse latest Browse all 7410