• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

PHP function issue

Y

yellowww

Guest
Hi Everyone

A couple of days ago I bought a VPS with Plesk 10.4.4 installed but I am having an issue because a PHP version installed does not seem to be completed. This function http://it2.php.net/manual/en/function.imageantialias.php does not work, so images on the website do not display at all.

Is anybody know how can I fix this issue?

Many thanks
 
You don't have GD installed. This is a PHP issue, has nothing to do with Plesk.

Try:
yum install php-gd
or
apt-get install php-gd

If that doesn't work, Google 'install gd', or ask the supplier of your VPS to install GD. Weird they wouldn't have, I thought GD was pretty standard for PHP installs...

OH, I just thought of another option. Add the ART (Atomic Rocket Turtle, google it) repo to yum/apt-get and upgrade to their version of PHP 5.3. I know that one comes with GD because I just installed it on Monday. :)
 
Back
Top