Problems faced in installing Kaltura CE5 on Ubuntu system

Posted By : Shubham Saxena | 15-Dec-2014

While installing Kaltura CE5 on Ubuntu 14.04, I faced and figured out the solution of the issues. Hopefully this blog will help people out of the irritation due to the less explored Kaltura issues and save their time on finding the solution.

Issue 1:Permission Denied

After successfully installation if you are encountered with a 403 http error, saying the the Permission Denied, then do the following changes in the apache2.conf file generally located at /etc/apache2/apache2.conf:
 

<Directory />

        Options FollowSymLinks

        AllowOverride None

        Require all granted

</Directory>


so instead of denied, it should be granted.

Issue 2:After making a publisher, on clicking manage gives error

So after resolving the Issue 1, you will be able to start kaltura on system and consequently entering the credentials that were given by you while installation. Now create a publisher and select manage from action drop box, that may redirect to a 500 internal server error page(Symfony error).  

[Mon Dec 15 16:59:33.380655 2014] [:error] [pid 1380] [client 127.0.0.1:41027] PHP Warning:  fclose(): 3 is not a valid stream resource in /opt/kaltura/app/symfony/config/sfConfigCache.class.php on line 316
[Mon Dec 15 16:59:33.385914 2014] [:error] [pid 1380] [client 127.0.0.1:41027] PHP Warning:  ob_start(): function '' not found or invalid function name in /opt/kaltura/app/symfony/exception/sfException.class.php on line 106
[Mon Dec 15 16:59:33.385939 2014] [:error] [pid 1380] [client 127.0.0.1:41027] PHP Notice:  ob_start(): failed to create buffer in /opt/kaltura/app/symfony/exception/sfException.class.php on line 106
[Mon Dec 15 16:59:33.385950 2014] [:error] [pid 1380] [client 127.0.0.1:41027] Configuration file "/opt/kaltura/app/symfony-data/config/php.yml" specifies key "magic_quotes_runtime" which is not a php.ini directive

This can be solved by commenting 2 lines with semi-colon(;) from the php.yml file which is usually located at /opt/kaltura/app/symfony-data/config/php.yml

 

set:

;  magic_quotes_runtime:        off

  log_errors:                  on

  arg_separator.output:        |

    &amp;

warn:

;  magic_quotes_gpc:            off

  register_globals:            off

  session.auto_start:          off

 

Thanks.

 

About Author

Author Image
Shubham Saxena

Shubham is a Groovy/Grails Developer and has good exposure on FFMPEG. He has worked on development of various SaaS applications.

Request for Proposal

Name is required

Comment is required

Sending message..