• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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