Closed (duplicate)
Project:
Kaltura
Version:
6.x-1.4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Aug 2009 at 18:48 UTC
Updated:
5 Sep 2012 at 19:57 UTC
I'm running Drupal6 on apache and pgsql. Installed Kaltura module and uploaded a video. Kaltura's posts don't show up anywhere. When I navigate (or get redirected) to http://example.com/kaltura/entries, the following errors render the site useless:
* warning: pg_query() [function.pg-query]: Query failed: ERROR: syntax error at or near "c" LINE 1: SELECT COUNT(node.nid) c FROM node node LEFT JOIN node_kaltu... ^ in /data/srv/http/example.com/includes/database.pgsql.inc on line 139.
* user warning: 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 /data/srv/http/example.com/modules/kaltura/kaltura.module on line 306.
* warning: pg_query() [function.pg-query]: Query failed: ERROR: LIMIT #,# syntax is not supported HINT: Use separate LIMIT and OFFSET clauses. in /data/srv/http/example.com/includes/database.pgsql.inc on line 139.
* user warning: 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 /data/srv/http/example.com/modules/kaltura/kaltura.module on line 317.
Comments
Comment #1
aadityabhatia commentedHere are more errors that I got when I tried to upload a GIF image. Not sure if GIF is supported, but In any case the desirable behavior is to display a concise (success | error) message.
Comment #2
xurizaemonRefer also #490514: Kaltura Module not compatible with PostgreSQL
Comment #3
liam morland