I have got the following problem regarding pgsql: the table term_image is created with the newest taxonomy_image.install from the cvs directory.
Installation went through without a db error. But when I go to the categories and after that to the Category Image Tab I get the following:
Query failed: ERROR: syntax error at or near "WHERE" at character 64 in /var/www/cuk/includes/database.pgsql.inc on line 125.
user warning: query: SELECT i.path, d.name FROM term_image i INNER JOIN term_data d WHERE i.tid = d.tid AND i.tid = 55 in /var/www/cuk/includes/database.pgsql.inc on line 144.
Has anybody else experienced problems with the database.pgsql.inc?
Comments
Comment #1
phayes commentedComment #2
nancydruHmm, this should have been fixed in http://drupal.org/node/101116.
If tid must be >= 0, then why have a default of 0? We eliminated that in MySql.
Comment #3
Charlottas commentedHappy Easter!
I have got the following problem regarding pgsql: the table term_image is created with the newest taxonomy_image.install from the cvs directory.
Installation went through without a db error. But when I go to the categories and after that to the Category Image Tab I get the following:
Query failed: ERROR: syntax error at or near "WHERE" at character 64 in /var/www/cuk/includes/database.pgsql.inc on line 125.
user warning: query: SELECT i.path, d.name FROM term_image i INNER JOIN term_data d WHERE i.tid = d.tid AND i.tid = 55 in /var/www/cuk/includes/database.pgsql.inc on line 144.
Has anybody else experienced problems with the database.pgsql.inc?
Thank you very much.
Comment #4
nancydru@Charlottas - this is actually a different error than what was reported here. But this should have been fixed already. Which version are you using?
Comment #5
nancydruWhenever someone is willing to help fix this, please re-open the issue.