Re: first steps in PhP and PostgreSQL

Поиск
Список
Период
Сортировка
От Bill Moran
Тема Re: first steps in PhP and PostgreSQL
Дата
Msg-id 20061106091333.30ed12fc.wmoran@collaborativefusion.com
обсуждение исходный текст
Ответ на first steps in PhP and PostgreSQL  (Desmond Coughlan <coughlandesmond@yahoo.fr>)
Список pgsql-general
In response to Desmond Coughlan <coughlandesmond@yahoo.fr>:

> X-No-Archive: true

X-WTF: huh?

[snip]

>   I copy that file to my apache server, in php_experimental/base.php
> and access it via a browser.
>
>   I don't get an error message. I instead get a blank page.

Check the applicable php.ini for where error messages are being sent to.
It's typical on production servers to configure PHP to only send errors
to syslog, or a file, which usually means they end up in httpd-error.log.

When developing, it's usually more convenient to have errors sent to the
browser, which is what it seems you were expecting.

--
Bill Moran
Collaborative Fusion Inc.

В списке pgsql-general по дате отправления:

Предыдущее
От: Desmond Coughlan
Дата:
Сообщение: first steps in PhP and PostgreSQL
Следующее
От: Florian Weimer
Дата:
Сообщение: DISTINCT is not quite distinct