Closed (fixed)
Project:
Frequently Asked Questions
Version:
4.7.x-1.0-2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Mar 2007 at 23:54 UTC
Updated:
19 Mar 2007 at 21:37 UTC
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
Comment #1
roscisz commentedSomehow 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.
Comment #2
stella commentedfixed in CVS. To fix in your install, just remove the "TYPE=MyISAM"
Cheers,
Stella
Comment #3
stella commentedReleased in 4.7.x-1.1