Hello always have the same error in one server but not in my virtual machine
the error is when installing a first time kaltura, on the
Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php
step, I have the following error:
execution time for [http://my.local.server.com/api_v3/index.php?service=multirequest]: [0.27150106430054]
Executing failed for request #2 with error [User role not found]
PHP Warning: Missing argument 3 for KalturaException::__construct(), called in /opt/kaltura/app/tests/standAloneClient/exec.php on line 351 and defined in /opt/kaltura/app/tests/lib/KalturaClientBase.php on line 1180
PHP Notice: Undefined variable: arguments in /opt/kaltura/app/tests/lib/KalturaClientBase.php on line 1183
PHP Fatal error: Uncaught exception ‘KalturaException’ with message ‘User role not found’ in /opt/kaltura/app/tests/standAloneClient/exec.php:351
Stack trace:
.#0 {main}
thrown in /opt/kaltura/app/tests/standAloneClient/exec.php on line 351
maybe some php libreries are missing?
server is RHEL 6.7
php packages installed are:
php.x86_64 5.3.3-46.el6_6 @updates
php-cli.x86_64 5.3.3-46.el6_6 @updates
php-common.x86_64 5.3.3-46.el6_6 @updates
php-gd.x86_64 5.3.3-46.el6_6 @updates
php-ldap.x86_64 5.3.3-46.el6_6 @updates
php-mbstring.x86_64 5.3.3-46.el6_6 @updates
php-mcrypt.x86_64 5.3.3-4 @Kaltura
php-mysql.x86_64 5.3.3-46.el6_6 @updates
php-pdo.x86_64 5.3.3-46.el6_6 @updates
php-pear.noarch 1:1.9.4-4.el6 @base
php-pecl-apc.x86_64 3.1.9-2.el6 @base
php-pecl-memcached.x86_64 2.1.0-1 @Kaltura
php-pecl-ssh2.x86_64 0.12-2 @Kaltura
php-xml.x86_64 5.3.3-46.el6_6 @updates
any clues?
thank you