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
| Project: | Kaltura Community Edition (CE) - Self Hosted Online Video Platform |
| Version: | Dragonfly |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Total votes: | 1 |
KMC produces a "500 Internal Server Error" against symfony.php. i looked around a bit and notice my_kaltura.conf has
Alias /sf/ /usr/share/pear....
which directory does not exist.
later i noticed the release notes mention only CentOS so i dropped back to v3.0.0 and will wait for v4 to be tested on Ubuntu.
:{)}
Comments
#1
Oh my, Ubuntu's PEAR paths are a mess, aren't they.
Not only that, you'll need to set the include path in the php.ini for php-apache and php-cli.
include_path = ".:/usr/share/php:/usr/share/php/PEARand, if you've installed pear with apt-get, you should update it.
#2
CE3 has problems with Custom Data so i really need to test CE4. i had no luck with CentOS, it does not meet the minimum version requirements for MySQL and PHP, so i pressed on a bit with Ubuntu. please find attached installation instructions i cobbled together that does bounce around this issue. whether the whole package is sufficient for my purpose remains to be seen.
#3