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 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Gonen.Radai |
| Status: | closed |
| Total votes: | 0 |
When trying to install, after specifying the database info, the following error occured:
Fatal error: Call to undefined function mysql_connect() in ............/kalturaCE/install/general_info.php on line 180
This was fixed by my installing php5-mysql (this is on Ubuntu).
Perhaps the existence of PHP support for MySQL could be checked for by the installer?
Comments
#1
Alon,
Thanks for posting this issue.
Added a requirement for php-mysql support.
The requirement is being tested/verified during the requirements check (function_exists('mysql_connect'))
and will not let user continue without mysql support in PHP.
Fix will be included in next release.
#2
Automatically closed -- issue fixed for two weeks with no activity.