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
Hello,
I'm trying installing Kaltura CE Server in a Hosted Server that we have contracted. We have one of requeriments errors: "PHP system commands (exec, passthru) are disabled".
With phpinfo() I have this information:
* disable_functions "show_source, system, passthru, popen, proc_open"
I've tried changing the parameter with .htaccess, but the command doesn't work. Any suggestion?
Thank you very much
Does your hosted service have a system administrator? I'd suggest to contact customer support or technical support.
For passthru to work, safe mode must either be disabled or your hosted directory should be part of safe_mode_exec_dir
taken from the CHM version of the PHP manual