hi, thanks... actually
i was using a free hosting site to try this out.. i dont think they have gd2 so what I did is...
1. i used wamp, checked gd2 was there in php extensions
2. i logged into
http://localhost/opencats-0.9.1a
3. i right clicked on the graph, then selected view source
4. I clicked on index.php?m=graphs&a=miniPlacementStatistics&width=495&height=230 which is on line 106.
5. then this error showed up: Deprecated: Function split() is deprecated in C:\wamp\www\opencats-0.9.1a\lib\artichow\inc\Font.class.php on line 252
6. I changed split to explode on line 252 as well as on line 195
Then the graphs showed up!
But this is in my localhost.. do you or does anybody know a free hosting site which supports gd2?