• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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