problem with imagemenu with postgresql
| Project: | Imagemenu |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
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?

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