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
On this page: /admin/settings/kaltura/general
I am getting this PHP Error:
Steps I took:
Fresh install of Drupal 6.19
Installed a few basic modules: CCK, Views, Admin Menu, Skinr,
Installed Theme: Acquia Marina
Enable above modules.
Installed Kaltura Module 6.x-1.5
Enabled Kaltura Module
Went to /admin/settings/kaltura/
Clicked link "Server Integration settings"
Chose Kaltura CE
Kaltura CE URL:
Kaltura CE Admin Email:
Kaltura CE Password:
Choose Complete installation, and I got that error.
I had a look at the kaltura.admin.inc file to see what went wrong.
So it looks like that is throwing and exception. Any ideas?
I have updated to Kaltura Module 6.x-2.x-dev
I commented out line 138 in modules/kaltura/includes/kaltura.admin.inc
I hardcoded my Kaltura 2.x CE URL on line 15: define('KalturaSettings_SERVER_URL', "http://serverURL/ or IP address");
Then all went well. Cheers.
I have done much the same, I finally got it working without having to comment out line 138, but instead I chose the SaaS Kaltura hosting but left my crossdomain.xml and kaltura_settings.php pointed to my server. Also I registered as a new user with a different e-mail and website name than I had previously used.
It all went well, now I am testing the remix.
a_webb's method works with kalturace v3.0 final and the drupal 6x dev - at least for registering
EDIT
If anyone wants to see the quick demo I put up, check out http://public.exseven.com/drupal
I commented out line 190 and I was able to progress to the next step where I could enter in my partner ID, but things got significantly worse.
Stack trace:
#0 /var/web/sites/default/modules/kaltura/kaltura_client/KalturaClient.php(4596): KalturaClientBase->throwExceptionIfError(Array)
#1 /var/web/sites/default/modules/kaltura/includes/kaltura.admin.inc(216): KalturaPartnerService->getSecrets('100', 'myemail@example.com', 'mypassword')
#2 /var/web/sites/default/modules/kaltura/includes/kaltura.admin.inc(367): kaltura_get_partner_details('100', 'myemail@example.com', 'mypassword')
#3 [internal function]: kaltura_settings_form(Array)
#4 /var/web/includes/form.inc(376): call_user_func_array('kaltura_setting...', Array)
#5 [internal function]: drupal_retrieve_form('kaltura_setting...', Array)
#6 /var/web/includes/form.inc(102): call_user_func_array('drupal_retrieve...', Array)
#7 [internal function]: drupal_get_form('kaltura_setting...')
#8 /var/web/includes/menu.inc(348): call_user_func_array('drupal_get_f in /var/web/sites/default/modules/kaltura/kaltura_client/KalturaClientBase.php on line 310
Not sure if I can work my way around this error.