This error message shown up when I tried to draw chart using JpGraph:
To fix the problem, edit file gd_image.inc.php inside JpGraph folder, and disable the line start with JpGraphError::RaiseL(25128); in function SetAntiAliasing:
function SetAntiAliasing($aFlg=true) { $this->use_anti_aliasing = $aFlg; if( function_exists('imageantialias') ) { imageantialias($this->img,$aFlg); } else { //JpGraphError::RaiseL(25128);//('The function imageantialias() is not available in your PHP installation. Use the GD version that comes with PHP and not the standalone version.') } }
Thanks a lot. Was really helpful and saved my time.
thanks for the article.. helps me twice already.. hehehehe..
¡Muchas gracias hermano! ¡Me has librado de dolores de cabeza!
translating …
Thank you very much brother! I got rid of headaches!
Thanks a lot!!!
Thank you very much. So many days with installation and deinstallation, although tutorials and so on …
I downloaded and installed jpgraph. But I could not find a a php module file named jpgraph_matrix.php. So am not able to generate matrix plot. Could you tell me where can I get that file?
Please check http://hougland.homeip.net/jpgraph/src/
Thanks, but the file jpgraph_matrix.php is empty.May I know why is like that? (or is there any method to download the file?)
Download jpgraph_matrix.php from http://code1.okbase.net/codefile/jpgraph_matrix.php_2012122219082_260.htm
Very thankful for providing the file.
Issue regarding the required file is solved. However I couldn’t succeed in generating output, but getting ann error saying The image “http://…” cannot be displayed because it contains errors. The error message is displayed in a dark background in browser.
Thank you very much. It worked….!!
Thanks a lot! This was the only solution that worked.
Thank you so much! It worked perfectly and your steps are very clear. 🙂
Thank you so much!
Genius!!!!
Thanks a lot. Really healpful and saved my time.
Save my life, thanks!
thanks !!!
Desde Chile, gracias
Tanks !!! ;D
Genius
¡Gracias!
Thanks a lot¡¡
Saved my life!!!!
Tks a lot!!!