Thread: Help!

Help!

From
Letitia Hickman
Date:
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!

From
Stephan Szabo
Date:
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.