Georgio has asked for the wisdom of the Perl Monks concerning the following question:
I have written some scripts with small graphics an year ago (using GIFgraph), and they all were working correctly on Apache server, where I have a hosting-account. But now - after some reinstallation on the server - I get '500 Internal Server Error'. I tried to resolve the problem with very simple script, using only GD::Graph::bars (VERSION 1.25), but the result was the same. If there is a line:
my $graph = GD::Graph::bars->new(...);Please, tell me - how to resolve such a problem?
Thanks for your help!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: '500 Internal Server Error', when using 'GIFgraph'?
by mkirank (Chaplain) on Dec 19, 2004 at 13:41 UTC | |
by Georgio (Sexton) on Dec 19, 2004 at 19:03 UTC | |
|
Re: '500 Internal Server Error', when using 'GIFgraph'?
by steves (Curate) on Dec 19, 2004 at 11:23 UTC | |
|
Re: '500 Internal Server Error', when using 'GIFgraph'?
by blue_cowdawg (Monsignor) on Dec 19, 2004 at 15:46 UTC |