serendipity_event_forum PostgreSQL error
Posted: Wed May 10, 2006 8:36 am
Seems to be a re-occurring theme
Cool plug-ins have problems with postgreSQL
The errors aren't the same now. I guess I'd have to remove the DB to get the same errors again.
dumps the whole DB about 3 or 4 times, then this is the last line.
The errors aren't the same now. I guess I'd have to remove the DB to get the same errors again.
Code: Select all
Warning: pg_query(): Query failed: ERROR: relation "postid" already exists in /var/vhost/writehand.org/html/include/db/postgres.inc.php on line 207
Error in CREATE INDEX postid ON serendipity_dma_forum_uploads (postid);
ERROR: relation "postid" already existsCode: Select all
INSERT INTO serendipity_dma_forum_threads (boardid, threadid, title, replies, views, flag, announce, notifymails, lastauthorid, lastauthorname, lastpostid, lastposttime) SELECT boardid, threadid, title, replies, views, flag, announce, notifymails, lastauthorid, lastauthorname, lastpostid, lastposttime FROM serendipity_dma_forum_threads_tmp;