Closed (fixed)
Project:
Comment Notify
Version:
5.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2008 at 15:00 UTC
Updated:
20 Oct 2008 at 15:32 UTC
The PostgreSQL code used during installation tries to create the comments table rather than the comment_notify table.
From line 22 (comment_notify.install,v 1.4.2.1):
case 'pgsql':
// Do the same for PostgreSQL.
$status[] = db_query("CREATE TABLE {comments} (
And line 147:
case 'pgsql':
db_query("CREATE TABLE {comments} (
Comments
Comment #1
gregglesGreat - fixed. http://drupal.org/cvs?commit=144676 and http://drupal.org/cvs?commit=144678 (I forgot one at first).
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.