Re: 08P01: unexpected EOF on client connection

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: 08P01: unexpected EOF on client connection
Дата
Msg-id 49FA9754.8090100@postnewspapers.com.au
обсуждение исходный текст
Ответ на 08P01: unexpected EOF on client connection  (Tomas Vondra <tv@fuzzy.cz>)
Ответы Re: 08P01: unexpected EOF on client connection  (Tomas Vondra <tv@fuzzy.cz>)
Список pgsql-general
Tomas Vondra wrote:

> $conn = pg_connect(...);
> $res = pg_query("SELECT mime, thumbnail_data FROM images WHERE filename
> = ....");
> $row = pg_fetch_assoc($row);
> header('Content-Type: ' . $row['mime']);
> echo pg_unescape_bytea($row['thumbnail_data']);

PHP?

Try running your script in a PHP debugger (from the command line or, if
your server supports it, while hosted) and see at what point exactly
things go pear shaped. Check your web server error log for any client
library or PHP errors, too.

Even just adding a bunch of logging statements into your script then
looking at your web server error log might help you a little.

--
Craig Ringer

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: could not bind IPv4 socket
Следующее
От: Dennis Brakhane
Дата:
Сообщение: Re: Understand this error