Closed (fixed)
Project:
Kaltura
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2009 at 03:05 UTC
Updated:
24 Jan 2011 at 03:10 UTC
$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)
| Comment | File | Size | Author |
|---|---|---|---|
| kaltura_install.patch | 1.53 KB | lefnire |
Comments
Comment #1
hefox commentedPatch is from drupal root instead of module directory, but fixes the issue.
Comment #2
hefox commentedComment #3
xurizaemonThanks hefox & lefnire, appreciated. This looks good.
Comment #4
xurizaemonFixed in 6.x-2.x now.