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
5 matches
Mail list logo