Re: Introduction, and help request

From: Sári Csaba <sari(dot)csaba(at)wishdoo(dot)com>
To: "'Chris'" <dmagick(at)gmail(dot)com>, <pgsql-php(at)postgresql(dot)org>
Subject: Re: Introduction, and help request
Date: 2011-10-17 11:37:46
Message-ID: 008101cc8cc1$312b7490$93825db0$@csaba@wishdoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Dear Chris,

thank you for your response, buti t wasn't the right solution :-(... First,
I just reconfigured the postgre server, with more memory, buffers, etc, and
than I just lowered the image resolutions with GD, and now it's working. My
idea was this: somewhere a buffer (or something like this, OR there is a
timeout somewhere, but I changed all related apache and PHP settings) is
small, to accept all the image datas from the client (???), and if I make
smaller pictures, it could be ok. And it's works now fine.

Thank you all the suggestions.

Regards,
Csaba

-----Original Message-----
From: pgsql-php-owner(at)postgresql(dot)org [mailto:pgsql-php-owner(at)postgresql(dot)org]
On Behalf Of Chris
Sent: Monday, October 17, 2011 12:04 AM
To: pgsql-php(at)postgresql(dot)org
Subject: Re: [PHP] Introduction, and help request

> After this transaction is complete, I delete the temporary files,
> everything seems fine – BUT the image in the table looks like broken.
> When I want to display it, sometimes the small one (50x50), or the
> medium one (128x128) looks like, which is broken at the half of the
> image upload, or ¾ of the image upload. I checked the temporary files
> before I delete it, they are ok, so the problem is not with the image
> manipulation.

You could try the suggestions mentioned here:

http://www.php.net/manual/en/function.pg-escape-bytea.php#89036

--
Postgresql & php tutorials
http://www.designmagick.com/

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Archana K N 2012-04-30 08:30:22 Cannot connect to remote postgres using php
Previous Message Chris 2011-10-16 22:03:56 Re: Introduction, and help request