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 Link to comment https://forums.phpfreaks.com/topic/174190-using-php-pear-library/ 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 Link to comment https://forums.phpfreaks.com/topic/174190-using-php-pear-library/#findComment-927891 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.