error message:
Fatal error: Call to undefined function imageantialias() in /var/www/vhosts/bar.php on line 13
The function imageantialias() is not available in your php installation. Use the GD version that comes with PHP and not the standalone version.
SOLUTION:
Open the file jpgraph.x.x.x/src/gd_image.inc.php, find the function SetAntiAliasing and comment this line (about line 110 in the version jpgraph-3.5.0b1):
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.')
}
Subscribe to:
Post Comments (Atom)
-
Step 1, New a project rails new demo Step 2, Update Gemfile add paperclip, mysql2 gem, enable JavaScript runtime gem 'mysql2' ...
-
I used 7z to zip this file under Windows, try to unzip it under linux [ang@walker temp]$ gunzip 2011.sdf.zip gunzip: 2011.sdf.zip: unkno...
-
When trying to access transmission from web-browswer i got the message : 403: Forbidden Unauthorized IP Address. Either disable the IP ad...
Cool, you saved my day
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThank you!
ReplyDeleteAfter I commented that line also getting error -- The image "URL" cannot be displayed because it contains errors.
ReplyDeletePlease suggest me how to fix this issue
great!! saved me!!
ReplyDeleteThank you so much!
ReplyDeleteThanks a lot
ReplyDeleteThanks a lot, you have saved me
ReplyDeleteExactly what I was searching for
ReplyDeleteBig Thanks !!! :-)
ReplyDelete