Hello,

I have following errors when i'm trying to create a menu:

* warning: pg_query() [function.pg-query]: Query failed: ERROR: relation "imagemenu_seq" does not exist in /home/wwwadmin/www2/includes/database.pgsql.inc on line 125.
* user warning: query: SELECT nextval('imagemenu_seq') in /home/wwwadmin/www2/includes/database.pgsql.inc on line 144.
* warning: pg_query() [function.pg-query]: Query failed: ERROR: duplicate key violates unique constraint "dpl_imagemenu_pkey" in /home/wwwadmin/www2/includes/database.pgsql.inc on line 125.
* user warning: query: INSERT INTO dpl_imagemenu (mid, pid, title) VALUES (0, 0, 'adfasdfasd') in /home/wwwadmin/www2/includes/database.pgsql.inc on line 144.

Anyone can help?

Comments

pobster’s picture

Status: Active » Postponed (maintainer needs more info)

I assume you're doing something funky with database prefixes and perhaps postfixes as well???

Pobster

pobster’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)