strange table access error using PHP - Mailing list pgsql-hackers

From haresh@mail1.hub.org
Subject strange table access error using PHP
Date
Msg-id 988831397.3af05ea5780cc@webmail.hub.org
Whole thread Raw
List pgsql-hackers
hi...i'm configuring a web based e-commerce site called pg_market that uses PHP
and postgresql and i keep coming up with this error:

Warning: PostgreSQL query failed: ERROR: Relation 'order_cntry' does not exist
in /home/users/h/haresh/public_html/pgmarket-1.2.0/lib/dblib.inc.php on line 84

Can't execute query

SELECT name FROM order_cntry WHERE cntry_id = 974

This script cannot continue, terminating.

The table was created wiht the same user that is used to access the databse
in the script. I've tried everything from granting permissions to doing a dump
and repost. Hope someone knows what might be the problem.


pgsql-hackers by date:

Previous
From: "Antonio Jose Acuña Jimenez"
Date:
Subject: "PQgetvalue: ERROR!
Next
From: Jeroen Habets
Date:
Subject: RE: postgres jdbc source code