Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
I am trying to install KCE on my CentOS server. The installation goes fine without warning or error until the last step. After the last step, the page doesn't load. My Apache error log shows segmentation fault during that step.
[Sun Aug 02 12:53:26 2009] [notice] child pid 9719 exit signal Segmentation fault (11)
PHP Notice: Undefined index: OS in /var/www/vhosts/mydomain.com/httpdocs/videos/kce/kaltura/alpha/batch/runBatch.php on line 14
[Sun Aug 02 12:53:34 2009] [notice] child pid 11477 exit signal Segmentation fault (11)
[Sun Aug 02 12:53:34 2009] [notice] child pid 11481 exit signal Segmentation fault (11)
PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/mydomain.com/httpdocs/videos/kce/kaltura/alpha/apps/kaltura/lib/batch/myBatchBase.class.php:23) in /var/www/vhosts/mydomain.com/httpdocs/videos/kce/symfony/cache/sfProcessCache.class.php on line 157
PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/mydomain.com/httpdocs/videos/kce/kaltura/alpha/apps/kaltura/lib/batch/myBatchBase.class.php:23) in /var/www/vhosts/mydomain.com/httpdocs/videos/kce/symfony/cache/sfProcessCache.class.php on line 157
If I cancel the page and try to access the mydomain.com/videos/kce directly, I get different results each time. Sometimes the file logs/.kinstalled is created and I can see the 'Installed succesfully' page. Sometimes I see not all modules are running message. Sometimes it goes back to the start of the installation.
I'm not sure whether this was intended this way. In install.php I found
{
$output = '<div class="error"><h2>Local Registration failed</h2><h3>Error Code: '. ' '
.'</h3><h4>Error Message: '. print_r($ex, true) .'</h4></div>';
return $output;
}
instead of
{
$output = '<div class="error"><h2>Local Registration failed</h2><h3>Error Code: '. ' '
.'</h3><h4>Error Message: '. print_r($error_array, true) .'</h4></div>';
return $output;
}
Because of this, when the message 'Local Registration Failed' is shown, I don't see any error code. When I changed $ex to $error_array, I found this message
[message:protected] => Empty reply from server