I installed the Kaltura module and setup an account. I tried creating a new video node and the upload process went fine. However once the upload is finished I'm redirected to the Kaltura Content page and I receive two errors and no video shows up.
user warning: Table 'drupal.node_kaltura' doesn't exist query: SELECT COUNT(node.nid) c FROM node node LEFT JOIN node_kaltura knode on node.nid = knode.nid WHERE type like 'kaltura%' AND status > 0 in C:\projects\siteproject\www\httpd\html\sitename\info\sites\sitename.com\modules\kaltura\kaltura.module on line 306.
user warning: Table 'drupal.node_kaltura' doesn't exist query: SELECT node.nid,node.title,node.type,knode.kaltura_entryId,knode.kaltura_thumbnail_url FROM node node LEFT JOIN node_kaltura knode on node.nid = knode.nid WHERE (type = 'kaltura_entry' OR type = 'kaltura_mix') AND status > 0 ORDER BY nid DESC LIMIT 0, 20 in C:\siteproject\www\httpd\html\sitename\info\sites\sitename.com\modules\kaltura\kaltura.module on line 317.
Comments
Comment #1
Zohar.Babin commentedthe module's tables were not created during the installation process.
what drupal core version are you using ?
For now I'd suggest you try removing the module and re-install it.
If you can reproduce this issue without any complications it might have something to do with the drupal core.
Comment #2
logicalpat commentedThank you for the response. I tried removing the module and re-installing it however upon trying to re-enable the main "Kaltura" module I received these two errors from Drupal:
I'm using the latest version of the Kaltura module and Drupal 6.11.
Comment #3
Zohar.Babin commentedis your mysql configured to strict mode by a chance ?
Comment #4
logicalpat commentedYes, it is configured to use strict mode. Is the Kaltura module not compatible with strict mode?
Comment #5
logicalpat commentedI changed my MySQL database to not use strict mode and now content will show up when I upload it. Why doesn't the Kaltura module work with MySQL strict mode? Every other Drupal module I have used has had no problem with it.
Comment #6
Zohar.Babin commentedHi logicalpat,
we can call it a bug.
It will be fixed in the next release which is due to end of june.
Sorry for the inconvenience.
Gonen
Comment #7
oferc commentedWe have released a new version of the Drupal module that works with Kaltura’s new platform version - Andromeda.
The new module should solve the issue discussed here, and it also includes great new and exciting features at
http://www.kaltura.org/features-coming-next-version
The new version is now available for download at http://drupal.org/project/kaltura#downloads.
If you wish to upgrade an existing account and migrate your content, you can learn more in our forums , or contact us for assistance at http://corp.kaltura.com/about/contact