After subscribing a FAQ:

* warning: pg_query(): Query failed: ERROR: relation "faq" does not exist in /home/wsh/jail/home/www/wwwroot.drupal/includes/database.pgsql.inc on line 94.
* user warning: query: INSERT INTO faq (fid, weight) VALUES(25, 0) in /home/wsh/jail/home/www/wwwroot.drupal/includes/database.pgsql.inc on line 113.
* warning: pg_query(): Query failed: ERROR: relation "faq" does not exist in /home/wsh/jail/home/www/wwwroot.drupal/includes/database.pgsql.inc on line 94.
* user warning: query: SELECT * FROM faq WHERE fid = 25 in /home/wsh/jail/home/www/wwwroot.drupal/includes/database.pgsql.inc on line 113.

Comments

roscisz’s picture

Somehow the faq.install script does not create the table in database. I had to do it myself. Maybe it's just me installing the module wrong, but trying to execcute command: CREATE TABLE faq (fid integer NOT NULL default '0' PRIMARY KEY, weight integer default '0') TYPE=MyISAM; manually I get syntax error.

stella’s picture

Assigned: Unassigned » stella
Status: Active » Fixed

fixed in CVS. To fix in your install, just remove the "TYPE=MyISAM"

Cheers,
Stella

stella’s picture

Status: Fixed » Closed (fixed)

Released in 4.7.x-1.1