Thread
-
Help!
Letitia Hickman <lhickman@ecorp-real-estate.com> — 2001-05-31T21:48:29Z
Getting a "Warning: PostgreSQL query failed: ERROR: Cannot insert a duplicate key into unique index auditlog_pkey in /htdocs/ecorp-real-estate.com/intranet on line 167" Continue to get also :Warning: PostgreSQL query failed: ERROR: parser: parse error at or near "," in /htdocs/ecorp-real-estate.com/Include/propertyPost.inc on line 18" Can't seem to solve. Letitia
-
Re: Help!
Stephan Szabo <sszabo@megazone23.bigpanda.com> — 2001-06-04T15:16:28Z
On Thu, 31 May 2001, Letitia Hickman wrote: > Getting a "Warning: PostgreSQL query failed: ERROR: Cannot insert a > duplicate key into unique index > auditlog_pkey in /htdocs/ecorp-real-estate.com/intranet on line 167" > > Continue to get also > > :Warning: PostgreSQL query failed: ERROR: parser: parse error at or near > "," in /htdocs/ecorp-real-estate.com/Include/propertyPost.inc on line > 18" > > Can't seem to solve. That's not alot of information. Basic version, schema and query details are going to be needed. The first is a reasonable error if someone tried to insert the same value into the pkey field of auditlog that already existed. The second is a parse error, probably a syntactic problem.