View previous topic :: View next topic |
Author |
Message |
dingo -
Joined: 02 May 2004 Posts: 3 Location: Canada
|
Posted: Sun May 02, 2004 9:40 pm Post subject: PHP and JPGraph |
|
|
Hi
I have XP so I loaded PHP as per the instuctions in the Abyss adding PHP Support with the installer.
When I run the following the following page.
http://boinc-australia.servehttp.com/boinc%20stats I get this error when trying to display the graphics
JpGraph Error: Your PHP installation does not seem to have the required GD library. Please see the PHP documentation on how to install and enable the GD library.
Any help appreciated. |
|
Back to top |
|
 |
nquin321 -
Joined: 29 Jan 2004 Posts: 296 Location: Right Behind You
|
Posted: Sun May 02, 2004 9:46 pm Post subject: |
|
|
dingo,
You must install the GD2 library extension in PHP. We assume that you have a running PHP installation: Download the binary zipped package of PHP, open it, and copy the file php_gd2.dll in your already installed PHP directory (you only need this file).
Next, open your php.ini file, locate the line:
Code:
;extension=php_gd2.dll
uncomment the line by removing the preceding ";" so your line becomes:
Code:
extension=php_gd2.dll
Retry your script. _________________ How many forum members does it takes to change a light bulb? |
|
Back to top |
|
 |
dingo -
Joined: 02 May 2004 Posts: 3 Location: Canada
|
Posted: Sun May 02, 2004 10:17 pm Post subject: |
|
|
Thanks
Getting closer the graphics didn't come up but at least the little box where they were supposed to be did.
Thanks Again. |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Mon May 03, 2004 1:36 am Post subject: |
|
|
I see graphics... _________________ Bienvenidos! |
|
Back to top |
 |
 |
nquin321 -
Joined: 29 Jan 2004 Posts: 296 Location: Right Behind You
|
|
Back to top |
|
 |
dingo -
Joined: 02 May 2004 Posts: 3 Location: Canada
|
Posted: Mon May 03, 2004 3:54 am Post subject: |
|
|
Thanks
I fixed the problem. There was an extra space at the end of a script. |
|
Back to top |
|
 |
|