• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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