$GLOBALS['_kaltura_client_folder'] = drupal_get_path('module', 'kaltura') .'/kaltura_client/'; (kaltura.install:line 10)

This line breaks install profiles. This file is included before the {system} table is created, so drupal_get_path() -- which selects from {system} -- breaks. Had to push it to the individual functions (see patch)

CommentFileSizeAuthor
kaltura_install.patch1.53 KBlefnire

Comments

hefox’s picture

Patch is from drupal root instead of module directory, but fixes the issue.

hefox’s picture

Version: 6.x-1.4 » 6.x-2.x-dev
xurizaemon’s picture

Thanks hefox & lefnire, appreciated. This looks good.

xurizaemon’s picture

Status: Needs review » Fixed

Fixed in 6.x-2.x now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.