| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера