Comment out the header("Content-type");
Change error_reporting to E_ALL.
Surf directly to chart.php.
See error messages.
Fix them.
On Tue, July 10, 2007 3:26 pm, M5 wrote:
> I've got a little PHP script that generates charts, that has been
> working perfectly every day for the past couple year
Thanks Jim,
Such common sense revealed the cause—out of memory when generating
the chart. The session 'problem' was a red herring—the reason the
script ran out of memory is that GD only needed more than 8MB when it
was able to produce a large enough GIF (since the session data was
availab
On 7/10/07, M5 <[EMAIL PROTECTED]> wrote:
I've got a little PHP script that generates charts, that has been
working perfectly every day for the past couple years. Since
upgrading the Xserve's PHP from 5.1.6 to 5.2.2 (both Entropy), it has
stopped working. Specifically, it doesn't return any GIFs
M5 wrote:
I've got a little PHP script that generates charts, that has been
working perfectly every day for the past couple years. Since upgrading
the Xserve's PHP from 5.1.6 to 5.2.2 (both Entropy), it has stopped
working. Specifically, it doesn't return any GIFs (charts). Actually, it
will o
I've got a little PHP script that generates charts, that has been
working perfectly every day for the past couple years. Since
upgrading the Xserve's PHP from 5.1.6 to 5.2.2 (both Entropy), it has
stopped working. Specifically, it doesn't return any GIFs (charts).
Actually, it will output a
I have PHP-Version 4.2.2
"Jason Wong" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> On Wednesday 17 September 2003 15:25, Harry Wiens wrote:
>
> > i got a problem with the gd library at my isp's server.
>
> What version of PHP?
>
> [snip]
>
> > but when I use ImageCreateTrueC
Harry Wiens wrote:
> ImageCopyResized($im, $im2, 0, 0, 0, 0, 281, 173, ImageSX($im2),
You may try imageCopyResampled(); instead.
--
mm.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Wednesday 17 September 2003 15:25, Harry Wiens wrote:
> i got a problem with the gd library at my isp's server.
What version of PHP?
[snip]
> but when I use ImageCreateTrueColor the transparency is gone and the image
> is still ugly!
>
> Phpinfo shows:
> gd support
Hi,
i got a problem with the gd library at my isp's server.
I've got the following script, to put a string on a image:
On my localhost, everything works fine, but on the internetserver, the
created image is very ugly!
On the internet-server i got gd-version 2.0 or higher, so i tried to change
Hi,
I try compile gd-lib in version 1.8.4 on OpenBSD. This operation caused
error, but with version 1.8.3 was all OK.
Do you have some expirience with this problem? How to compile PHP 4.0.6 wiht
gd-1.8.4
Thaks
Radek
---
Bc. Radek Krejča
www: www.ceskedomeny.cz
e-mail:
Hi,
I try compile gd-lib in version 1.8.4 on OpenBSD. This operation caused
error, but with version 1.8.3 was all OK.
Do you have some expirience with this problem? How to compile PHP 4.0.6 wiht
gd-1.8.4
Thaks
Radek
---
Bc. Radek Krejča
www: www.ceskedomeny.cz
e-mail:
11 matches
Mail list logo