Обсуждение: strange table access error using PHP

Поиск
Список
Период
Сортировка

strange table access error using PHP

От
haresh@mail1.hub.org
Дата:
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.