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;