• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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