Re: Error Help
От | Jeff Eckermann |
---|---|
Тема | Re: Error Help |
Дата | |
Msg-id | 20050121145711.77172.qmail@web20824.mail.yahoo.com обсуждение исходный текст |
Ответ на | Error Help ("Daniel Blavos" <dblavos@wyops.com>) |
Список | pgsql-novice |
--- Daniel Blavos <dblavos@wyops.com> wrote: > Hello, > > I have been working on two errors that I continue to > recieve. I am attempting to get DocMgr to work with > Postgres and PHP4. Postgres is version 7.4.6, and > PHP4 is version 4.3.10. I am able to access the > test.php page and my apache server page like normal. > When I try to access my /doc/ directory in my web > browser, I recieve this error: > > > Warning: pg_query(): Query failed: ERROR: relation > "site_properties" does not exist in > /var/www/doc/include/postgresql.inc.php on line 46 'relation "site_properties" does not exist' looks like a database error. Can you show us the table definition? The output of "\d site_properties", using psql, would be good. If you get a similar message (as I suspect you will), the output of "\dt" will be helpful. Your problem appears to be related to case folding, but it is difficult to be more specific without more information. > ERROR_SQL=SELECT * FROM site_properties ORDER BY > sort_order > Warning: pg_numrows(): supplied argument is not a > valid PostgreSQL result resource in > /var/www/doc/include/postgresql.inc.php on line 49 > > Error! No modules are configured in this system > > I am absoutley stuck on what to do. All my > variables and account permissions are set correctly, > yet it still keeps giving me this error. Any ideas? > > > > Thank you, > > Daniel Blavos __________________________________ Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more. http://info.mail.yahoo.com/mail_250
В списке pgsql-novice по дате отправления: