leegodden Posted September 14, 2009 Share Posted September 14, 2009 Hi Trying to get Basic Analysis and Security Engine (BASE) GRAPHS working with php and get the following errror: Error loading the Graphing library: Check your Pear::Image_Graph installation! Image_Graph can be found here:at http://pear.veggerby.dk/. Without this library no graphing operations can be performed. Now my question is,do I have to install Pear and the PHP gd library in the version of PHP I am using its 4.4.1 (I think), and then install the pear packages for graphs?. Also if I do how will I link to them from PHP will I need to alter my php.ini file I am new to using pear librarys so I would like a novices guide and advice. Any help on this would be much appreciated Thanks Lee Quote Link to comment Share on other sites More sharing options...
thehippy Posted September 30, 2009 Share Posted September 30, 2009 You'll have to install/load the GD extension, install the PEAR package manager, install the Image_Graph package and its dependencies. Installing PEAR Installing PEAR packages Image_Graph tutorial Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.